/*
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: 795px;
   margin: auto;
   margin-top: 2%;
   margin-bottom: 25%;    
   background-image: url("images/fond.jpg");
}

/* L'en-tête */

#en_tete
{
   width: 795px;
   height: 272px;
   background-image: url("images/banniere.png");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}


#menu
{
  width: 795px;
   height: 28px;
margin-bottom: 0px;
}



.element_menu img
{
   border: 0px;
   border: none;
}

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


/* Le corps de la page */

#corps
{ 
   height: 616px;
   margin-bottom: 0px;
   padding: 0px;
   
   color: #B3B3B3;
   background-image: url("images/corps.jpg");
   background-repeat: repeat-x;
   

}

#corps2
{ 
   height: 616px;
   margin-bottom: 0px;
   padding: 0px;
   
   color: #B3B3B3;
   background-image: url("images/corps2.jpg");
   background-repeat: repeat-x;
   

}


#corps h1
{
   color: black;
   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: black;
   text-align: left;
}

#corps h3
{
   height: 30px;
}

#textegauche
{
     width: 400px;
  	 padding-left: 20px;
    margin-top: 30px; 
   
 
   color: black;
   text-align: left;
}

#textedroite
{
   color: black;
     margin-top: -182px; 
	 padding-left: 445px;
	  padding-right: 23px;
}

 table
{
   border-collapse: collapse;
   background-color: #808080;
}
td, th /* Mettre une bordure sur les td ET les th */
{
   border: 1px solid black;
   background-color: #DAA520;
}

strong
{
   color: red;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   
}
 
 img
{
   border: 0px;
   
}
