body
{
  /* width: 763px;extensible*/
   margin:auto; /* Pour centrer notre page */
   margin-top: 2px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 2px;    /* Idem pour le bas du navigateur */
   background-color:yellow;
   
}
#en_tete
{
   /*width: 775px;extensible*/
   height:85px;
   margin-bottom:2px;
   border:solid red 1px;
   font-weight:bold;
   padding-left:0px; 
   background-color:#bd8d00; 
   
  }
  
#corps
{
   margin-left: 1px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 1px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding:1px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   margin-top:2px;
   color:black;
   background-color:maroon; 
   margin:auto;
}

.element_corps
{
height:3000px;

/*width:98%;*/
/*width:758px;/il y avait 570px/extensible*/
margin:auto;
border:1px solid green;
padding:0px;
padding-left:35px;*/
background-color:#ffe215;
margin-top:5px;
padding-top:20px;
padding-bottom:2px;


font-style:italic;
color:red;
cursor: url("pictures/ecureuil.ani");
}

   .element_minialbum
   {
   width:740px;
   height:60px;
   
   }
a
{
text-decoration:none;
font-style:italic;
color:black;
}
   
   


#footer
{
   background-color:#bd8d00;
   padding:5px;
   text-align:center;
   color:black;
   /*background-image: url("pictures/fondd.jpg");*/
   border:2px solid yellow;
   font-size:12px;
   font-weight:bold;
   height:20px;
   /*width:775px;extensible*/
   border:1px solid red;
   font-family:arial;
}

 a img
                        {padding: 1px;
                        border: 1px solid red;}
                .liste_image
                        {width: 160px;
                        height: 130px;
                        float: left;
                        text-align: center;
                        font-size: 12px;
						margin-left:14px;
						
						}


p.center
                        {text-align: center;
                        color: blue;}

h1
   {
   font-size:30px;
   color:lime;
   padding-bottom:0px;
   padding-top:15px;
   font-style:verdana;
   }

