body 
{ font-family: "century gothic", "Trebuchet MS", Serif;
   margin: auto;
   width: 760px;
   font-size: 12px;
   color: #999999;
   background-color: #ffffff;
   background-position : top, left;
   background-image: url("images/background.jpg");
   background-attachment: fixed;}
  
  #en_tete
{  width: 760px;
   height: 198px;
   background-image: url("images/banniere.jpg");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}

  #menu
  { width : 760px;
  height: 38px;
  display: block;
  }


  #corps
{
  width : 740px;
  min-height : 250px;
   padding: 10px; 
   background-color: #ffffff;
   text-align: justify;
   color: #000000;
   font-size: 12px;
   line-height: 12px; 
}
.auto{
   overflow: auto;}


  #bottom
  {
  background-color: #fdc51a;
  width : 760px;
  height: 20px;
  color : #ffffff;
  text-align: center;
  font-size:9px;
  line-height:9px;
  border-top : solid 1px #4b9ccf; }
  

h4
{ font-family: arial;
  color : #4b9ccf;
  font-size: 17px;
  font-style : bold;
  letter-spacing : 2px;
  border-bottom : 1px #f4bd0c dashed;
  padding-bottom: 2px;
  text-align: right;  }
  
  h6
  { font-family : arial;
  color : #fdc51a;
  font-size: 15px;
  font-style: bold;
  letter-spacing : 2px;}
  
  .imageflottante
{
   float: left;
   margin: 10px;
}

  .imageflottante1
{
   float: right;
   margin: 10px;
}

    a {
       color: #4a9bce;
	   text-decoration:none;}
	     
    a:hover {
       color: #fdc51a;
	   }