/* Éditeur - Classes générales -----------------------------------------------*/
.SousTitre {
	font:					bold 11px/120% Arial, Helvetica, Sans-serif;
	color:					#00817B;
}
.SousTitreAnnuaire {
	font:					bold 12px/120% Arial, Helvetica, Sans-serif;
	color:					#E48D1A;
}
.SousTitreGros {
	font:					bold 16px/120% Arial, Helvetica, Sans-serif;
	color:					#00817B;
}
.Texte {
	font:					11px/18px Georgia, "Times New Roman", Times, serif;
	color:					#A98B51;
}
.TexteAnnuaire {
	font:					11px/14px Georgia, "Times New Roman", Times, serif;
	color:					#A98B51;
}
.TextePetit {
	font:					10px/14px Georgia, "Times New Roman", Times, serif;
	color:					#A98B51;
}
.TexteSpecialAnnuaire01 {
	font:					11px/13px Arial, Helvetica, Sans-serif;
	color:					#9ccd62
}
.TexteSpecialAnnuaire02 {
	font:					11px/13px Arial, Helvetica, Sans-serif;
	color:					#00817b
}

/* Éditeur - Classes pour les hyperliens -------------------------------------*/
A.Lien:link, A.Lien:visited, A.Lien:active,
A.Lien:hover, A.Lien:visited:hover, A.Lien:active:hover {
	font:					11px/14px Georgia, "Times New Roman", Times, serif;
	color:					#E48D1A;
	text-decoration:		underline;
}
A.Lien:hover, A.Lien:visited:hover, A.Lien:active:hover {
	background:				#F8EB9D;
}

/* Éditeur - Classes pour les images -----------------------------------------*/
.ContourPhoto {
	border:					4px solid #FFF;
}

/* Éditeur - Classes pour les cellules de tableaux ---------------------------*/
.CelluleTitre {
	font:					bold 11px/13px Georgia, "Times New Roman", Times, serif;
	color:					#FFF9CD;
	background:				#E48D1A;
	padding:				7px;
	border-bottom:			1px solid #FFF9CD;
	vertical-align:			top;
}
.CelluleTitreCentre {
	font:					bold 11px/13px Georgia, "Times New Roman", Times, serif;
	color:					#FFF9CD;
	background:				#E48D1A;
	padding:				7px;
	border-bottom:			1px solid #FFF9CD;
	text-align:				center;
}
.CelluleTexte1 {
	font:					11px/13px Georgia, "Times New Roman", Times, serif;
	color:					#A98B51;
	background:				#F8EB9F url(../images/Bg_CellTexte1.gif) repeat-x bottom left;
	padding:				7px;
}
.CelluleTexte1Centre {
	font:					11px/13px Georgia, "Times New Roman", Times, serif;
	color:					#A98B51;
	background:				#F8EB9F url(../images/Bg_CellTexte1.gif) repeat-x bottom left;
	padding:				7px;
	text-align:				center;
}
.CelluleTexte2 {
	font:					11px/13px Georgia, "Times New Roman", Times, serif;
	color:					#A98B51;
	background:				#FCF6D0 url(../images/Bg_CellTexte2.gif) repeat-x bottom left;
	padding:				7px;
}
.CelluleTitreTemoignages {
	font:					bold 11px/120% Arial, Helvetica, Sans-serif;
	color:					#e48d1a;
	background:				#FFF url(../images/Bg_TitreTemoignages.gif) no-repeat top left;
	padding:				10px 10px 6px;
}
.CellContenuTemoignages {
	font:					11px/13px Arial, Helvetica, Sans-serif;
	color:					#A98B51;
	background:				url(../images/Bg_Temoignages.gif) repeat-x;
	padding:				20px 10px 10px;
}
.CelluleTexteAnnuaire {
	font:					11px/13px Arial, Helvetica, Sans-serif;
	color:					#00817b;
	padding:				2px 0 2px 8px;
	vertical-align:			top;
}
/* Apparence des listes ------------------------------------------------------*/
UL {
	font:					11px/14px Georgia, "Times New Roman", Times, serif;
	color:					#A98B51;
	margin: 				0;
	padding:				0 0 12px 0;
}
OL {
	font:					11px/14px Georgia, "Times New Roman", Times, serif;
	color:					#A98B51;
	margin: 				0 0 0 20px;
	padding:				0;
}
UL LI {
	list-style:				disc outside url(../images/Puce_Liste.gif);
	font:					11px/14px Georgia, "Times New Roman", Times, serif;
	color:					#A98B51;
	margin: 				5px 0 0 16px;
	padding:				0;
}
OL LI {
	list-style:				decimal outside;
	font:					11px/14px Georgia, "Times New Roman", Times, serif;
	color:					#A98B51;
	margin: 				5px 0 0 10px;
	padding:				0;
}