body{
	font: 70% verdana,arial,sans-serif;
	text-align:center;
	background: #fff;
}

/* Blocs principaux */
#container {
	text-align:left; 
	width:99%;
	min-width:99%;
	padding: 0;
	margin: 0;
	background: #fff;
}
.centre {
	margin : 0 auto;
	width: 100%;
}

#wrapper{
	text-align:center;
	float:none; 
}
#content{
	text-align:left;
	background-image: none;
	width: 99%;
}

#header, #footer { 
	text-align: center; 
	width: 100%;
	min-width: 100%;
}

#footer { 
	padding-bottom: 20px;
	padding-right: 20px;
	clear: both;
}

#entete_img {
	border: none;
	float:left;
	width: 100%;
	height: auto;
}
#entete_txt {
   overflow : visible;
   position: relative;
   width: 335px;
   max-height: 100%;
   bottom: 5px;
   right: 5px;
   z-index: 10; 
}
#menu, #site, #extra {
	display:none;
}
#navigation { 
	border-top: 1px solid #E8E8E8;
	margin-top:20px;
	padding-top:13px;
	float:none;
	text-align: center;
	width:100%;
}



/* Blocs de contenus */
.head, .menubas, #footer .droite {
	display:none;
}
 #footer .gauche {
	width:100%;
}
.centre1, .centre2, .centre3 {
	background-color: #fff;
	background-image: none;
}
.centreInt1, .centreInt2, .centreInt3 {
	background-color: #000;
	background-image: none;
}