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: 200px;
   margin-top: 10px;
   margin-bottom: 10px;
   padding: 20px;
   
   color: blue;
   background-repeat: no-repeat;
}

#pied_de_page
{
   width: 750px;
   height: 30px;
   padding: 0px;
   padding-top: 6px;
   text-align: center;
   color: blue;
   background-color: #9bdbed;
   background-repeat: no-repeat;  
   border: 1px solid black;
   font-size: x-small;
}

fieldset
{
   border: 2px solid teal;
   text-align: justify;
   padding-right: 20px;
   padding-left: 20px;
   padding-bottom: 20px;
}

legend
{
   font-weight: bold;
   font-size: 120%;
   color: red;
}

a
{
   font-weight: bold;
   color: blue;
   text-decoration: none;
}

a:hover
{
   color: teal;
   text-decoration: none;
}

.img_repar
{
   text-align: center;
}