/* CSS Document */

body
{
   margin: 0;
   padding: 0;  
  
}

/* L'en-tête */

#en_tete
{
   width: 1000px;
   height: 100px;
    background-image: url(fp134.gif);
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin-right: 15px;
}

/* Le menu */

#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 20%; /* Très important : donner une taille au menu */
    background-image: url(fp1.gif);
   border-right:1px solid blue;
   margin-right: 15px;
   padding: 35px 35px 0px 0px;
}

.detailmenu
{
   background-color: cyan;
   background-image: url(../bernass/fp94.gif);
  
   
   border: 1px solid blue;
   
   margin-bottom: 20px; /* Pour éviter que les éléments du menu ne soient trop collés */
}
.detailmenu h3
{color: #00FF00
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-align: center;
}
.detailmenu a
{color:blue;
}
.detailmenu a:hover
{
background-color:#FF9966;
color:#333399;
}
#corps
{

padding:5px 10px;
color: #660033;
background-image: url(fp135.gif);

 border: 1px solid blue;
}


#pied_de_page
{
width: 100%;
   height: 100%;

   padding: 0px;

   text-align: center;

   color: #B3B3B3;
   background-color: #626262;
   background-image: url(fp134.gif);
   border: 1px solid blue;
   margin-top: 1px;
   margin-left: auto;
}



