.Rubrique {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/rubrique2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 20px;
	width: 110px;
}
.Rubrique:hover {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/rubrique.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 20px;
	width: 110px;
}
.Content {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFCC66;
	text-decoration: none;
	padding: 5px;
}
.Footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 140px;
	width: 750px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFCC66;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	display: block;

}
a {
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFCC66;
	text-decoration: underline;
}