/*TIRELESS*/

body
{
   width: 1000px;
   margin: auto;  
   margin-top: 10px; 
   margin-bottom: 10px;  
   background-image: url("PICS/fon.jpg");
   font-family: Comic Sans MS, "Arial Black", "Times New Roman", Times, serif;
   font-size: 16px;
   text-align: left;
   background-color: black;
   }
   
#en_tete
{
   width: 100%;
   height: 200px;
   TEXT-ALIGN:center;
   background-image: url("PICS/a.png");
   background-repeat:NO-repeat;
   background-position: center;
   margin-bottom:5px;
  
} 

#menu
{
   width:100%;
   height: 80px;
   background-image: url("PICS/b.png");
   background-repeat:NO-repeat;
   background-position: center;
   
   padding-top:9px;
}
   

.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
     padding:2px;
     margin:auto;
	
    background-color:black;
     width:580px;
     height:30px; 
     text-align:center;
     padding-left:10px;
	 border:1px solid yellow;
}


 li {
     margin-left:2px;
     float:left; /*pour IE*/
     width:19%;
     list-style-type:none;
 }

ul li a {
     display:block;
     float:left;   
     width:115px;
     line-height:30px; 
     color:yellow;
     text-decoration:none;
     text-align:CENTER;
     text-indent:3px;
     background-image : url("PICS/bout.png");
     font-size: 16px;
	
 }
 
 ul li a:hover {
   background-image : url("PICS/bouts.png");
   color:white;
 }  

#fond
{
 width:100%;
 background-image: url("PICS/c.png");
 padding-top:3px;
 padding-bottom:10px;
 margin-top:5px;
 }
 
#corps
{
   margin-left: 15px;
   margin-right: 15px;
   margin-top:10px;
   padding: 30px;
   padding-top:0px;
   color: #010100;
   background-color: #c168f9;
   border: 2px solid yellow;
   text-align:center;
  
   }

a img
 {
border: 0;

}  
#sep 
{
text-align:center;
}


#corps h1 /* Tous les titres h1 du corps */
{
   color: BLACK;
   background-image: url("PICS/log.gif");
   padding-top:100px;
   text-align: center;
   font-family: Impact, "Arial Black", "Times New Roman", Times, serif;
   text-decoration:underline;
}




#corps h3
{
color:black;
text-align:center;
font-family:Comic Sans MS, "Arial Black", "Times New Roman", Times, serif;
font-size:20px;
text-decoration:underline;
}

#gif
{
width:100%;
height:88px;
margin-top:20px;
background-image: url("PICS/TURN.gif");
background-repeat:repeat-x;
}

#pied_de_page
{
   width: 100%;
   height:100px;
   text-align: center;
   font-family: Comic Sans MS, "Arial Black", "Times New Roman", Times, serif;
   font-size: 16px;
   font-weight:bold;
   color: black;
   background-image: url("PICS/PIEDD.PNG");
   background-repeat: no-repeat;
   background-position: center;
   clear:both;
   margin-top:5px;
   padding-top:30px;

}


