/*
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: none;
   margin-bottom: 20px;    
   background-image: url("fond.png");
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("banniere3.png");
   background-repeat: no-repeat;
   margin-top: 1px;
   margin-bottom: none;
}

/* Le menu */

#menu
{
   float: left;
   width: 180px;
   Background-color: #CCCCCC;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 14px;
}

/* Le corps de la page */

#corps
{
   margin-left: 180px;
   margin-bottom: 20px;
   padding: 5px;
   color: #297b6c;
   background-color: #DDDDDD;
 /*background-image: url("motif.png"); 
   background-repeat: repeat-x; */
   
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   border: none;
   text-align: justify;
}

#corps p
{
padding-left: 30px;
   padding-right: 30px;
   }
   

#corps h1
{
   color: #297b6c;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   background-image: url("titre.png");
   background-repeat: no-repeat;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   padding-left: 30px;
   color: #297b6c;
   text-align: left;
}

#corps table
{
padding-left: 10px;
}

.lien-noir {  color: #000000; text-decoration: none}
	.lien-blanc {  color: #FFFFFF; text-decoration: none}
	.lien { color: ffffff; text-decoration: none}
	
.lien-bleu { color: #3333FF; text-decoration: none }
.lien-orange { color: #FF9900; text-decoration: none }
.lien-vert { color: #009900; text-decoration: none }
.lien-violet { color: #9933CC; text-decoration: none }
.lien-gris { color: #669966; text-decoration: none }
.lien-jaune { color: #FFFF00; text-decoration: none }
.lien-rouge { color: #FF0000; text-decoration: none }

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

#pied_de_page
{
   padding: 0px;
   clear: both;

   text-align: center;

   color: #297B6C;
   background-color: #DDDDDD;
  
   background-repeat: repeat-x;
   
   border: 0px solid black;
   
}
*/
