
body
{
 cursor: url("http://upload.is.free.fr/upload/vshzjh79.ani");

  
   width: 1000px;
   margin: 185px;
   margin-top: 20px;
   margin-bottom: 20px;    
 background-image: url("http://img251.imageshack.us/img251/116/briquesmur.png");

   
}
table
{
 background-color: yellow;

 width: 50%;

 }
 
/* L'en-tête */

#en_tete
{
   width: 1000px;
   height: 150px;
   background-image: url("http://img693.imageshack.us/img693/2924/banniereavecpelles.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin-left: 150px;
}


/* Le menu */

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

.element_menu
{
   background-color: #CC3333;
 
   background-repeat: repeat-x;
   
   border: 2px solid black;
      
   margin-bottom: 20px;
}



/* Effets sur les menus */


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

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

.element_menu a
{
   color: #FFFF33;
}

.element_menu a:hover
{
   background-color: #CC3333;
   color: yellow;


}


/* Le corps de la page */

#corps
{
   margin-left: 300px;
   margin-bottom: 20px;
   padding: 25px;
   
   width: 700px;
      text-align: center;
   
   color: #990000;
   background-color: #66FF66;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
}
   
   
}



#corps h1
{
width: 500px;
   color: #990000;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;

   padding-left: 30px;
}

#corps h2
{
   height: 200px;

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



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

#pied_de_page
{
   width: 1040px;
   padding: 5px;


   text-align: center;

   color: #FF0000;
   background-color: #FFFF00;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 4px solid green;
}

