body
{
   width: 760px;
   margin: auto;
   margin-top: 15px;
   margin-bottom: 20px;
   background-image: url("arbre-n.jpg");

}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 209px;
   background-image: url("images/banniere.png");
   background-repeat: no-repeat;
}

img {
border: 0px;
}


/* Le corps de la page */

#corps
{
   
   margin-left: 0px;
   padding-right: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   padding-top: 5px;
   padding-left: 10px;
   margin-left: 0px;
   color: #000000;
   background-color: #909090; /* Une couleur de fond pour le corps */
   border-left: 8px solid #fefefe;
   border-right: 8px solid #fefefe;
}


#position_news
{
valign: top;
border: 0px;
align: center;
}
#news
{
   margin-bottom: 20px;
   padding: 5px;
   color: #000000;
   background-color: #999999;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
    
}
#corps h2
{
   height: 23px;

   background-image: url("images/motif.png");
   background-repeat: no-repeat;
   
   padding-left: 60px;
   color: #000000;
   font-family: "Goudy Old Style" ,"Arial Black", "Times New Roman", Times, serif;
}
#corps h3
{
   color: #000000;
   font-family: "Goudy Old Style" ,"Arial Black", "Times New Roman", Times, serif;
}
#corps h4
{
   color: #000000;
   font-family: "Goudy Old Style" ,"Arial Black", "Times New Roman", Times, serif;
}
#news h1
{
   color: #000000;
   text-align: center;
   font-family: "Goudy Old Style" ,"Arial Black", "Times New Roman", Times, serif;
}

#news h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #000000;
   text-align: left;
   font-family: "Goudy Old Style" ,"Arial Black", "Times New Roman", Times, serif;
}

#photo
{

   margin-bottom: 20px;
   padding: 5px;
   color: #000000;
   background-color: #999999;


}

#photo h1
{
   color: #000000;
   text-align: center;
   font-family: "Goudy Old Style" ,"Arial Black", "Times New Roman", Times, serif;
}

#photo h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #000000;
   text-align: left;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   height: 65px;
   padding: 5px;
   text-align: center;
   color: black;
   background-image: url("images/bas.png");
   background-repeat: repeat-x;   
}

