/* ---------------------------------------------------- */
/* --------   Par defaut ------------------------------- */
/* ---------------------------------------------------- */

		body {
			font-family: Arial, Times New Roman,  Helvetica, sans-serif;
			background-color: #FFFFFF;
			font-size: 13px;
			margin : 0;
		}

		TR {
			font-family: Times New Roman, Arial, Helvetica, sans-serif;
			font-size: 13px;
		}
		
		A {	
			color : blue;	
		}

		A:HOVER  {	
			color : #009933;	
		}
 
 		#Ppl {
			width: 780px;
			float: left;
		}

/* ---------------------------------------------------- */
/* --------   Lien  ------------------------------- */
/* ---------------------------------------------------- */
		.Titre_Lien1 {	
			font-size: 16px;
			font-weight: bold;
			color : black;	
		}

		A.Lien1, A.Lien1:HOVER {	
			font-size: 13px;
		}

/* ---------------------------------------------------- */
/* --------   Haut / Base de page --------------------- */
/* ---------------------------------------------------- */
		.HautPage_Commentaire {
			font-size: 13px;
			font-style: italic;
			color: #0066FF;
		}

		.Haut_De_Page {
			font-size: 24px;
			font-weight: bold;
		}

		.Bas_De_Page, A.Bas_De_Page, A.Bas_De_Page:HOVER  {
			font-size: 11px;
			font-style: italic;
		}

