body
{
	background-color: #61594c;
}

#conteneur
{
   margin: auto;
   width: 1050px;
   border: 1px solid #ccc;
}

#header
{
   background-image: url("../images/header.jpg");
   width: 1050px;
   height: 251px;
}

#menu
{
   background-image: url("images/bg.jpg");
   width: 1050px;
   height: 40px;
   text-align: center;
   font-size: 16px;
   padding-top: 7px;
}

#menu a
{
   color: #e0690a;
   text-decoration: none;
   font-size: bold;
   margin-left: 0px;
   margin-right: 10px;
   text-align: left;
}

#menu a:hover
{
   text-decoration: underline;
}

#corps
{
   background-image: url("../images/corps-milieu.jpg");
   background-repeat: repeat-y;
   width: 724px;
   padding-left: 58px;
   padding-right: 58px;
}

#corps a
{
   color: #846b41;
   text-decoration: none;
}

#corps a:hover
{
   color: #c48a2c;
   text-decoration: underline;
}

#footer
{
   background-image: url("../images/corps-bas.jpg");
   width: 832px;
   height: 9px;
   color: #b3a793;
   font-size: 12px;
   text-align: center;
   padding-top: 40px;
}

#footer a
{
   text-decoration: underline;
   color: #b3a793;
}