/*----
PARAMETRES DES DIVS : 
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 5px 0px 0px 0px;
	padding: 0;
}

#header {
	height: 90px;
	background-color: #ffffff;
	background-image: url(../images/bandeau.jpg);
	display: none;
}
#haut {
	height: 30px;
	background-color:#009e60;
	background-image: url(../images/menuhaut.jpg);
	display: none;
}
#conteneur {
position: absolute;
width: 760px;
left: 50%;
margin-left: -380px;
background-color:#FFFFFF;
}
#centre {
background-color:#FFFFFF;
margin-left: 50px;
margin-right: 50px;
}
#gauche {
display: none;
/*	position: absolute;
	left:0;
	width: 128px;
	background: #C4E19B;
	margin : 8px 0px 0px 8px;
*/
}
#droite {
display: none;
/*
position: absolute;
right:0;
width: 150px;
*/
}
#pied {
display: none;
/*
	height: 60px;
	background-color: #C4E19B;
	background-image: url(../images/pied.jpg);
*/
}

