body
{
   position:relative;
   top: 7px;
   bottom: 7px;
   font-family: Arial, Comic sans MS, Verdana, serif;
   font-size: small;
   background-color: #b29c72;
   border: 1px solid #483e35;
   width: 900px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
   min-width:800px;
}

a
{
   color: #4f8b00;
}
a:hover
{
   color: #5b3c09;
}

#titre
{
   font-variant: small-caps;
   font-size: medium;
   font-weight: bolder;
   color: #784d08;
   border-bottom: 1px solid #483e35;
   margin-top: 20px;
   margin-bottom: 10px;  
}

#bandeau
{
   font-size: xx-large;
   background-color:#48392b;
   color: #d2cbbb;
   height:45px;
   padding:5px;
}

#image
{
   position:relative;
   top: 1px;
   left: 100px;
}

#menu 
{
   background-color:#8dca3d;
   font-variant: small-caps;
   color:black;
   padding:5px;
   height:15px;
   text-align: right;
   border-bottom: 1px solid #483e35;
}
#menu a
{
   color: black;
   text-decoration:none;
}

#corps
{
   background-color: white;
   padding:10px;
   padding-left: 20px;
   padding-right: 20px;
   text-align:justify;
   min-height:500px;
}

#bas
{
   background-color: #8dca3d;
   color:#48392b;
   padding:5px;
   height:36px;
   font-size: xx-small;
   border-top: 1px solid #483e35;
}

#bas a
{
   text-decoration:none;
}