body
{
	background-image: url("img/site/fond.jpg");
	background-repeat: repeat-y;
	background-color: #d1d1d1;
	margin: auto;
	font-size: small;
	font-family: Arial, Verdana, serif;
}

#header
{
	background-image: url("img/site/ban1.jpg");
	background-repeat: no-repeat;
	width: 800px;
	height: 204px;
	margin: 0px;
	padding: 0px;
}

#menu
{
	width: 220px;
	float: left;
}

#menu img
{
	margin-right: 2px;
}

#menu p
{
	padding-left: 40px;
}

#menu a
{
	color: #d1d1d1;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover
{
	color: #374348;
	text-decoration: none;
	font-weight: bold;
}

#corps
{
	width:560px;
	margin-left: 220px;
	margin-top: 10px;
	height: 800px;
}

html>body #corps 
{
height: auto;
min-height: 800px;
} 

#corps a 
{
	text-decoration: none;
}

#corps img
{
	border: 1px solid black;
	padding: 1px;
}

#corps h3
{
	padding-left: 25px;
	font-weight: bold;
	font-size: normal;
	color: #3f4a4f;
	background-image: url("img/site/titre.jpg");
}

#footer
{
	float: left;
	width: 800px;
}
