body
   {
		/*background-color: rgb(240,240,240);*/
		background-image:url("test/fond2.bmp");
		color: rgb(112,112,112);
		width: 99.7%;
		margin: 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-attachment: fixed;
		min-width: 850px;
	}
	.grandtitre
	{
	text-align: center;
	font-size: xx-large;
	}
	
	.texte
	{
	text-indent: 30px; /* Les paragraphes commenceront 30 pixels sur la droite */
	text-align:justify;
	font-size:medium;
	}
	.rien
{
   list-style-type: none;
}

	.ancre
	{
	text-align:center;
	}

	#en_tete
{
	/*background-color: rgb(183, 233, 242);*/
	background-image: url("test/fond2.bmp");
	color:rgb(190,190,190);
	font-size: 19mm;
	/*text-align: center;*/
	/*margin-left: 15.625%;
	margin-right:15.625%;*/
	background-position:center;
	width: 100%;
	height: 100px;
	background-image: url("test/banniere2.gif");
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom:2px solid rgb(240,240,240);
	/*position: fixed;*/
}

	/*#logo
{
	width: 134px;
	height: 100px;
	background-image: url("test/arbre.gif");
	margin-left:0px;
	margin-top:0px;
}
*/

	#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 13.63%; /* Très important : donner une taille au menu */
   margin-left: 10px;
}

.element_menu
{  
   margin-bottom: 20px; /* Pour éviter que les éléments du menu ne soient trop collés */
   border:1px solid rgb(240,240,240);
}


	#droite
{
   float: right; /* Le menu flottera à droite */
   width: 10.5%; /* Très important : donner une taille au menu */
}


	#corps
{
   
   margin-left: 15%;/* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-right: 13%;
   margin-bottom: 20px; /* 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 */
   }

   
   #pied_de_page
{
   padding: 5px;

   text-align: center;
	font-size:x-small;
	bottom:0px;
	position: fixed;
	margin-left:27%;
}


	a
	{
	color:rgb(112,112,112);
	}
	
	a:hover
	{
	/*background-color: white;*/
	font-style: italic;
	}
	
	
	.bouton
	{
	border: none;
	}
	.bouton:hover
	{
	border: none;
	}
	
	
	
	img.centered {
   display: block;
   margin-left: auto;
   margin-right: auto; }
   
   .titrem
      {
   text-align: center;
   }
   
   fieldset
     {
   border-color: rgb(0,0,0);
   }
   
   table
   {
	 border-collapse: collapse; 
	 #text-align:center;
	 margin:0 auto;
  }
  
  td
  {
  height: 50px;
  border: 1px solid rgb(240,240,240);
  }
  
  th
  {
  border : 2px solid rgb(240,240,240);
  }
  
  .gauche
  {
  text-align:center;
  }
  
  i
  {
  font-style:normal;
  }