body
{
   width: 760px;
   margin: auto; /* Pour centrer notre page */
   background-color: white;
   }
   
   a
   {
   text-decoration: none;
   }
   
#en_tete
{
   width: 760px;
   height: 139px;
   background-image: url("images/header.jpg");
   background-repeat: no-repeat;
}

#menu
{
width: 760px;
   height: 60px;
   background-image: url("images/menu.jpg");
   background-repeat: no-repeat;
   color: white;
   font-family: arial, "Arial Black", "Times New Roman", verdana, serif;
   font-size: 0.8em;
   font-variant: small-caps;
   margin-bottom: 0px;
}

   #menu a
   {
   color: white;
}
#menu a:hover
{
   background-color: #333333;
}

#menu a:active
{
background-color: black;
}

#menu a:visited
{
   color: white;
}
   
   #langue
   {
   width: 760px;
   height: 30px;
   margin-top: 0px;
   }
   
#partie_gauche
{
float: left; /* Le menu flottera à gauche */
   width: 180px; /* Très important : donner une taille au menu */
   height: 400px;
   overflow:auto;
   color: #666666;
   background-color: white;
   font-family: Arial, "Arial Black", "Times New Roman", verdana, serif;
   padding: 5px;
   padding-top: 10px;
   font-size: 0.8em;
}

#partie_gauche a
{
color: black;
font-weight: bold
}
#partie_gauche a:hover
{
   color: #666666;
}
#partie_gauche a:visited
{
   color: #708090;
   }

#partie_droite
{
background-color: white;
color: #666666;
margin-left: 190px;
   font-family: Arial, "Arial Black", "Times New Roman", verdana, serif;
   padding: 10px;
   padding-top: 5px;
   padding-left: 20px;
   font-size: 0.8em;
   }
   
   #partie_droite h1
   {
   font-weight: bold;
   font-size: 1.3em;
   }
   
   
  #partie_droite a
{
color: #708090;
font-weight: bold
}

#partie_droite a:hover
{
   color: #666666;
}

#partie_droite a:visited
{
   color: #708090;
   }
   
  #footer
{
   padding: 5px;
text-align: center;
color: #666666;
   background-color:white;
   font-size: x-small;
   margin-top: 20px;
   }
 
   



   

   
   
   

