.Rubrique {
	font-family: arial, verdana;
	font-size: 16px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/bouton.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	width: 100px;
	display: block;
}
.Rubrique:hover {
	font-family: arial, verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	color: #FDB903;
	text-decoration: none;
	background-image: url(images/bouton-over.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	width: 100px;
	display: block;
}
.Liens {
	color: #003366;
	text-align: center;
	font-family: times new roman, arial, verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	}
.Liens:hover {
	color: #000000;
	text-align: center;
	font-family: times new roman, arial, verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: overline underline;
	}
.Contenu {
	font-family: times new roman, arial, verdana;
	font-size: 14px;
	text-align: justify;
	color: #003366;
	text-decoration: none;
	padding: 5px;
}
.Titres {
	font-family: verdana, arial;
	font-size: 20px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	padding: 5px;
}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color:#003366;
	text-decoration: overline underline;
}
.Pub {
	color: #003366;
	text-align: center;
	font-family: times new roman, arial, verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	}
.Pub:hover {
	color: #000000;
	text-align: center;
	font-family: times new roman, arial, verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: overline underline;
	}


