body
{
   width: 90%;
   margin-left:auto;
   margin-right:auto;
   background-image: url("../images/fondH2large.jpg");
   background-repeat: repeat-y;
   background-color: rgb(81,65,39);
   color :  rgb(81,65,39);
}
#insigne
{
   width: 98px;
   height:200px;
   position:absolute;
   top:20px;
   left:123px;
   background: url("../images/Insigne_2RH_actuel_petit.png");
   background-repeat: no-repeat;
}
#pancarte
{
   width: 400px;
   height:200px;
   position:absolute;
   top:390px;
   left:1050px;
   background: url("../images/undconstand.gif");
   background-repeat: no-repeat;
}
#fouille
{
   width: 98px;
   height:200px;
   position:absolute;
   top:400px;
   left:750px;
   background: url("../images/digging.gif");
   background-repeat: no-repeat;
}
/* L'en-tête */
#en_tete h1
{
   width: 0px;
   height: 0px;
   text-indent: -50000px;
}
#corps
{
   padding: 0px;
   margin-left:200px;
   text-align: justify;
   text-indent: 0px;
   background-image:none;
   color:rgb(81,65,39);
}
#corps h1, h3
{
   padding: 0px;
   color: rgb(81,65,39);
   text-align: center;
   font-family: "Times New Roman",Arial, "Arial Black",  Times, serif;
}
#corps h2, h4
{
   padding: 0px;
   color: rgb(81,65,39);
   text-align: justify;
   font-family: "Times New Roman",Arial, "Arial Black",  Times, serif;
}
#corps a
{
   color: rgb(81,65,39);
}
#corps a:hover
{
   background-color: rgb(65,161,174);
   color: black;
}
#corps ul
{
   list-style-image: url("../images/puce_2RH.png"); 
}
/* Toutes les images contenues dans un lien */
a img 
{
   border: none; /* Pas de bordure */
}
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
#menu
{
   padding: 0px;
   margin-left:250px;
   text-align: justify;
   text-indent: 0px;
   background-image:none;
   color:rgb(81,65,39);
   margin-right:20px;
   
}

#pied_de_page
{
   margin-left:200px;
   padding: 10px;
   margin-top:40px;
   color: rgb(81,65,39);
   text-align: center;
   background-color: none;
   background-image: url("../images/mini_hongroise.png");
   background-repeat: no-repeat;
   background-position: top;
}
#pied_de_page a
{
   color: rgb(81,65,39);
}
#pied_de_page a:hover
{
   background-color: rgb(65,161,174);
   color: black;
}