/*
Design d'exemple du Site du Zér0
Réalisé par zaz, venom et mateo21
http://www.siteduzero.com
background-image:url('images/fond.png')
background-color: #A7B8D8;
background-color:#fffcd9 ;
 background-color: #F1F5F6;
  background-color:#91A7B4;
   background-color:#e2eaed;
    background-color:#eef3f6;
     background-color:#f8f9fc;
     background-color:#fcfcfc;
*/

body
{
   width: 760px;
   margin: 20px auto;
  background-color:#e2eaed; margin-top:20px; margin-bottom:20px;
}
/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 50px;
   text-align: center;   
   background-image: url('images/banniere.png');
   background-repeat: no-repeat;
   margin-bottom: 10px  
}


/* Le menu */

#menu
{
   float: left;
   width: 135px;   
}

.element_menu
{
   background-color: #fcb983;
   background-image: url('images/motif.png');
   background-repeat: repeat-x;
   Color: #000000;	
   border: 2px solid black;  
   margin-bottom: 20px
   height: 30px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #B3B3B3;
   color: #000000; 
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url('images/puce.png');
   font-size:small;
   padding-left: 20px;
   margin-bottom: 5px; margin-left:0px; margin-right:0px; margin-top:0px; padding-right:0px; padding-top:0px; padding-bottom:0px
}

.element_menu a
{
   color: #B3B3B3;
    color: #000000; 
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}


/* Le corps de la page */

#corps
{ 
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;   
   color: #B3B3B3;
   background-color: #626262;
   background-image: url('images/motif.png');
   background-repeat: repeat-x;   
   border: 2px solid black
}

#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;
   background-image: url('images/titre.png');
   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
{
   padding: 5px;
   text-align: center;
   color: #B3B3B3;
   color: #000000;   
   background-color: #626262;
   background-color: #A7B8D8;   
   background-image: url('images/motif.png');
   background-repeat: repeat-x;   
   border: 2px solid black;
   font-size:small
}

/*    border: 2px solid black;     padding: 5px;   background-color: #A7B8D8;   */
#menuh
{ 
  height: 0px;
  text-align: center;
  color: #000000;   
  background-repeat: repeat-x;   
}
/*    border: 2px solid black; */
.element_menuh
{
   background-color: #A7B8D8;
   background-repeat: repeat-x;   
   margin-bottom: 5px; 
}