
/* changement de la couleur de fond du RTE */
BODY{
}

/*-----------*/
/*  Polices  */
/*-----------*/
BODY{
	font-size: 13px;
  font-family : Arial, Verdana, sans-serif;
	color: #616160;	
}
P, TD {
	font-size: 13px;
	font-family : Arial, Verdana, sans-serif;
	color: #616160;
}

P.bodytext{
	margin: 0 0 12px 0;
	line-height: 150%;
}

/* --------------------------*/
/* --    LISTES A PUCES   -- */
/* --------------------------*/
ul li{
	list-style-type: square;
	line-height:150%;	
}
li{
	padding-bottom: 10px;
}
/* -----------------*/
/* --    LIENS   -- */
/* -----------------*/
A {		
	color: #940505;
}
A:visited {	
	color: #940505;
}
A:hover {
	color:#346eb0;
}
A img{
	border-width: 0px;
}
P.lien-bouton{
	margin-top: 0px;
}

P.lien-bouton A,
input.form-submit{ 
	font-size: 13px;
	font-family : Arial, Verdana, sans-sherif;
	font-weight: bold;
	padding: 8px 12px;
	text-decoration: none !important;
	color:#FFF !important;	
	border: 1px solid #888;
	background-color: #940505;
	cursor: pointer;
	cursor:hand;
}

input.form-submit{	
  padding: 8px 6px;
	margin: 12px 0px 0px 0px;
}

P.lien-bouton A:hover,
input.form-submit:hover{
	padding-left: 13px;
	padding-right: 11px;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}
input.form-submit:hover{
	padding-left: 8px;
	padding-right: 4px;
}
P.lien-bouton A.iconMode{
	display:none;
}


/*-----------*/
/*  Titres   */
/*-----------*/
H1, H2, H3, H4, H5, H6{
	padding:0;
	margin: 0;
	font-family : "Trebuchet MS", Verdana, Arial;	
}

H1{
	color: #940505;
	font-size: 26px;	
	padding: 0;
	margin: 0 0 16px 0;
/*	text-transform: Uppercase; */
	border-bottom: 1px solid #940505;
}
H2{
	color: #8d0909;
	font-size: 16px;	
	font-weight: bold;
	padding: 20px 0 10px 17px;
	margin: 0;
	background: transparent url(puce-h2.gif) no-repeat left 29px;
	/* text-transform: Uppercase;*/
}
H3{
	color: #000;
	font-size: 13px;	
	font-weight: bold;
	padding: 0;
}
H4{
	color: #000;
	font-size: 13px;	
	font-weight: bold;
	padding: 0;
}

H5{
	color: #000;
	font-size: 13px;	
	font-weight: bold;
	padding: 0;
}
H6{
	color: #000;
	font-size: 13px;	
	font-weight: bold;
	padding: 0;
	
}

/*-----------*/
/*  HR   */
/*-----------*/
HR{
	color: #dfdcda;
	background-color: #FFF;
	height: 2px;
	border: 0;
}

/*---------------------------------*/
/*  classes pour les paragraphes   */
/*---------------------------------*/
P{
	margin: 5px 0 12px 0;
	line-height: 140%;
}
P.texte-petite-taille{
	font-size : 13px;
}
P.texte-grande-taille{
	font-size : 16px;
}

/*---------------*/
/*    Tableau    */
/*---------------*/

table{
	border-collapse : collapse;
	font-size: 12px; 
}

table thead{
	background-color: #940505;	
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
table thead td,
table thead P.bodytext{
	color: #FFF !important;
	font-size: 12px;
	padding: 2px 2px;
}
table tfoot{
	background-color: #888;
	padding: 0px;
	margin: 0px;
}
table tfoot td,
table tfoot P.bodytext{
	color: #FFF !important;
}
table TD P.bodytext{
	padding: 0px;
	margin: 0px;	
	color: #000;
}
table td{
 border: 1px solid #000;
 padding: 5px;
 vertical-align: top; 
 color: #000;
}

table.sans-bordure{
	margin: 0px;
	border-collapse: collapse;
}
table.sans-bordure td{
	border-width: 0px;
	vertical-align: top;
}


/*---------------------------------------------------------*/
/*  on réinitialise les tableaux utilisés pour les images  */
/*---------------------------------------------------------*/

table.imgtext-table,
table.imgtext-nowrap{
	background-color: transparent; 
	margin : 0;
	padding: 0;
}
table.imgtext-table td{
	padding: 0px;
}

table.imgtext-table tbody table,
table.imgtext-nowrap tbody table{
	margin: 0;
	padding: 0;
}

table.imgtext-table td P.bodytext,
table.imgtext-nowrap td P.bodytext{
	margin: 0 0 10px 0;
}
