@charset "iso-8859-1";
/* ---------------------------------------------------- */
/* --------   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;
		}

/* ---------------------------------------------------- */
/* --------   Titre  ------------------------------- */
/* ---------------------------------------------------- */

	.Titre1, A.Titre1, A.Titre1:HOVER  {
		font-size: 16px;
		color : black;
		font-weight: bold;
	}

/* ---------------------------------------------------- */
/* --------   Haut / Base de page --------------------- */
/* ---------------------------------------------------- */
.HautPage_Commentaire {
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;
}

/* ---------------------------------------------------- */
/* --------   Editorial  ------------------------------- */
/* ---------------------------------------------------- */
	.Edl_Titre {
		color : #0033CC ;	
		font-size: 16px ;
		font-weight: bold ;
	}

	.Edl_Comment {
		color : #003399 ;	
		font-size: 11px ;
	}


	A.Edl {font-size : 12px;}
	
	TR.Edl {vertical-align: top; padding : 0px 3px 0px 3px; font-size : 12px; }
	
	.Edl_Tab_Ppl {	border: 1px solid black; }
	
	.Edl_Titre	{	background-color: #0033FF;	text-align : center;	font-weight: bold;	font-size: 14px;	letter-spacing : 1px;	border-bottom: 1px solid black; 	color : white}
	.Edl_Pair	{	background-color: #E8E8E8;}
	.Edl_Impair { background-color: #FFFFFF; }
	
	.Edl_Nom {text-align : left; font-weight: bold; color : red ; font-size: 13px; }		
	.Edl_Titre_Zone {text-align : right; font-weight: bold; }		
	.Edl_Zone {text-align : left; }		
	.Edl_Mess {	text-align : center;	font-style: italic;	font-weight: bold;}		
