/*

*/

body
{
   width: 100%;
   margin: auto;
   margin-top: 0px;
   margin-bottom: 0px;    
   background: #99CCCC url(images/1.jpg) repeat-x fixed top left;
	

}


a img {

border:0;

}

/* L'en-tête */

#en_tete
{

   width: 100%;
   height: 150px;
   background-image: url("images/banniere2.jpg"); 
   background-repeat: repeat-x fixed top left;
   margin-bottom: 0px;
  
}


/* Le menu */

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

.element_menu
{
   background-color: #003366;
   background-image: url("images/briard.gif");
   background-repeat: repeat-x;
   height: 40px;
   width: 40px;
   border: 2px solid black;
   
   margin-bottom: 0px;
}

.element_menu2
{
   background-color: #626262;
   background-image: url("images/anim1.gif");
	background-repeat: repeat-x;
    border: 2px solid black;
    margin-bottom: 20px;
}




.element_menu h3
{    
   color: #666699;
   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
{
   color: #B3B3B3;
}

.element_menu a:hover
{
   background-color: #666699;
   color: black;
}

/* Le corps de la page */

#corps
{
	margin-left: 0px;
   margin-bottom: 20px;
  
   color: #626262;
   background-color: #99CCCC;
   background-image: url("");
   background: #99CCCC url(images/1.jpg) repeat-x fixed top left;
 
}

#abcdef
{
      background-image: url("images/caya.jpg") repeat-x ;
  }



#slide { 
   background: url("images/300-001.jpg");
   width:200px;
   height:140px;
   left : 50%;
   margin-left : -345px;
  }


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

#corps h2
{
   height: 30px;

   background-image: url("");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{

   
   width: 100%;
   height: 229px;
   background-image: url("images/banniere luculus.jpg");
   background-repeat: repeat-x;
   margin-bottom: 0px;
   border: 1px solid black;
}