/* CSS Document */

body {
	background-color: #51626f;
	font-size: 10px;
	color: #394a58;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.rubrique {
	font-size: 12px;
	color: #0099cc;
	font-weight: bold;
}
.rubrique a:link{
	color: #0099cc;
	font-weight: bold;
	text-decoration: underline;
}
.rubrique a:visited  {
	color: #0099cc;
	font-weight: bold;
	text-decoration: underline;
}
.rubrique a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0099cc;
}
.rubrique a:active {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0099cc;
}

.page {
	font-size: 10px;
	color: #394a58;	
}
.page a:link{
	color: #394a58;
	text-decoration: underline;
}
.page a:visited  {
	color: #394a58;
	font-weight: bold;
	text-decoration: underline;
}
.page a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0099cc;
}
.page a:active {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0099cc;
}

.petitTitre {
	color: #0099cc;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}