html {
	background-color: LightGoldenRodYellow;
}
/* Conteneur principal */
#principal {
	width:100%;
	background-color: LightGoldenRodYellow;
}
/* Haut de page */
#menuHeaderContainer {
	position:relative;
	z-index:60;
}
#menuHeaderContainer>div.mask {
	background-color: LightGoldenRodYellow;
	height: 100%;
	left: 50%;
	margin-left: 491px;
	position: absolute;
	top: 0;
	width: 0px;
}
#header {
	height: 90px;
	background: url("/images/header/header-2023.png") no-repeat center top LightGoldenRodYellow;
}

#header div.logo {
	left	: 50%;
	margin-left:-466px;
	position: absolute;
	height	: 77px;
	width	: 137px;
}

#header div.logo a  {
	display:block;
	width:100%;
	height:100%;
}
/* Cadre infos */
#header div.infos {
	left	: 49%;
	padding-left: 252px;
	top	: 6px;
	position: absolute;
	height	: 71px;
	width	: 194px;
	margin-left     : 21px;
	overflow: hidden;
}
#header #identification a  {
	margin:10px 0 0 14px;
	font-size: 18px;
	font-weight:bold;
	/*color:#e26c2d;*/
	color:#98C210;
	position:absolute;
}

#header #deco a {
	margin:46px 0 0 110px;
	font-size:11px;
	/*color:#000;*/
	color:#C47D25;
	position:absolute;
}

/* Contenu */
#centreur {
	max-width: 1350px; /* modifier si modif de la taille du <html> (= (html{width} - 20) px) */
	position: relative;
	margin: 0 auto 32px;
}
#content {
	background-color: #FFF;
	padding: 8px;
	position: relative;
	z-index: 2;
	min-height: 600px;
	/*border: solid 1px #BABABA;*/
}

/* Pied de page */
#footer {
	position:fixed;
	bottom:0px;
	border-radius: 6px;
	border: solid 1px #BABABA;
	background-color: #FFF;
	margin: auto;
	width: 1350px; /* modifier si modif de la taille du <html> (= html{width} px) */
	height: 27px;
	text-align: center;
	z-index: 1;
}
* html div#footer {
	position: relative;
}
#footer a {
	padding-top:4px;
	font-size:12px;
	color:#000;
}
