
/* changement de la couleur de fond du RTE */
BODY{
}

/*-----------*/
/*  Polices  */
/*-----------*/
BODY{
	font-size: 13px;
  font-family : Arial, Verdana, sans-sherif;
	line-height:130%;
	color: #252425;	
}
P, TD {
	font-size: 13px;
	font-family : Arial, Verdana, sans-sherif;
	line-height:130%;
	color: #252425;	
}


/* --------------------------*/
/* --    LISTES A PUCES   -- */
/* --------------------------*/
UL{
	margin: 10px 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 25px;
	background: transparent url(puce-liste.gif) no-repeat 10px 7px;
	font-size: 13px;
}

/* -----------------*/
/* --    LIENS   -- */
/* -----------------*/
A {		
	color: #0e68a6;
	text-decoration: none;
}
A:visited {	
	color: #0e68a6;
}
A:hover {
	color:#0e68a6;
	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: #ea9800;
	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;
	font-family : "Trebuchet MS", Verdana, Arial;
	line-height: 130%;			
}

H1{
	color: #2a2b2b;
	font-size: 34px;
	font-weight: normal;
	text-transform: Uppercase;	
	letter-spacing: -0.05em;
	padding: 0px 0 5px 27px;
	margin-bottom: 15px;
	background: transparent url(picto-h1.gif) no-repeat 0 3px;
}
H2{
	color: #2a2b2b;
	font-size: 20px;
	font-weight: normal;
	background: transparent url(picto-h2.gif) no-repeat left 10px;
	padding: 0 0 2px 18px;
	border-bottom: 2px solid #679934;
	margin-bottom: 14px;		
}
#colonne-gauche H2,
#colonne-droite H2{
	font-size: 19px;
}
#colonne-gauche .content-element .csc-frame-style1 H2,
#colonne-droite .content-element .csc-frame-style1 H2{
	font-size: 22px;
}
H3{
	color: #4d7127;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding-left: 12px;
	background: transparent url(puce-style1.gif) no-repeat 0 8px;
}
H4{
	color: #ea9800;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

H5{
	color: #4d7127;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
H6{
	color: #252425;
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
}

/*-----------*/
/*  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 : 11px;
}
P.texte-grande-taille{
	font-size : 16px;
}

/*---------------*/
/*    Tableau    */
/*---------------*/

table{
	border-collapse : collapse;
	font-size: 12px; 
}

table thead{
	background-color: #ea9800;	
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
table thead td,
table thead P.bodytext{
	color: #FFF !important;
}
table tfoot{
	background-color: #ea9800;
	padding: 0px;
	margin: 0px;
}
table tfoot td,
table tfoot P.bodytext{
	color: #FFF !important;
}

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 tbody table,
table.imgtext-nowrap tbody table{
	margin: 0;
	padding: 0;
}

table.imgtext-table td P,
table.imgtext-nowrap td P{

}