body {
	background-attachment: fixed;
	background-image: url(images/fond_page.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #000000;

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

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

}
.MenuRubrique {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 120px;
}
.MenuRubrique:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.BlocContenu {
	width: 400px;
	margin-bottom: 10px;
}
.Contenu {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px;
	width: 400px;
}
.Copyright {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
