/*
Design d'exemple du Site du Zér0
Réalisé par zaz, venom et mateo21
<lien url="http://www.siteduzero.com">http://www.siteduzero.com</lien>
*/

body
{
   width: 760px;
   margin: auto;
   margin-top: 22px;
   margin-bottom: 20px;    
   background-color:/*#c8fcbc;*/;
   background-image: url("images/");
   background-attachment: scroll;
   background-color: EFFFFB;
   
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 120px;
   background-image:url(../images/bandeau2.gif);
   background-repeat: no-repeat;
   background-color: #FFFFFF;
     color: #000000;
   
  
}

ul {
 padding:13px;
 padding-left:20px;
 padding-bottom: 0px;
 margin:0px; 
 margin-left: 0px;
 list-style-type:none;

 }
li {
 float:center; /*pour IE*/
 border-left:2px solid black; 
 text-align:center;
 }
ul li a {
 display:block;
 float:center;   
 width:100px;
 line-height:22px; /*hauteur de l'image de fond*/
 background:black url(../images/bouton-1.png) repeat-x;
 color:#DCDCDC;
 text-decoration:none;
 text-align: center;
 font-weight:bold;
 }
ul li a:hover {
 background:white url(../images/bouton-2.png) repeat-x;
 color:black;
 }  
}

#menu
{ background-repeat: no-repeat;
   background-color: #FFFFFF;
   margin-bottom: 0px;
   color: #000000;
  
}



#s_menu
ul {
 
 padding-left: 20px;
 margin:0px;
 list-style-type:center;

 }
li {
 float:left; /*pour IE*/
 border-left:2px solid black; 
 text-align:center;
 }
ul li a {
 display:block;
 float:center;   
 width:100px;
 line-height:22px; /*hauteur de l'image de fond*/
 background:white url(../images/bouton-0.png) repeat-x;
 color:black;
 text-decoration:none;
 text-align: center;
 font-weight: bold;
 }
ul li a:hover {
 background:black url(../images/bouton-2.png) repeat-x;
 color:white;
 }  
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #000000;
   font-family: Calibri;
   text-align: center;
}




/* Le corps de la page */

#corps
{
   margin-left: 00px;
   margin-bottom: 20px;
   padding: 5px;
   color: #5ef79c;
   background-color: #ffffff;
   background-image: url();
   background-repeat: repeat;
      text-align: center; 
}

#corps h1
{
   color: #00561E;
   text-align: center;
   font-size: 60px;
   font-family: Goudy Stout;
    font-weight: bold;
}

#corps h2
{
  color: #B3B3B3;
text-align: center;
   font-size: 20px;
   font-family: Trebuchet MS;
  
}

#corps h3
{
  color: #00561E;
text-align: center;
   font-size: 30px;
   font-family: Trebuchet MS;
   font-weight: bold;
   text-decoration: underline;
  
  
}

#corps h4
{
  color: #00561E;
text-align: center;
   font-size: 20px;
   font-family: Goudy Stout;
        
}

#corps h5
{
color: #00561E;
text-align: center;
   font-size: 35px;
   font-family: Trebuchet MS;
   font-weight: bold;
  
   
   }
#corps p
{
color: #358250;
text-align: center;
   font-size: 18px;
   font-family: Trebuchet MS;
   }

 #corps  a
{
   color: #000000;
    font-size: 18px;
   font-family: Georgia, "Times New Roman", Times, serif;
     font-weight: bold;
   text-align: left;
}

#corps a:hover 
{
   
    font-size: 18px;
   font-family: Trebuchet MS;
     font-weight: bold;
   color: #13F763;
   text-decoration: underline;
}

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

#pied_de_page
{
   padding: 18px;

   text-align: center;

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

#pied_de_page a
{
   color: #000000;
    font-size: 18px;
   font-family: Trebuchet MS;
     font-weight: bold;
   text-align: left;
}

#pied_de_page a:hover 
{
   
    font-size: 18px;
   font-family: Trebuchet MS;
     font-weight: bold;
   color: #13F763;
   text-decoration: underline;
}

	

