
body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background-image: url("images/beige083.jpg");
   background-color: white;
}

h1
{
color: black;
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("images/fond_bleuclair_vert.jpg");
   background-color: #E9ABFB;
   border: 2px solid black;
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin-top: 20px;
   text-align: center;
   padding: 5px;
   font-variant: small-caps;
}



.lien
{
width: 227px;
height: 38px;
font-weight: bold;
background-image: url("images/bouton_or.gif");
}

.lien a
{
color: black;
font-weight: bolder;
padding-left:30px;
font-size: 18px;
}

/* Le menu */

#menu
{
   float: left;
   width: 120px;
   margin-top: 80px;
   margin-left: 20px;
}

.element_menu
{
   background-color: white;
   background-image: url("images/fond_couleur.jpg");
   background-repeat: repeat-x;
   border: 4px solid black;
   margin-bottom: 140px;
}


/* Quelques effets sur les menus */


.element_menu h3
{   
   color: black;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   text-transform: capitalize;
}

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

.element_menu a
{
   color: black;
}

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


/* Le corps de la page */

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

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

#corps h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
}


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

#pied_de_page
{
   padding: 5px;
   background-color: #E9ABFB;
   background-image: url("images/fond_bleuclair_vert.jpg");
   background-repeat: repeat-x;
   margin-top: 20px;
   border: 2px solid black;
   text-align: center;
   color: black;
}
#corps1
{
  color:black;
  margin-left: 160px;
  text-align: center;
}
#corps2
{
  color:black;
  margin-left: 160px;
  text-align: center;
}
.herisson
{
margin-bottom: 60px;
margin-left: 120px;
}

