/* PARTIE PAGE TARIF CSS*/     

	#corpstableau
		{
	width:750px;
	margin:auto;
	height:auto;
	margin-right:-5px;
	background-color:#FFFFCC;
	border: none;
	} 
	table
		{
    margin: auto;
    width: 700px;
	font-size:large;
	color:black;
	}
	caption
		{
		margin:auto;
   font-size:medium;
   font-style:oblique;
   color:black;
	}
   
	th /* Les cellules d'en-tête */
		{
   background-color:rgb(138,138,255);
   color: white;
   font-size: 1.2em; 
   font-family:  Times, Arial, "Arial Black", "Times New Roman", serif;
	}
	td
		{
	text-align:center;
	margin:-15px;
	font-style:oblique;
	}
	.posprestation
	{
	float:left;	
	}
     
	li
		{
	text-align:left;
	margin-left:20px;
	font-family:  Times,Arial, "Arial Black", "Times New Roman", serif;
	}
   
	#pied_de_page
		{
	text-align:center;
	font-size:large;
	font-style:oblique;
	color:black;
	}
   .surligne /* Un style qui permet  surligner certains mots d'un texte */
		{
   background-color: rgb(138,138,255);
   color: white;
	}
   