body {
	background-image: none;
	backgroung-color: #ffffff;
}
#body {	
	width: 990px;
	clear: both;
	margin: 5px auto 5px auto;
	padding: 0px;
}
#body .entete {
	position : absolute;
//	left : 10px; 
	top : 10px;
	margin : 0px auto 0px auto;
	width : 920px;
	height: 100px;
	z-index: 30;
}
#body .page {
	position : absolute; 
	left : 180px; 
	top : 110px;
	width : 640px;
	background-image : none;
	background-color : #ffffff;
	z-index:10;
}
#body .menu_00 {
	position : absolute;
	left : 0px;
	top : 460px;
	width : 160px;
	z-index: 20;
}
#body .menu_01 {
	position : absolute;
	left : 0px;
	top : 130px;
	width : 160px;
	z-index: 21;
}

