body {
	background: #ffedcb;
	font-family: times;	
}

#conteneur {
	width:950px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-475px;
	margin-top:-350px;
	/*margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;*/
	background: ffedcb; /*#e5e5c5; #6d071a;*/
}

#bandeau {
	width:950px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
}

#menu {
	display:block;
	width:930px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	
	/*background-image:url(../icono/fondMenu.png);
	background-repeat:no-repeat;*/
	
	/*background-color:#ffffff;*/
	
	/*border-top:2px solid #000000;*/
}

#menu #bouton {
	width:100px;
	height:35px;
	display:inline-block;
	background-image:url(../icono/fondBouton.png);
	background-repeat:no-repeat;
	margin-left:5px;
	border:none;
	font-size:14 px;
	color: #aab022;
	
}
#menu #bouton img {
	border:none;
}

#menu #boutonOn {
	width:100px;
	height:35px;
	display:inline-block;
	background-image:url(../icono/fondBoutonOn.png);
	background-repeat:no-repeat;
	margin-left:5px;
	border:none;
}
#menu #boutonOn img, a {
	border:none;
	text-decoration:none;
}

#pied {
	width:950px;
	height:15px;
	display:inline-block;
	font-size:12px;
	
	text-align: center;
	background: #dddddd;
	font-family: verdana;
	color: #000000;
	margin-top:25px;
	padding-top:5px;
	padding-bottom:5px;
}

