body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EAE3DB;
}

#fond {
	width: 100%;
	height: 100%;
	background: #EAE3DB;
}

#page {
	position:absolute; 
	top: 50%;
	left: 50%;
	width: 950px;
	height: 600px;
	margin: -308px 0 0 -475px;
	background: #EAE3DB url("images/fond.jpg") top no-repeat;
}

.texteclair {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8F7079;
	text-align:center;
}

