/*
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-color: #42310F;    
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 245px;
   background-image: url("village.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}


/* Le menu */

#menu
{
   float: left;
   width: 180px;
}

.element_menu
{
   background-color: #FFFFCC;
   background-repeat: repeat-x;
   margin-bottom: 15px;
   border: 2px solid #FF6600;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #FF6600;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;  
}

.element_menu ul
{
   padding-bottom: 15px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #FF6600;
   font-family: Arial Black, Times New Roman, Times, serif;
   font-size: 13px;
}

.element_menu a:hover
{
   background-color: #FF6600;
   color: black;
}


/* Le corps de la page */

#corps
{
   margin-left: 190px;
   margin-bottom: 15px;
   padding: 5px;
   color: #FF6600;
   background-color: #FFFFCC;
   background-repeat: repeat-x;
   text-align: justify;
   font-weight: bold;
   border: 2px solid #FF6600;
}

#corps h1 /* Tous les titres h1 du corps */
{
   font-family: arial black, times new roman, times, seriff;
   font-size: 13px;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{ 
   text-align: center;
   color: #FF6600;
   background-color: #FFFFCC;
   background-repeat: repeat-x;
   font-size: 9px; 
   font-weight: bold;
   border: 2px solid #FF6600;
}
 

