
/* changement de la couleur de fond du RTE */
BODY{
}

/*-----------*/
/*  Polices  */
/*-----------*/
HTML{
  font-size: 100%;
}
BODY{
	font-size: 0.8em;
  font-family :  Arial, Verdana, sans-sherif;
	/* line-height:130%; */
	color: #3d3b40;	
}
P, TD{	
	font-family :  Arial, Verdana, sans-sherif;
	line-height:130%;
	color: #3d3b40;	
}
strong{
  color: #222;
}

/* --------------------------*/
/* --    LISTES A PUCES   -- */
/* --------------------------*/
UL{
	margin: 12px 0 0 0px;
	padding: 0;
	padding-right: 10px;
}
UL LI{
	list-style-type: none;
	margin:0;
	margin-bottom: 6px;
	line-height:150%;
	padding:0 0 4px 29px;
	background: transparent url(puce.gif) no-repeat 13px 8px;
	font-size: 13px;
}

/* -----------------*/
/* --    LIENS   -- */
/* -----------------*/
A,
strong A,
A strong {		
	color: #0f74ca;
	text-decoration: underline;	
}
A:visited,
strong A:visited,
A:visited strong{	
	color: #0f74ca;
}
A:hover,
strong A:hover,
A:hover strong{
	color:#a4252b;
	text-decoration: underline;
}
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 #AAA;
	background-color: #241474;
	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 #DDD;
	border-bottom: 1px solid #DDD;
}
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;	
	line-height: 120%;
	font-size: 100%;
}

H1{  
	color: #241474;
	font-family : "Trebuchet MS", Verdana, Arial, sans-sherif;
	font-size: 18px;
	font-weight: bold;
	text-transform: Uppercase;
	padding: 0 0 15px 27px;  
	background: url(picto-vigne.gif) no-repeat 0 0;
}
H2{
	color: #241474;
	font-family : "Trebuchet MS", Verdana, Arial, sans-sherif;
	font-weight: bold;
	font-size: 14px;
	background: url(h2-puce.gif) no-repeat 0 4px;
	padding: 0 0 3px 15px;	
	margin: 0px 0 12px 0;
  border-bottom: 1px solid #241474;		
}

H3{
	color: #241474;
	font-size: 13px;
	font-weight: bold;	
	background: url(h3-triangle.gif) no-repeat 0 3px;
	padding: 0 0 0 17px;
}
                
H4{
	color: #241474;
	font-size: 12px;
	font-weight: bold;	
}

/*                 
H5{
	color: #d11019;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

H6{
	color: #911ae5;
	font-size: 13px;
	font-weight: normal;
}
*/

/*-----------*/
/*  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 : 80%;
}
P.texte-grande-taille{
	font-size : 120%;
}

/*---------------*/
/*    Tableau    */
/*---------------*/

table{
	border-collapse : collapse;
	font-size: 12px; 
}

table thead{
	background-color: #241474;	
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
table thead td,
table thead P.bodytext{
	color: #FFF !important;
}
table tfoot{
	background-color: #241474;
	padding: 0px;
	margin: 0px;
}
table tfoot td,
table tfoot P.bodytext{
	color: #FFF !important;
}
table TD P.bodytext{
	padding: 0px;
	margin: 0px;	
}
table td{
 border: 1px solid #999;
 padding: 2px 4px; 
 vertical-align: top; 
 
}

table.sans-bordure{
	margin: 0px;
	border-collapse: collapse;
}
table.sans-bordure td{
	border-width: 0px;
	vertical-align: top;
}                                 

td.bleu{
  background-color: #241474;  
}        
td.orange{
	background-color: #e3ac1e;
}                          
td.vert{
	background-color: #d6ee70;
}
td.rouge{
  background-color: #b00e2a;
}
td.violet{
  background-color: #683468;
}

/*---------------------------------------------------------*/
/*  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 tbody table,
table.imgtext-nowrap tbody table{
	margin: 0;
	padding: 0;
}

table.imgtext-table td P,
table.imgtext-nowrap td P{

}
