body
{
   width: 90%;
   margin-left:auto;
   margin-right:auto;
   background-image: url("../images/Chamborant.jpg");
   background-color: rgb(81,65,39);
   color :  rgb(81,65,39);
}
table
{
	width: 95%;
	margin-left: 40px;
	margin-right: 20px;
	vertical-align:top;
	text-align:justify;
	border-style : none;
	padding: 10px;
	empty-cells: show;
}
td
{
	width: auto;
	border-collapse : collapse;
	vertical-align:top;
	text-align: justify;
	padding: 10px;
}
th
{
	width: auto;
	border-collapse : collapse;
	vertical-align:top;
	text-align: justify;
	padding: 10px;
}
#insigne
{
   width: 98px;
   height:200px;
   position:absolute;
   top:20px;
   left:123px;
   background: url("../images/Insigne_2RH_actuel_petit.png");
   background-repeat: no-repeat;
}
/* L'en-tête */
#en_tete h1
{
   width: 0px;
   height: 0px;
   text-indent: -50000px;
}
#corps
{
   padding: 0px;
   margin-left:20px;
   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 p, q
{
   padding-left : 20px;
   padding-right : 40px;
   color: rgb(81,65,39);
   text-align: justify;
   font-family: "Times New Roman",Arial, "Arial Black",  Times, serif;
}
#corps h2,h4
{
   padding: 20px;
   color: rgb(81,65,39);
   text-align: justify;
   font-family: "Times New Roman",Arial, "Arial Black",  Times, serif;
}
#corps h5,h6
{
   padding: 0px;
   color: rgb(81,65,39);
   text-align: center;
   font-family: "Times New Roman",Arial, "Arial Black",  Times, serif;
}

#corps a
{
   color: rgb(81,65,39);
}
#corps a:hover
{
   background-color: none;
   color: rgb(65,161,174);
}
#corps ul
{
   list-style-image: url("../images/mini_puce_2RH.png");
   padding-left : 60px;
}
/* Toutes les images contenues dans un lien */
a img 
{
   border: none; /* Pas de bordure */
}
.imageflottantegauche
{
   float: left;
   margin-top: 10px;
   margin-left: 10px;
   margin-right: 30px;
   margin-bottom: 10px;
}
.imageflottantedroite
{
   float: right;
   margin-top: 10px;
   margin-left: 30px;
   margin-right: 10px;
   margin-bottom: 10px;
}
.center
{
   padding: 0px;
   text-align: center;
}
.aligncenter
{
   float: center;
   margin-top: 10px;
   margin-left: 425px;
   margin-right: 250px;
   margin-bottom: 50px;
}
.encadre
{
   border-style:solid;
   border-color:rgb(81,65,39);
   border-width:1px;
   padding:10px;
}
.dessous
{
   clear: both; /*l'on peut aussi mettre right ou left*/
}
.notepiedtexte
{
   padding-top:20px;
   font-size: small;
   list-style-type: circle;
}
#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;
}