body
{
   width: 760px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 10px;    
   background-image: url("images/background.png");
}

/* L'en-tête */

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


/* Le menu */

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

.element_menu
{
   background-color: #FFF7E7;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #182952;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: left;
   padding-left: 2px;
}

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #182952;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}


/* Le corps de la page */

#corps
{
   margin-left: 135px;
   margin-bottom: 10px;
   padding: 5px;
   
   color: #184992;
   background-color: #FFF7E7;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#corps h2
{
   color: #184992;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h3
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #184992;
   text-align: left;
}
.element_offre ol
{
   list-style-type: upper-roman;
   font-weight: bold;
   padding: 0px;
   padding-left: 80px;
   margin: 0px;
   margin-bottom: 5px;
}
#corps2, #construct
{
   margin-left: 135px;
   margin-bottom: 10px;
   padding: 5px;
   text-align: center;
   
   color: #184992;
   background-color: #FFF7E7;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#corps2 h2
{
   color: #184992;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps2 h3
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #184992;
   text-align: center;
}
#construct h2
{
   color: #184992;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 2px;

   text-align: center;
   font-size: 70%;

   color: #184992;
   background-color: #FFF7E7;
   /* background-image: url("images/motif.png"); */
   background-repeat: repeat-x;
   
   border: 2px solid black;
}