
#en_tete
{
   width: 754px;
   height: 100px;
   background-image: url("images/epi.jpg");
   background-repeat: no-repeat;
   background-color: green; 
   margin-bottom: 10px;
}
body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px; 
    background-color:#339600 ;  
 }
  



#corps
{

color:white;
margin-left: 140px;

margin-bottom: 20px;

padding: 5px;

width: 600px;


background-color:blue;

background-image: url("images/facvieil.jpg");

background-repeat: repeat-x;

border: 2px solid black;

}


p

{

font-family:"Arial Black", "Times New Roman", Times, serif;
  
font-size:large;

font-weight:bold;
   
 font-style:italic;  
   
}  


  










   
   
   
  


#menu
{
float:left;
height:400px;
width:120px;
}
.element_menu
{
background-color:#e2e251;
background-image: url("images/motif.png");
 background-repeat: repeat-x;
border: 2px solid black;
margin-bottom: 20px;
height:190px;
}
 element_menu h3 
{   
   color: yellow;
   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: 5px; 
}
element_menu a
{
   border:1px solid black;
   color: black;
}
element_menu a:hover 
{ 
 background-color: white;
color: black;
 } 
strong
{
color: blue;
text-decoration: blink;
border:1px solid black;
}
#pied_de_page
{
   padding: 5px;
   height: 100px;
   text-align: center;

   color:black;
   background-color:#a8893a;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}
