/*
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: 1200px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("images/fondGR.jpg");
}

/* L'en-tête */

#en_tete
{
   width: 1200px;
   height: 100px;
   color:#&Hffdbc3;
   background-image: url("images/Hermine.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}
#en_tete h1
{
   color:#&Hffdbc3;
   font-size: 48px;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

/* Le menu */

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

.element_menu
{
   background-color: #e6ffff;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: ##000000;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("images/blebul3a.gif");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: ##000000;
}

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


/* Le corps de la page */

#corps
{
   margin-left: 240px;
   margin-bottom: 20px;
   padding: 5px;
   font-size: 18px;
   
   color: ##000000;
   background-color: #e6ffff;
   /*background-image: url("images/Hermine.jpg");
   background-repeat: repeat-x;*/
   
   border: 2px solid black;
}

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

#corps h2
{
   height: 30px;

   background-image: url("images/blebul1d.gif");
   background-repeat: no-repeat;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;   
   padding-left: 30px;
   color: c;
   text-align: left;
   font-size: 18px;
}
#corps h3
{
   height: 30px;
   background-image: url("images/blebul1a.gif");
   background-repeat: no-repeat;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;   
   padding-left: 40px;
   color: c;
   text-align: left;
   font-size: 15px;
}
.corps ul
{
   list-style-image: url("images/blebul1a.gif");
   padding: 0px;
   padding-left: 50px;
   margin: 0px;
   margin-bottom: 5px;
}
/* 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: ##000000;
   background-color: #e6ffff;
   /*background-image: url("images/fondGR.jpg");
   background-repeat: repeat-x;*/
   
   border: 2px solid black;
}
