
body
{
   width: 940px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 10px;   
   background-color: #e4e4e4;
}

/* L'en-tête */

#en_tete
{
   width: 940px;
   height: 140px;
   background-image: url("images/banniere.jpg");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}

#menu
{
   float: left;
   width:181px;
}
.element_menu
{
   background-color: #909090;
   background-repeat: repeat-x; 
   border: 1px solid black;
   
   margin-bottom: 4px;
}
.element_menu form
{
   padding-bottom: 6px;
   padding-left: 56px;
}
.element_menu li
{
   font-size: 17px;
}
.element_menu p
{
   font-size: 17px;
}
.element_menu h3
{   
   color: black;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   text-decoration: underline;
}
.element_menu ul
{
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 14px;
}
.element_menu a
{
   color: rgb(0,0,0);
}
.element_menu a:hover
{
   background-color: #909090;
   color: blue;
}

/* Le corps de la page */
#corps
{
   margin-left: 0px;

   padding: 5px;
   background-color: #e4e4e4;
   background-repeat: repeat-x;
   
   border: 1px solid black;
}

#corps1
{
   min-height: 15px;
   margin-left: 186px;
   padding: 0px;
   background-color: #e4e4e4;
   background-repeat: repeat-x;
   
   border: 1px solid black;
}

#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps h2
{
text-decoration: underline;
}
#corps h4
{
   height: 10px;
   text-decoration: underline;
   background-repeat: no-repeat;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   padding-left: 20px;
   margin-bottom: 0px;
   color: black;
}
#corps h5
{
height: 0px;
padding-left: 20px;
font-size: 16px;
text-decoration: underline;
}
#corps h6
{
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
padding-left: 20px;
font-size: 15px;
}
#corps p
{
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   padding-top: 10px;
   padding-left: 10px;
   padding-right: 10px;
   margin-bottom: 30px;
   margin-left: 5px;
   color: black;
}
.element_corps2 a:hover
{
   background-color: silver;
   color: red;
}

.image1
{
   float: right;
}

.element_img3
{
   margin-left: 100px;
}
#corps2
{
   min-height: 600px;
   margin-left: 186px;
   margin-bottom: 5px;
   margin-top: 5px;
   padding: 5px;
   
   background-color: silver;
   background-repeat: repeat-x;
   
   border: 1px solid black;
}
.image2
{
   margin-left: 26px;
}
#corps3
{
   margin-left: 186px;
   margin-bottom: 5px;
   padding: 0px;
   background-color: #e4e4e4;
   background-repeat: repeat-x;
   
   border: 1px solid black;
}
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   margin-left: 0px;
   text-align: center;
   height: 36px;
   color: #B3B3B3;
   background-color: #A2A2A2;
   background-repeat: repeat-x;
   
   border: 1px solid black;
}
#pied_de_page p
{
margin-top: 2px;
font-size: 11px;
}
