body
{
	width: 1200px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* L'en-tête */
#entete
{
	position: absolute;
	height: 200px;
	top: 0px;
	left: 350px;
	text-align: center;
	color: #0000FF;
}
/* Le menu */
#menus
{
	float: left;
	width: 245px;
	top: 0px;
	left: 0px;
	margin-bottom: 10px;
}
/* Le corps de la page */
#milieu
{
	position: absolute;
	width: 710px;
	top: 110px;
	left: 290px;
	text-align: center;
	color: #000000;
}
/* Droite */
#droite
{
	float: right;
	width: 200px;
	top: 0px;
	left: 715px;
	margin-bottom: 10px;
}
