/* CSS Document */
body{
	background-color: #fffbdd;
}

#header, #corps, #footer, #texte-ref{
	margin: 0;
	padding: 0;
	position: absolute;
	
	left: 50%;
	margin-left: -500px;
}

#header{
	width: 1000px;
	top: 0;
	z-index: 10;
}

#corps{
	width: 970px;
	padding-left: 30px;
	top: 59px;
	z-index: 2;
	overflow: hidden;
	height: 451px;
}

#corps a{
	float: left;
}

#footer{
	width: 950px;
	padding-right: 50px;
	top: 510px;
	z-index: 5;
	text-align: right;
}

#texte-ref{
	top: -200;
	height: 10;
	overflow: hidden;
}

#footer img{
}