/* Éditeur - Classes générales -----------------------------------------------*/
.Texte {
	font-family:			Arial;
	font-size:				11px;
	line-height:			14px;
	color:					#555555;
}
.SousTitreGris  {
	font-family:			Arial; 
	font-size:				11px; 
	color:					#555555;
	font-weight:			bold;
}
.SousTitreGrisDroite {
	font-family:			Arial; 
	font-size:				11px; 
	color:					#555555;
	font-weight:			bold;
	text-align:				right;
	display:				block;
}
.GrosSousTitreGris  {
	font-family:			Arial; 
	font-size:				12px; 
	color:					#555555;
	font-weight:			bold;
}
.SousTitreBleu {
	font-family:			Arial; 
	font-size:				11px; 
	color:					#3D6E8C;
	font-weight:			bold;
}
.SousTitreVert {
	font-family:			Arial; 
	font-size:				11px; 
	color:					#81A84D;
	font-weight:			bold;
}

/* Éditeur - Classes pour les hyperliens -------------------------------------*/
A.Lien:link, A.Lien:visited, A.Lien:active {
	font-family:			Arial;
	font-size:				11px;
	color:					#555555;
	text-decoration:		underline;
}
A.Lien:hover, A.Lien:visited:hover, A.Lien:active:hover {
	font-family:			Arial;
	font-size:				11px;
	color:					#555555;
	text-decoration:		none;
}
A.LienNouv:link, A.LienNouv:visited, A.LienNouv:active {
	font-family:			Arial;
	font-size:				11px;
	color:					#393939;
	text-decoration:		none;
}
A.LienNouv:hover, A.LienNouv:visited:hover, A.LienNouv:active:hover {
	font-family:			Arial;
	font-size:				11px;
	color:					#393939;
	text-decoration:		underline;
}
A.LienBleu:link, LienBleu:visited, LienBleu:active {
	font-family:			Arial;
	font-size:				11px; 
	color:					#3E7291; 
	text-decoration:		underline;
}
A.LienBleu:hover, LienBleu:visited:hover, LienBleu:active:hover {
	font-family:			Arial;
	font-size:				11px; 
	color:					#3E7291; 
	text-decoration:		none;
}
A.LienVertPetit:link, A.LienVertPetit:visited, A.LienVertPetit:active {
	font-size:				9px; 
	color:					#7EA717; 
	text-decoration:		none;
}
A.LienVertPetit:hover, A.LienVertPetit:visited:hover, A.LienVertPetit:active:hover {
	font-size:				9px; 
	color:					#7EA717; 
	text-decoration:		underline;
}
A.Popup:link, A.Lien:visited, A.Lien:active {
	font-family:			Arial;
	font-size:				11px;
	color:					#555555;
	text-decoration:		underline;
}
A.Popup:hover, A.Lien:visited:hover, A.Lien:active:hover {
	font-family:			Arial;
	font-size:				11px;
	color:					#555555;
	text-decoration:		none;
}

/* Éditeur - Classes pour les images -----------------------------------------*/
.ContourPhoto {
	border:					1px solid #000000;
}
.ImageGauche {
	margin-right:			20px;
	margin-top:				9px;
}
.ImageDiagrammeAcc {
	margin-left: 			10px; 
	margin-right: 			10px; 
	margin-bottom:			6px;
}

/* Styles blocs de droite */
.ContourTableau {
	background:  			url(../images/bg_line2.gif) repeat-y;
}
.CelluleContenu {
	background: 			url(../images/f_line2.gif) bottom left no-repeat;
	padding:				15px 10px; 	
}

/* Apparence des listes ------------------------------------------------------*/
UL {
	font-size:				11px;
	line-height:			14px;
	color:					#555555;
	margin:					0 13px 10px 15px; 
	padding:				0; 
	list-style:				url(../images/bullet_petit.gif);
}
li a  {
	font-family:			Arial; 
	font-size:				11px; 
	line-height:			20px; 
	color:					#393939; 
	text-decoration:		underline;
}
li a:hover {
	text-decoration:none;
}
OL {
	font:					11px/120% Verdana, Arial, Helvetica, Sans-serif;
	color:					#666;
	margin: 				0 0 0 12px;
	padding:				0;
}
OL LI {
	list-style:				decimal outside;
	font:					11px/120% Verdana, Arial, Helvetica, Sans-serif;
	color:					#666;
	margin: 				5px 0 0 10px;
	padding:				0;
}
ul {
	
}