body
{
   width: 1280px;
   background-image: url("back.jpg");
   background-repeat: repeat-y;
}

#en_tete
{
   width: 1280px;
   height: 180px;
   background-image: url("banniere.jpg");
   background-repeat: no-repeat;
}

#menu
{
   width: 230px;
   height: 300px;
   float: left;
   margin-top: 20px;
   padding-left : 70px;
   padding-top: 70px;
   width: 180px;
   background-image: url("back-menu.jpg");
   background-repeat: no-repeat;
}


#menu a
{
   text-decoration:none;
}

#menu a img
{
   border:none;
}

#corps
{
   padding-left : 40px;
   padding-right: 40px;
   margin-left: 200px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   /*padding: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   text-align: center;
   color: #424242;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;

   
}

#corps p,h1
{
   text-align: center;
   padding: 10px;
   font-weight: bold;
   color: #484f57;

}
