/* CSS Document */

body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background-image: url("TN_yelorock.JPG");
   cursor: crosshair;
}
h2
{
font-size:50px;
color:#ff5837;
}
/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 60px;
   background-color:#4D4D4D;
   margin-bottom: 10px;
}
#corps
{
   width: 760px;
   margin-bottom: 20px;
   height: auto
   padding: 5px;
   border: 2px solid black;
}

#pied_de_page
{
   width: 760px;
   padding: 20px;
   text-align: left;
   background-image: url("TN_yelorock.JPG");
}