
/*
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-image: url("");
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}


/* Le menu */

#menu
{
   float: left;
   width: 120px;
}

.element_menu
{
   background-color: #CFDEDC;
   background-image: url("");
   background-repeat: repeat-x;
   
   border: 2px solid white;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #000101;
}

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


/* Le corps de la page */

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: #000101;
   background-color: #CFDEDC;
   background-image: url("");
   background-repeat: repeat-x;
   
   border: 2px solid white;
}

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

#corps h2
{
   height: 30px;

   background-image: url("");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
}


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

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: #000101;
   background-color:#CFDEDC;
   background-image: url("");
   background-repeat: repeat-x;
   
   border: 2px solid white;
}

body
{   background-image: url("http://img37.imageshack.us/img37/5982/954546.jpg");





<html><head><link type="text/css" href="design.css" rel="stylesheet"></head><body>
<head><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
       <title>Le site des indigènes</title>
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
   </head>
 
   <body>
  
       <!-- Les menus -->
 
       <div id="menu">        
           <div class="element_menu">
               <h3>Menu</h3>
               <ul>
                   <li><a href="http://indigenes.teamfr.com/">Accueil</a></li>
                   <p><li><a href="http://indigenes.teamfr.com/livredor.php">Livre d'Or</a></li></p>
                   <li><a href="page3.html">Contact</a></li>
                   <p><li><a href="http://www.indigene.1fr1.net">Le Forum</a></li></p>
               </ul>
           </div>
       
           <div class="element_menu">
               <h3>Indigene</h3>
               <ul>
                   <li><a href="page4.html">L'histoire</a></li>
                   <p><li><a href="page5.html">Galerie</a></li></p>
                   <li><a href="page6.html">Gazette</a></li>
               </ul>
           </div>        
       </div>
 
       <!-- Le corps -->
 
       <div id="corps">
           <h1>Les Indigenes</h1>
       <p>.</p>
       <p>.</p>
       <p>.</p>
       <p>.</p>
       <p>.</p>
       <p>.</p>
       <p>.</p>
       <p>.</p>
      
           
       </div>
 
       <!-- Le pied de page -->
 
       <div id="pied_de_page">
           <p>Copyright&copy; 2009 Indigenes, tous droits réservés</p>
       </div>
 
   </body>
</html>





</form></body></html>
