/* mise en page pricipale  */
body {
height: 100%;
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-color: #fff; /*couleur de fond blanche*/
}
#conteneur { /*le conteneur global du site, qui sera centré */
width: 100%;
height: 100%;
min-height: 100%; 
position: absolute;
background-color: #FFE4C4;
}

#bandeau {
height: 5%;
background-color: #6495ED;
}
#menu {
position: absolute;
left:0;
width: 150px;
height: 90%;
background-color:#CCCCFF;
}
div#menu_haut {
	width:150px;
	height:350px;
	background-color:#CCCCFF;
	}
div#menu_bas {
	width:150px;
	height:128px;
	background-color:#CCCCFF;
	}
#centre {
margin-left: 150px;
width: auto;
height: 90%;
min-height: 90%; 
background-color: #800000;
overflow: auto;
}
#pied_page {
height: 5%;
background-color: #6495ED;
}

