
/*******************************************************************************/
/* Le corps de la page */

#corps_Tarifs
{
   margin-left: 130px;
   margin-bottom: 1px;
   /*padding: 20px;*/
   padding-top: 1px;
   /*padding-bottom: 20px;*/
   padding-left: 20px;
   padding-right: 20px;
   
   color: blue;
   background-color: #bad1ff;
}

#corps_Tarifs h1
{
    /*background-image: url(fond_grad3.gif);
	background-position:bottom;
   background-repeat: repeat-x;*/
  color: rgb(0,0,255);
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;

   padding-top: -10px;
   padding-bottom: 15px;
    background-image: url(fond_grad3.gif);
	background-position:bottom;
   background-repeat: repeat-x;
}

#corps_Tarifs h2
{
   text-align: center;
   color: #329932;
   /*color: #0000e3;*/
   font-size : 200%;
	font-weight : bolder;
   font-family: Mistral;
   /*background-image: url("images/titre.jpg");*/
  /* margin-top:-20px;*/
   /*height: 30px;*/
}

#corps_Tarifs h3
{
   text-align: left;
   color: #329932;
   /*color: #0000e3;*/
   font-size : 200%;
	font-weight : bolder;
   font-family: Mistral;
   /*background-image: url("images/titre.jpg");*/
  /* margin-top:-20px;*/
   /*height: 30px;*/
}

.h1_small
{
   font-size : 70%;
}

#corps_Tarifs p
{
   text-align: justify;
}

.ME_vert
{
	color :  #329932;
	font-weight : bolder;
	font-size : 110%;
}
.ME_bleu
{
	color :  #0000e3;
	font-weight :bolder;
	font-size : 100%;
}



			caption /* Titre du tableau */
			{
				margin:auto; /* Centre le titre du tableau */
				font-family:Arial, Times, "Times New Roman", serif;
				font-weight:bold;
				font-size:1.1em;
				color:#009900;
				margin-bottom:30px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
				padding-bottom:10px;
			}

			table /* Le tableau en lui-même */
			{
				margin:auto; /* Centre le tableau */
				border:4px outset green; /* Bordure du tableau avec effet 3D (outset) */
				border-collapse:collapse; /* Colle les bordures entre elles */
			}

			th /* Les cellules d'en-tête */
			{
				/*background-color:#006600;*/
				background-color:#329932;
				color:white;
				font-size:1.0em;
				font-family:Arial, "Arial Black", Times, "Times New Roman", serif;
				padding:10px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
			}

			td /* Les cellules normales */
			{
				border:1px solid black;
				font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
				text-align:center; /* Tous les textes des cellules seront centrés*/
				padding:10px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
				border:2px solid green; /* Bordure du tableau avec effet 3D (outset) */
			}		
 
			 .Forfait
			{
				color :  #259f2d;
				font-weight : bolder;
				font-size : 100%;
				padding-left:20px;
				padding-right:20px;
			}
