/* CSS Document */

.html,body {
background-color : white; 
}

.titre {
font-size : 11px; 
font-family :  Arial black; 
color : black;
}

.titre_serie {
font-size : 14px; 
font-family :  Arial black; 
color : red;
}

.titre_souligne {
font-size : 11px; 
font-family :  Arial black; 
color : black;
text-decoration:underline;
}

.texte {
font-size : 10px; 
font-family :  Arial; 
color : black;
}

.texte_serie {
font-size : 12px; 
font-family :  Arial; 
color : black;
}

.texte_serie_red {
font-size : 12px; 
font-family :  Arial; 
color : red;
}

.texte_fiche {
font-size : 12px; 
font-family :  Arial; 
color : black;
}

a:link {color: #B0B0B0; text-decoration:underline; font-family: Arial black; font-size:12px}
a:visited {color: gray; text-decoration:underline; font-family: Arial black; font-size:12px}
a:hover {color:#B0B0B0; text-decoration:none; font-family: Arial black; font-size:12px}

.tableau {
	border: 1px solid #000000;
}

