
/*
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: 800px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 20px;    
   background-image: url("images/claustra.JPG");
   background-repeat: no-repeat;
}
/* L'en-tête */

#en_tete
{
   margin-left: 250px;
   width: 320px;
   height: 180px;
   background-image: url("images/collet menuiserie.JPG");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   border: 5px solid #8B4500;   
}


/* Le menu */

#menu
{
   float: left;
   width: 100px;
}

.element_menu
{
   background-color: #FFFFFF;
  /* background-image: url("images/motif.png");*/
   background-repeat: repeat-x;
   margin-bottom: 20px;
   border: 5px solid #8B4500;  
   

}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #8B4500;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
  list-style-type: none;
   /*list-style-image: url("images/puce.png");*/
   padding: 0px;
   padding-left: 5px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #8B4500;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}


/* Le corps de la page */

#corps
{
   margin-left: 110px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-right: 5px;
   margin-bottom: 10px;
   padding: 5px;
   
   color: #8B4500;
   background-color: #FFFFFF;
   /*background-image: url("images/motif.png");*/
   background-repeat: repeat-x;
   
   border: 5px solid #8B4500;
}

#corps h1
{
   color: #8B4500;
   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
{
   margin-left: 60px;
   margin-bottom: 10px;
   padding: 5px;

   text-align: center;

   color: #B3B3B3;
   background-color: #CD853F;
   /*background-image: url("images/motif.png");*/
   background-repeat: repeat-x;
   
   border: 5px solid #8B4500;
}
 