	@charset "utf-8";
/************************Code CSS*************************/
* {
	font-family: Segoe Script;
	font-size: 24px;
}
/********************************************************/
#PageCentrale {
	margin-left: auto;
	margin-right: auto;
}
/********************************************************/
#BandeMenuHaut {
	display: block;
	position: fixed;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	/* z-index: 999;
*/
	/* padding-top: 10px;
*/
/*décalage du texte vers le bas*/
	text-align: center;
	text-indent: 0px;
/*décalage du texte vers la droite*/
	color: #FFFFFF;
	background-color: #404040;
}
.ParamOpaciteMenu {
	filter: alpha(opacity=90);
/* code en plus pour IE9 */
	opacity: 0.9;
}
/********************************************************/
ul#MenuRubriques {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#MenuRubriques li {
	display: inline;
	list-style-type: none;
}
#MenuRubriques a {
	padding: 3px 80px;
}
#MenuRubriques a:link,
#MenuRubriques a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #404040;
	vertical-align: bottom;
}
#MenuRubriques a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #A0A0A0;
	vertical-align: bottom;
}
/******************************Fin Code CSS****************************/
