/* CSS Document */
#conteneur {
	width: 100%;
	background-color:#FFFF99;
	height: 100%;
 }
 #centre {
	background-color:#FFFF99;
	margin-left: 250px;
	height: 100%;
	width: auto;
	overflow: scroll;
 }
 #menu {
	position: absolute;
	background-color:#FFFF99;
	left:0;
	width: 250px;
	height: 100%;
	overflow: auto;	
 }

