body {
 background-color: #999999; /*couleur fond du site*/
 background-image:url(../images/interface_png/fond.png);
 color: #000066; /*couleur texte*/
 font-family: Arial, Verdana, Geneva, sans-serif; /*type texte*/
 text-align:left;
 margin:0px 0px 0px 0px;
 SCROLLBAR-3D-LIGHT-COLOR: #FCF4E8;
 SCROLLBAR-ARROW-COLOR: #FCF4E8e;
 SCROLLBAR-BASE-COLOR: #FFFEF6;
 SCROLLBAR-DARK-SHADOW-COLOR: #FFFEF6;
 SCROLLBAR-FACE-COLOR: #FFFEF6;
 SCROLLBAR-HIGHLIGHT-COLOR: #FCF4E8;
 SCROLLBAR-SHADOW-COLOR: #FFFEF6
}

/* Taille du texte dans les tables */
table {
 font-size: 12px;
/* font-size: 1em;*/
 line-height: 140%;
}

/* Définition des liens */
a:link, a:visited {
font: bold;
color: #996600;
text-decoration:none;
}

/* Définition des liens en survol */
a:hover {
font: bold;
background: none;
color: #996600;
text-decoration:underline;
}

/*Définition des titres : couleur, taille, typo : vu dans style client*/				   
.titrep { 
 	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #000066;
	vertical-align: left;
	font-size: 16px;
	font:bold;
   /* font: bold;*/
	}


/*=================STYLES CLIENT=========================================*/

.titre1 { 
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font:bold;
	}
	
	
/* Pour la modification du baspage	*/

.baspage_cont{color: #06C; text-decoration: none; font-size:12px; margin-left:50px; margin-right:50px; padding:10px; background-color:#FFF;} 
.baspage_elmt{text-decoration: none; font-size:12px; margin-left:auto; margin-right:auto; text-align:left; margin-top:10px; width:500px} 
/*.baspage{color: #000; text-decoration: none; font-size:10px;} */
a.baspage:link{color: #06C; text-decoration: none;}
a.baspage:visited{color: #06C; text-decoration: none;}
a.baspage:hover{color: #06C ; text-decoration: underline;}
h1.baspage{color: #06C; font-size:12px; font-weight:normal; line-height:120%}
h2.baspage{color: #06C; font-size:12px; font-weight:normal; line-height:120%}

/* Pour les mentions legales	*/
a.mentions:link{color: #06C; text-decoration: none;}
a.mentions:visited{color: #06C; text-decoration: none;}
a.mentions:hover{color: #06C ; text-decoration: underline;}
table.mentions{  background-image:url(../images/interface/fd2.png); background-repeat:repeat-y; background-position:center; width:1200; height:100%; padding:10px; margin-left:auto; margin-right:auto}