/*
Design d'exemple du Site du Zér0
Réalisé par zaz, venom et mateo21
http://www.siteduzero.com
*/

body
{
   width: 760px;
   height:800px;
   padding:0;
   margin: auto;
   margin-bottom: 20px;   
   background-image: url("../images/fond3.jpg");
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("../images/banniere.png");
   background-repeat: no-repeat;
   margin-top: 20px;
   border: 2px solid black;
}


/* Le menu */

#menu
{
   width: 130px;
   margin-top: 12px;
  
}

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


/* Quelques effets sur les menus 
voice-family: "\"}\"";
  voice-family: inherit;
  width: 100px;*/

.element_menu h3
{   
   color: #c0c0c0;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   margin-top: 25px;
}

.element_menu ul
{
   list-style-image: url("../images/puce1.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}
html>body
.element_menu ul
{ 
   padding-left: 30px; 
}

.element_menu a
{
   padding-left: 10px;
   color: #c0c0c0;
}
html>body
.element_menu a
{
   padding-left: 0px;
   color: #c0c0c0;
}

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


/* Le corps de la page */

#corps
{
   position: relative;
   bottom: 558px;
   right: 4px;
   height: 530px;
   margin-left: 150px;
   margin-bottom: 12px;
   padding: 10px;
   
   color: #c0c0c0;
   background-color: #565578;
   background-image: url("../images/bordureh.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}
html>body
#corps 
{
	bottom: 602px;
	height: 566px;
}

#corps p
{
	text-align: justify;
}

#corps h1
{
   padding-top: 10px;
   color: #b3b3b3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 32px;
   background-image: url("../images/titre1.png");
   background-repeat: no-repeat;
   padding-left: 40px;
   color: #B3B3B3;
   text-align: left;
}
#corps a:hover
{
   background-color: #B3B3B3;
   color: black;
}
#corps a
{
   color: #B3B3B3;
}
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
  position: relative;
   bottom: 558px;
   padding: 5px;
   margin-top: 12px;
   text-align: center;

   color: #B3B3B3;
   background-color: #565578;
  
   border: 2px solid black;
}
html>body
#pied_de_page
{
   bottom: 602px;
   }