/* CSS Document */

body
{
   margin: 0;
   padding: 0;  
 background-image: url(fp104.gif); 
}

/* L'en-tête */

#en_tete
{
   width: 950px;
   height: 100px;
    background-image: url(fp134.gif);
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin-right: 15px;
}
#menuejs
{
width:600px;
height:30px;
margin-left:180px;
margin-right:20px;
}

.bloc1
{
  width: 150px;
  height: 100px;
  background-color: white;
  margin-left: 10px;
  float: left;
  
  } 
  .bloc2
{
  width: 640px;
  height: 100px;
  background-color: green;
  float: left;
  margin-left: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: xx-large;
  font-weight: bolder;
  text-align: center;
  font-style: italic;
   color: white;
  } 
  .bloc3
{
  width: 150px;
  height: 100px;
  background-color: white;
  float: left;
  margin-left: 0px;
  } 
 

.menu
{
  
 width: 200px;
 height: 700px; 
 float: left; 
 border: 1px solid blue; 
 margin-top:5px;
}

.flash
{
width: 730px;
 height: 700px; 
 float: left; 
 border: 1px solid blue; 
 margin-top:5px;
 margin-left:5px;
}

.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
{
width:950px;
height:800px;
margin-top:30px;
}


#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;
}




