body
{
   width: 910px;
   margin-left:auto;/* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-image: url('http://terresdewhauk.free.fr/img/fondecranwoc.jpg');  
   margin-right:auto
}
#en_tete
{
   width: 900px;
   height: 200px;
   background-image: url('http://terresdewhauk.free.fr/img/banniereindex.jpg');
   margin-top: 20xp;
   margin-bottom: 30px;
   border: 1px groove silver;
}
#cadre1
{
   float: left; /* Le menu flottera à gauche */
   width: 150px; /* Très important : donner une taille au menu */
   height: 510px;
   background-image: url('http://terresdewhauk.free.fr/img/enseignemenus.gif');
   border: 1px groove silver;
   margin-bottom: 10px;
   color: silver
}
}
.menu1
{

   width: 150px; /* Très important : donner une taille au menu */
   height: 220px;
   margin-top: 10px;
   margin-bottom: 10px;
   background-image: url('');
}
.element_menu
{
   background-color: ;
   margin-left:auto;/* Pour centrer notre page */ 
   margin-right:auto;
   width: 150px; /* Très important : donner une taille au menu */
   height: 220px;
}
#corps
{
   margin-left: 200px;/* Pour centrer notre page */ 
   margin-right:auto;
   width: 690px;
   height: 690px;
   margin-bottom: 40px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   color: silver;
   background-image: url('http://terresdewhauk.free.fr/img/enseignenecro.gif');
   border: 1px groove silver; 
}
.texte
{
   margin-left:auto;/* Pour centrer notre page */ 
   margin-right:auto;
   width: 570px;
   height: 550px;
   margin-top: 100px;
   overflow: auto;
   font-family: Papyrus, "Papyrus", "Times New Roman", Times, serif;
   font-size: 15px;
}
#pied_de_page
{
   margin-top: 40px;
   margin-left:auto;/* Pour centrer notre page */ 
   margin-right:auto;
   width: auto;
   height: auto;
   max-height: 70px;
   max-width: 885px;
   background-repeat: no-repeat;
   text-align: center;
   color: silver;
   background-image: url('http://terresdewhauk.free.fr/img/enseignepieddepage.gif');
   font-family: Papyrus, "Papyrus", "Times New Roman", Times, serif;
   padding: 5px;
   border: 1px groove silver;
}
h3
{
font-family: Papyrus, "Arial Black", Arial, Verdana, serif;
color: silver;
}
a
{
font-size: 12px;
font-family: Papyrus, "Arial Black", Arial, Verdana, serif;
color: silver;
text-decoration: none; /* Les liens ne seront plus soulignés */
}
a:hover /* Quand on pointe sur un lien du menu */
{
color: orange;
text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
}