body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   background-image: url("fond.jpg");
}

#en_tete
{
   width: 760px;
   height: 170px;
   background-image: url("banniere.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

#menu
{
   float: left; 
   width: 130px; 
}

.element_menu
{
   background-color: #435eff;
   background-repeat: repeat-x;
   border: 2px outset aqua;
  
   margin-bottom: 20px;
}

.element_menu h3
{   
   color: aqua;
   font-family: "Arial Rounded MT Bold", Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   padding: 0px; 
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px; 
}

.element_menu a
{
   color: black;
   text-decoration: none;
   font-weight: bold;
}

.element_menu a:hover
{
   color: #8bcedf;
}

#corps
{
   margin-left: 100px;
   margin-top: 20px;
   margin-bottom: 200px;
   padding: 20px; 
   color: blue;
   text-align: center;
   font-family: Papyrus, "Arial Rounded MT Bold", arial, serif;
   font-weight: bold;
   font-size: 140%;
}

#pied_de_page
{
   width: 750px;
   height: 20px;
   text-align: center;
   color: blue;
   background-color: #9bdbed;
   background-repeat: no-repeat;  
   border: 1px solid black;
   font-size: x-small;
   padding-bottom: 10px;
   margin-bottom: 20px;
}

a
{
   color: blue;
   text-decoration: none;
   border: none;
}

a:hover
{
   color: teal;
}