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

		body {
			font-family: Arial, Times New Roman,  Helvetica, sans-serif;
			background-color: #FFFFFF;
			font-size: 13px;
			margin : 0;
	    	padding: 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;
		}

		img { 
			border: none; 
			display: block; 
		}
		td {
			margin:0;
			padding:0;
		}

	#Header {
		position: absolute;
		height: 80px;
		left: 0px;
		top: 0px;
		width: 1020px;
		background-color: #FFFFFF;
	}
	html>body #Header {
			position: fixed ;
	}
	#ColGauche {
		position: absolute;
		top: 80px;
		left: 0px;
		width: 220px;
		height:630px;
		vertical-align:top; 
		text-align:center;
		background-image:url(../image/menu/ea-gauche-public-gris.jpg); 
		background-repeat:no-repeat; 
		background-color: #FFFFFF;
		border: 0; 
		margin: 0; 
	}
	html>body #ColGauche {
			position: fixed ;
	}
	
	#ColGauche_pro {
		position: absolute;
		top: 80px;
		left: 0px;
		width: 220px;
		vertical-align:top; 
		text-align:center;
		background-image:url(../image/menu/ea-gauche-pro.jpg); 
		background-repeat:no-repeat; 
		background-color: #FFFFFF;
		border: 0; 
		margin: 0; 
	}
	html>body #ColGauche_pro {
			position: fixed ;
	}	
	#container {
		width: 800px;
		padding-top: 80px;
		padding-left: 220px;
	}

	#container #main{
/*			display: block; */
	}
	
	#container #Footer {
	}

    .clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

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

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

		.Description {
			text-align: justify;
		}
		
		.Commentaire {
			font-style: italic;
			text-align: justify;
		}
		
		.Annotation {
			font-size: 11px;
			font-style: italic;
			text-align: justify;
		}
		
/* ---------------------------------------------------- */
/* --------   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;
		}

/* ---------------------------------------------------- */
/* --------   Contact  ------------------------------- */
/* ---------------------------------------------------- */

.TitreCtc  {
	font-size : 13px;
	font-weight: bold;
	font-style: italic;
}

.LibCtc  {
	font-size : 13px;
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
}

A.ctc, A.ctc:HOVER  {	
	font-size : 13px;
	font-weight: bold;
	font-style: italic;
}


/* ---------------------------------------------------- */
/* --------   Autre  ------------------------------- */
/* ---------------------------------------------------- */
.TitreZone
{	text-align : Left;
	background-color: #DDDDFF;
	padding-left : 4px;
 }

.TitreZoneErr
{	text-align : Left;
	background-color: #FF0000;
	padding-left : 4px;
 }


.TitreInfo
{	text-align : Left;
	background-color: #EEEEFF;
	padding-left : 4px;
}

