/*
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: 600px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;  
   background: #000000 url("bg.jpg");
   background-repeat: no-repeat;
}

 a   {     color:#960000;     text-decoration:none;   } 

/* L'en-tête */
#page
{
   background-image: url("content.png");
   background-repeat: no-repeat;
}

#en_tete1
{

   padding-top: 25px;
   width: 600px;
   height: 200px;
}
	
/* Le corps de la page */

#corps
{
   padding-top: 30px;
   padding-bottom: 30px;
   padding-left: 5px;
   padding-right: 5px;
   color: #FFFFFF;
   font-family: verdana;
   font-size: 10px;	
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   text-align: center;
}

