
#entete{
	height: 70px;
	width: 100%;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
}

#corp{
	height: 440px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 90px;
	
}

#grand-corp{
	height: 480px;
	padding: 0px;
	left: 0px;
	top: 70px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;	
}

#menu{
	height: 440px;
	width:410;
	margin: 0px;
	padding: 0px;
	position: fixed;
	left: 0px;
	top: 90px;
	vertical-align: middle;
	z-index: 2;
	
}

#corp2{
	height: 440px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 390px;
	top: 90px;
	z-index: 1;
	
}

#pied{
	height: 50px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	left: 0px;
	top: 545px;
	
}
