body
{
	width:100%;
	margin-left:auto;
	margin-right: auto;
	background-color: #303D58;
	font-family: Arial, Helvetica, sans-serif;
}
a
{
	color: #00008b;
	text-decoration: none;
}
a:hover
{
	text-decoration:underline;
}
.centre
{
	position: relative;
	left: 50%;
	width: 1020px;
	margin-left: -510px;
}

#conteneur
{
	border: 2px dotted #F7E444;
}
#header
{
	border: 2px dotted #F7E444;
	background-color: white;
}
#menu
{
	border: 2px dotted #F7E444;
	background-color: white;
	float: left;
	width: 150px;
}
#corps
{
	border: 2px dotted #F7E444;
	background-color: #C6C7FF;
	margin-left: 155px;
}
#footer
{
	border: 2px dotted #F7E444;
	background-color: white;
}