.Rubrique {
	font-family: Camomile, Myriad, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/bouton-blanc.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 110px;
	line-height: 40px;
	margin-top: 20px;

}
.Rubrique:hover {
	background-image: url(../images/bouton-rouge.png);
	color: #FFFFFF;
	background-repeat: no-repeat;
	font-family: Camomile, Myriad, Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: 40px;
	font-weight: normal;
	height: 40px;
	width: 110px;
	text-decoration: none;
	margin-top: 20px;
	
}
.PiedPage {
	font-family: Camomile, Myriad, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	line-height: 40px;
	text-align: center;
	height: 40px;
	width: 950px;

}
