/* ----------------------------
-      Partie gauche        -
---------------------------- */

/* Son titre */
div.info_bloc {
	clear : both ;
	margin : 0px 10px ;
	padding : 5px 0px ; 
	text-align : left ;
	font-size : 0.8em ;
	font-weight : bold ;
	text-decoration : underline ;
	background-color : #fff ;
}

/* le reste */
h1.plan_gauche {
	text-align : left ;
	color : #4284ba ;
	padding-left: 8px ;
	font-size : 0.8em ;
	text-decoration: none ;
}
		a.plan_gauche {
			color : #4284ba ;
			text-decoration: none ;
			font-weight : normal ;
		}
		a.plan_gauche:hover, a.plan_gauche:focus, a.plan_gauche:active {
			color : #999999 ;
			text-decoration: underline ;
		}	
		
h2.plan_gauche {
	text-align : left ;
	color : #4284ba ;
	padding-left: 18px ;
	font-size : 0.8em ;
	font-weight : normal ;
	text-decoration: none ;
}
		a.plan_gauche {
			color : #4284ba ;
			text-decoration: none ;
		}
		a.plan_gauche:hover, a.plan_gauche:focus, a.plan_gauche:active {
			color : #999999 ;
			text-decoration: underline ;
		}		


/* ----------------------------------
-      Partie centre : plan       -
---------------------------------- */

/* --------------------------------------------------------------------------------------------------
h1 : plan dans les pages (dossier jaune - centre) => fils
 -------------------------------------------------------------------------------------------------- */
#contenu_centre h1.plan_fils {
	text-align : left ;
	color : #4284ba ;
	text-decoration: none ;
	font-size : 1em ;
}
		a.plan_fils {
			color : #4284ba ;
			padding-left: 30px ;
			text-decoration: none ;
			font-size : 1em ;
			background : #fff url('/interface/images/icones/dossier2.png') no-repeat left ;
		}
		a.plan_fils:hover, a.plan_fils:focus, a.plan_fils:active {
			color : #999999 ;
			text-decoration: underline ;
			background : #fff url('/interface/images/icones/dossier2_roll.png') no-repeat left ;
		}	

/* --------------------------------------------------------------------------------------------------
h2 : plan dans les pages (dossier jaune - centre) => petit fils
 -------------------------------------------------------------------------------------------------- */
#contenu_centre h2.plan_petit_fils {
	text-align : left ;
	margin-left : 30px ;
	color : #4284ba ;
	text-decoration: none ;
	font-size : 0.9em ;
}
		a.plan_petit_fils {
			color : #4284ba ;
			padding-left: 24px ;
			text-decoration: none ;
			font-size : 0.9em ;
			background : #fff url('/interface/images/icones/dossier.png') no-repeat left 
		}
		a.plan_petit_fils:hover, a.plan_petit_fils:focus, a.plan_petit_fils:active {
			color : #999999 ;
			text-decoration: underline ;
			background : #fff url('/interface/images/icones/dossier_roll.png') no-repeat left ;
		}

/* --------------------------------------------------------------------------------------------------
h1 : plan dans les pages (dossier BLEU - centre) => premier niveau : I, II ....
 -------------------------------------------------------------------------------------------------- */
#contenu_centre h1.plan_corps {
	font-size : 0.9em ;
	margin-left : 60px ;
	color : #000;
	padding-left: 24px ;
}
		a.plan_corps {
			color : #4284ba ;
			padding-left: 24px ;
			text-decoration: none ;
			font-size : 0.9em ;
			background : url('/interface/images/icones/dossier3.png') no-repeat left ;	
		}
		a.plan_corps:hover, a.plan_corps:focus, a.plan_corps:active {
			color : #999999 ;
			text-decoration: underline ;
			background : #fff url('/interface/images/icones/dossier_roll.png') no-repeat left ;
		}

/* --------------------------------------------------------------------------------------------------
h2 : plan dans les pages (dossier BLEU - centre) => deuxième niveau : a, b ....
 -------------------------------------------------------------------------------------------------- */
#contenu_centre h2.plan_corps2 {
	font-size : 0.9em ;
	margin-left : 90px ;
	color : #000;
	padding-left: 24px ;
}		
		a.plan_corps2 {
			color : #4284ba ;
			padding-left: 24px ;
			text-decoration: none ;
			font-size : 0.9em ;
			background : url('/interface/images/icones/dossier3.png') no-repeat left ;	
		}
		a.plan_corps2:hover, a.plan_corps2:focus, a.plan_corps2:active {
			color : #999999 ;
			text-decoration: underline ;
			background : #fff url('/interface/images/icones/dossier_roll.png') no-repeat left ;
		}		



/* ----------------------------------
-      Partie centre : titres       -
---------------------------------- */

/* --------------------------------------------------------------------------------------------------
h1 : titre des plans dans les pages => premier niveau : I, II ....
 -------------------------------------------------------------------------------------------------- */
#contenu_centre h1.corps_titre_plan {
	padding-top : 25px ;
	text-align : left ;
	color : #4284ba ;
	text-decoration: underline ;
	font-size : 1.2em ;
}

/* --------------------------------------------------------------------------------------------------
h2 : titre des plans dans les pages =>  deuxième niveau : a, b ....
 -------------------------------------------------------------------------------------------------- */
#contenu_centre h2.corps_titre_plan {
	padding-top : 20px ;
	text-align : left ;
	color : #4284ba ;
	text-decoration: underline ;
	font-size : 1.0em ;
	padding-left: 40px ;
}