body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000
margin:0px;
}

.rubrique {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#CC0099;
}




/* LIENS--------------------*/
a.lienRubrique:link, a.lienRubrique:visited {
	font-weight:bold;
	font-size:14px;
	color:#3399CC;
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#3399CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.lienRubrique:hover {
	font-weight:bold;
	font-size:14px;
	color:#66CC00;
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

