
body {
 background-color: #ffffff; /*couleur fond du site*/
 color:#5D5D5D; /*couleur texte*/
 font-family: Geneva, Verdana, Arial, sans-serif; /*type texte*/
 
 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-weight: bold;
color:#39AA4B;
text-decoration:underline;
}

/* Définition des liens en survol */
a:hover {
font-weight: bold;
background: none;
color:#006600;
text-decoration:underline;
}

/*Définition des titres : couleur, taille, typo : vu dans style client*/				   
.titrep { 
 	font-family: Geneva, Verdana, Arial, sans-serif;
	color: #5D5D5D;
	vertical-align: left;
	font-size: 18px;
    font: bold;
	}


/*=================STYLES CLIENT=========================================*/

.titre1 { 
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font:bold;
	}
