body
{
   position:relative;
   top: 28px;
   bottom: 7px;
   font-family: Verdana, Arial, Comic sans MS, serif;
   font-size: small;
   background-color: white;
   width: 700px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
}

a
{
   color: #0894c4;
   /* color: #4f8b00; */
   text-decoration:none;
}
a:hover
{
   /* color: #5b3c09; */
   color : blue;
   text-decoration:none;
}
a img
{
   border: none;
}


#bandeauimage
{
   float: left;
   width:150px;
   /* background-color:red; */
   height: 75px;
   padding:1px;
   text-align: center;
}

#bandeautext
{
   margin-left: 200px;
   /* background-color:grey; */
   height: 50px;
   padding:1px;
   text-align: center;
   font-size: 25px;
}

#menu 
{
   /* background-color:yellow; */
   padding:5px;
   height:20px;
   text-align: right;
   /* border-bottom: 1px solid #483e35; */
   font-weight: bold;
   font-family: Arial, Verdana, Comic sans MS, serif;
   text-decoration:none;
   color: #5d8e59;
}
#menu a
{
   color: #0894c4;
   font-weight: bold;
   font-family: Arial, Verdana, Comic sans MS, serif;
   text-decoration:none;
}
#menu a:hover
{
   color: blue;
   text-decoration:none;
}

#corps
{
   /* background-color: black; */
   /* padding:10px; */
   padding-top : 20px;
   text-align:justify;
   min-height:480px;
}

#text
{
   padding-left: 20px;
   padding-right: 20px;
   font-size: 12px;
   font-family: Verdana, Arial, Verdana, Comic sans MS, serif;
}

#bas
{
   /* background-color: blue; */
   text-align:center;
   color:#48392b;
   padding:5px;
   height:10px;
   font-size: xx-small;
   /* border-top: 1px solid #483e35; */
}
