@charset "utf-8";
/* CSS Document */
/* Fichier Fond.css */

.fond {
	position:relative;
	margin: auto;	/* centrage pour IE */
	margin-top: 0;
	padding: 0;
	width: 800px;
	background-color: #ffffff;
	border: 1px solid #333333;
}
body{
	text-align: center;	/* centrage pour FF */
	background-color: #333333;
	margin-top: 0;
}
.corps {
	position: relative;
	top: 0px;
	left: 20px;
	width:765px;
	margin-bottom: 10px; 
	text-align: left;
}
html>body .corps {
	width:775px;
	top: 8px;
}
