body
{
	background-color: #83ca59;
}

#conteneur
{
margin : auto;
width: 1210px;
}
#image
{
background-image: url("../images/banniere.jpg");
margin : auto;
width: 1210px;
height: 425px;
}

#menu
{
background-image: url("../images/menu.jpg");
margin : auto;
width: 1210px;
height: 78px;
text-align: center;
font-size: 22px;
padding-top: 10px;
}

#menu a
{
color : white;
text-decoration : none;
margin-right: 10px;
margin-left: 10px;
}

#menu a:hover
{
text-decoration : underline;
color : red;
}
/* commentaire */
#corps
{
background-image: url("../images/corps.jpg");
margin : auto;
background-repeat: repeat-y;
width: 1210px;
padding-right: 24px;
padding-left: 24px;
}

#basdepage
{
background-image: url("../images/footer.jpg");
margin : auto;
width: 1210px;
height: 82px;
color : white;
text-align: center;
font-size: 16px;
padding-top : 37px;
}




