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

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("banniere.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   border: 2px solid black;
}
/* Le menu */

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

.element_menu
{
   background-color: rgb(245, 189, 105);
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
}
/* Quelques effets sur les menus */


.element_menu h3
{    
   color: rgb(106, 53, 0);
   font-family: Mandela, Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   font-size: 1.2em;
}

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

.element_menu a
{
   color: rgb(106, 53, 0);
   font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 0.8em;
   
}

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

#photoponce
{
  position:left;
  left: 50%; 
  top: 50%;
  margin-top: 10px; /* moitié de la hauteur de l'image */
  margin-left: 70px; /* moitié de la largeur de l'image */
}

#photo4L
{
  position:left;
  left: 50%; 
  top: 50%;
  margin-top: 10px; /* moitié de la hauteur de l'image */
  margin-left: 30px; /* moitié de la largeur de l'image */
}
#4Ltrophy
{
  position:auto;
  left: 50%; 
  top: 50%;
  margin-top: 5px; /* moitié de la hauteur de l'image */
  margin-left: 5px; /* moitié de la largeur de l'image */
}

/* Le corps de la page */

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 0.8em;
   color: rgb(106, 53, 0);
   background-color:rgb(245, 189, 105) ;
   
   background-repeat: no-repeat;
   
   
   border: 2px solid black;
}

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

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: rgb(106, 53, 0);
   background-color: rgb(245, 189, 105);
   font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   background-repeat: repeat-x;
   font-size: 0.7em;
   border: 2px solid black;
}
