/*
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: 20px;
   margin-bottom: 20px;    
   background-image: url("images/fond.png");
}

/* L'en-tête */

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


/* Le menu */

#menu
{
position: absolute;
   float: left;
   width: 140px;
   text-align: center; font-size: 20px;
   color:  #4c59a28; /*bouton de menu*/
   font-family: Calibri;
}

.element_menu
{
   background-color: #007f0e;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 0px solid black;
   
   margin-bottom: 20px;
   
   text-align: center; 
   background: repeat x
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #000000;
   font-family: Calibri;
   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 /* lien dans le bandeau gauche*/
{
   color: #b3d5e4;
   text-align: left;
}

.element_menu a:hover /*survol du curseur*/
{
   background-color: #ffffff;
   color: black;
}


/* Le corps de la page */

#corps
{
   margin-left: 160px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: #5ef79c;
   background-color: #ffffff;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
  
   
   text-align: center; 
}

#corps h1
{
   color: #00561E;
   text-align: center;
   font-size: 86px;
   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: 35px;
   font-family: Trebuchet MS;
   font-weight: bold;
   text-decoration: underline;
  
  
}

#corps h4
{
  color: #00561E;
text-align: center;
   font-size: 25px;
   font-family: Trebuchet MS;
        
}

#corps p
{
color: #358250;
text-align: center;
   font-size: 18px;
   font-family: Trebuchet MS;
   }

 #corps  a
{
   color: #000000;
    font-size: 18px;
   font-family: Trebuchet MS;
     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;
}


	
