/* ---------------------------------------------------------------------------
				Feuille de style de la barre du haut
----------------------------------------------------------------------------*/

	zdiv { border:1px solid black; }

/* Styles de base */

body { 
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

body, p, th, td, div {
	color: #061324;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-size : 12px;
	text-align: justify;
}
a {
	color: #C42145;
	text-decoration: none;
}
a:hover {
	color: #C42145;
	text-decoration: underline;
}

/* Styles speciaux */

.rubriques {
	/*text-align: center;*/
	font-family: Times;
	font-size: 19px;
	color: #061324;
	font-weight: bold;
}
.rubriques a {
	color: #061324;
	text-decoration: none;
}
.rubriques a:hover {
	color: #C42145;	/* 38797F */
	text-decoration: none;	/*underline;*/
}
.fond_gris {
	background-color: #CAC8B3;
	filter: alpha(opacity=50);
	opacity: 0.50;
}
a.rub_activ {
	color: #C42145;
}
a.rub_activ:hover {
	color: #DE2651;
}


