/**********************************************************************/
/* Gestion des DIV de mise en page
*/
#imagefond{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-image: url(Charte/ImageFond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	background-color:#ffffff;
	/*filter:alpha(opacity=80);
    -moz-opacity:0.8;
	opacity: 0.8;*/
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-image: url(Charte/ImageFondTexte.jpg);
	background-repeat: no-repeat;
}
#nav {
	width: 255px;
	float: left;
	margin-left: 0px;
	padding: 0px;
	background-color: #00CC33;
}
#menuhaut{
}	
#content {
	padding: 10px;
	margin-left: 0px;
	}
#header {
	height: 140px;
	text-align: center;
	}
#footer {
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	text-align: right;
	clear: both;
	width: 950px;
	}
#Align-Droite {
	background-color: #fff;
	color: #006;
	border-top: 1px solid #006;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
}	
/* * */

