@charset "iso-8859-1";

body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color:black;

}

a  /*liens*/
					{
					color: "green";
					font-style: italic;
					text-decoration: none;
					}
					

/* L'en-tête */

#en_tete
{
   width: 758px;
   height: 100px;
   background-image: url("../images/banniere.png");
   background-repeat: no-repeat;
  
   margin-bottom: 20px;
}


/* Le menu */

#menu
{
   float: left;
   width: 180px;
}

.element_menu
{
  
   background-image: url("../images/motif.jpg");
 
   
  /* border: 2px solid black;*/
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: black;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   background-image: url("images/puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: black;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: red;
}


/* Le corps de la page */

#corps
{
   margin-left: 180px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: #B3B3B3;
   background-color: black;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
  
}

#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

  
   
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
}


/* Le pied de page  */

#pied_de_page
{
 margin-top: 20px;
   padding: 5px;

   text-align: center;

   color: #B3B3B3;
   background-color: #626262;
 
  
   
   border: 2px solid white;
}
 
 
.echo
{
font color="black" ;

}