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

}
img
{
    visibility: visible;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    height: 277px; 
    width: 450px; 
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 420px;
   text-align: center;
   background-image: url("photo_famille.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}


/* Le menu */

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

.element_menu
{
   background-color: #fff7a7;
   background-image: url("fond.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
   margin-top: 100px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #000000;
   font-family: 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: #000000;
}

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


/* Le corps de la page */

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: #000000;
   background-color: #fff7a7;
   background-image: url("fond.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#corps h1
{
   color: #000000;
   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: 5px;
   clear: both;

   text-align: center;

   color: #000000;
   background-color: #fff7a7;
   background-image: url("fond.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}
