@charset "UTF-8";

body {
	background-color: #464f60;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div#contenu {
	position: absolute;
	width:801px;
	height:100%;
	left:50%;
	margin-left: -400px;
	top: 0px;
	z-index: 2;
	visibility: visible;
	text-align: center;

}

h2,h3 {
    margin-top: 0px;
    padding-top: 0px;
}
div#head {
	position: absolute;
	width:801px;
	height:95px;
	top: 0px;
	z-index: 4;
	left: 0;
	overflow: visible;
}
div#fondpage {
	position: absolute;
	width:801px;
	height:520px;
	top: 0px;
	z-index: 2;
}
div#columns {
	position: relative;
	background-color: #CCCCCC;
}
div#menu_haut {
	position:absolute;
	width:801px;
	top: 97px;
	left:0px;
	z-index: 6;
	overflow: visible;
	height: 21px;
}
div#menu-droit {
	position:absolute;
	width:250px;
	top: 124px;
	z-index: 7;
	height: 255px;
	left: 550px;
}
div#menu-droitbas {
	position:absolute;
	width:250px;
	top: 386px;
	z-index: 7;
	left: 500px;
}
div#foot {
	position: relative;
	width: 801px;
	clear: both;
	height:97px;
	left:50%;
	margin-left: -400px;
	height: 30px;
}
#footer {
	position:absolute;
	width:801px;
	z-index:5;
	background-color: #FFFFFF;
	top: 632px;
}
