.MenuBarre {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 26px;
	background-image: url(images/barre_menu.gif);
	background-repeat: no-repeat;
	background-position: center center;


}
.MenuBarre:hover {
	font-weight: bold;
	text-decoration: underline;
}
.MenuTitre {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 27px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/menu_titre.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 27px;
	width: 150px;
}
.MenuRubrique {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/menu_fond.gif);
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 150px;
}
.MenuRubrique:hover {
	font-weight: bold;
	text-decoration: underline;
}
.BlocContent {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 95%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.Copyright {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

