body
{
    background-image: url("a.jpg");
    
    background-attachment: fixed; /* Le fond restera fixe */
    background-repeat: no-repeat;  /* Le fond ne sera pas répété */
    background-position: top center; /* Le fond sera placé en haut à droite */
}
body
{
   width: 1300px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   
   
}	
/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 100px;
  
   background-repeat: no-repeat;
   margin-bottom: 10px;
}


/* Le menu */

#menu
{
   margin-top: 60px;
   margin-left: -10px;
   float: left;
   width: 140px;
}

.element_menu
{
   /*background-color: #FF6600;
   background-image: url("image/b.png");
   background-repeat: repeat-x;*/
   
   border: 2px solid red;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #000000;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 20px;
   /*padding-left: 50px;*/
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #ff0000;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}


/* Le corps de la page */

#corps
{
   margin-left: 40px;
   margin-bottom: 20px;
   padding: 50px;
   
   color: #ff0000;
  /* background-color: #626262;*/
   background-image: url("images/c.jpg");
   background-repeat: repeat-x;
   
   border: 2px solid red;
}

#corps h1
{
   color: #000000;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   
   
   
   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
{
   padding: 5px;
   clear: both;

   text-align: center;

   color: #FFFF66;
   /*background-color: #626262;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;*/
   
   border: 2px solid black;
}
