body
   {
		background-color: rgb(190,190,190);
		color: white;
		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 */
		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(190,190,190);
	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/ban.JPG");
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
}


	#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 */
}


	#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:14%;
}


	a
	{
	color:white;
	}
	a:hover
	{
	background-color: rgb(150,150,150);
	font-style: italic;
	}
	
	
	.bouton
	{
	border: none;
	}
	.bouton:hover
	{
	background-color: rgb(190,190,190);
	border: none;
	}
	
	
	
	img.centered {
   display: block;
   margin-left: auto;
   margin-right: auto; }
   
   .titrem
      {
   background-color: rgb(128,128,128);
   color: rgb(192,192,192);
   text-align: center;
   }