/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STYLES TABLEAU */
.abc { /* abecedaire sur pages recherche */
	font-family: "Times New Roman", Times, serif;
	font-weight: normal; 
	font-style: normal; 
	font-size: 16pt; 
	color: #000000;
}
.abc  a { /* abecedaire sur pages recherche */
	color: #ef1029;
}
.abc a:hover {
	color: #888888;
}	
.lettre { /* abecedaire sur pages recherche */
	font-family: "Times New Roman", Times, serif;
	font-weight: bold; 
	font-style: italic; 
	font-size: 36pt; 
	color: #000000;
}
.ital { /* en-tetes de listes */
	font-family: "Times New Roman", Times, serif;
	font-weight: normal; 
	font-style: italic;
	color: #000000;
}
.ital a { /* trier par ... */
	font-family: "Times New Roman", Times, serif;
	font-weight: normal; 
	font-style: italic;
	color: #000000;
}
.ital a:hover { /* trier par ... */
	font-family: "Times New Roman", Times, serif;
	font-weight: normal; 
	font-style: italic;
	color: #888888;
}
.liste {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000;
}
.listerouge {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt; 
	color: #ef1029;
}
.listeital {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: italic;
	color: #000000;
}
.listecoul {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 10pt;
	color: #ef1029;
}
.listegras {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 10pt; 
	color: #000000;
}
.tarif { /* tableau */
	width: 348px;
	background-color: #dddddd;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	text-align: center;
}
.tarif td { /* tableau */
/*	border: 1px solid red;	*/
	background-color: #ffffff;
}








