.TitreMenu {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/design/titre_menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 110px;
}
.Rubrique {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/design/rubrique1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 30px;
	width: 110px;
}
.Rubrique:hover {
        color: #CAA800;
        text-decoration: none;     	
        background-image: url(images/design/rubrique2.jpg);
}
.BlocContenu {
	width: 270px;
	margin-bottom: 5px;
}
.TitreContenu {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/design/titre_bloc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	width: 270px;
}
.Contenu {
	padding: 5px;
	width: 270px;
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.Copyright {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #CAA800;
	text-decoration: none;
}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
}