
body {
 background-color: #fff; /*couleur fond du site*/
 color:#2a231e; /*couleur texte*/
 font-family:Geneva, Arial, Helvetica, sans-serif; /*type texte*/
 text-align:left;
 margin:0px 0px 0px 0px;
 SCROLLBAR-3D-LIGHT-COLOR: steelblue;
 SCROLLBAR-ARROW-COLOR: steelblue;
 SCROLLBAR-BASE-COLOR: white;
 SCROLLBAR-DARK-SHADOW-COLOR: white;
 SCROLLBAR-FACE-COLOR: white;
 SCROLLBAR-HIGHLIGHT-COLOR: steelblue;
 SCROLLBAR-SHADOW-COLOR: white
}

/* Taille du texte dans les tables */
table {
 font-size: 12px;
/* font-size: 1em;*/
 line-height: 140%;
}

/* Définition des liens */
a:link, a:visited {
color:#fff;
font-weight:bold;
text-decoration: none;
}

/* Définition des liens en survol */
a:hover {
color:#fff;
font-weight:bold;
text-decoration:underline;
}

/*Définition des titres : couleur, taille, typo : vu dans style client*/				   
.titrep { 
 	font:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size: 16px;
	font-weight:bold;
	}


/*=================STYLES CLIENT=========================================*/

.titre1 { 
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font:bold;
	}