/* Éditeur - Classes générales -----------------------------------------------*/
.Texte {
	font:					70%/140% Arial, Helvetica, Sans-serif;
	color:					#343127;
}
.TextePale {
	font:					70%/140% Arial, Helvetica, Sans-serif;
	color:					#aeaeae;
}
.TexteSpecial {
	font:					70%/140% Arial, Helvetica, Sans-serif;
	color:					#C3A23C;
}
.TexteExergue {
	font:					100%/120% "Times New Roman", Times, serif;
	color:					#898989;
	margin:					0 0 32px 0;
}
.TextePetit {
	font:					60%/140% Arial, Helvetica, Sans-serif;
	color:					#343127;
}

/* Editeur - Heading ---------------------------------------------------------*/
H2 {
	font:					bold 100%/120% Arial, Helvetica, Sans-serif;
	color:					#C3A23C;
	margin:					15px 0 3px 0;
}
H3 {
	font:					bold 80%/120% Arial, Helvetica, Sans-serif;
	color:					#3c3d33;
	margin:					12px 0 3px 0;
}
H4 {
	font:					bold 70% Arial, Helvetica, Sans-serif;
	color:					#898989;
	margin:					12px 0 3px 0;
}

/* É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:					100%/120% Arial, Helvetica, Sans-serif;
	color:					#c3a23c;
	text-decoration:		underline;
}
A.Lien:hover, A.Lien:visited:hover, A.Lien:active:hover {
	text-decoration:		none;
}

/* Éditeur - Classes pour les images -----------------------------------------*/
.ContourPhotoDroite {
	border:					1px solid #C3A23C;
	padding:				4px;
	margin:					0 0 0 5px;
}
.ContourPhotoGauche {
	border:					1px solid #C3A23C;
	padding:				4px;
	margin:					0 5px 0 0;
}
.ContourPhoto {
	border:					1px solid #D6D7D3;
	padding:				10px;
}
.TableauPhotoGauche {
	margin:					0 5px 0 0;
}
.TableauPhotoDroite {
	margin:					0 0 0 5px;
}
.OmbreDroitePhoto {
	background:				#EFEFEE url(../images/Bg_PhotoOmbreDroite.gif) no-repeat
}
.OmbreBasPhoto {
	background:				#EFEFEE url(../images/Bg_PhotoOmbreBas.gif) no-repeat
}

/* Éditeur - Classes pour les cellules de tableaux ---------------------------*/
.CelluleTitre {
	font:					bold 70%/120% Arial, Helvetica, Sans-serif;
	color:					#FFF;
	background:				#AFB0A9;
	padding:				8px 12px;
}
.CelluleTexte1 {
	font:			 		70%/120% Arial, Helvetica, Sans-serif;
	color:					#3C3D33;
	padding:				8px 12px;
	border-bottom:			1px solid #D4D4D2;
	vertical-align:			top;
}
.CelluleCitation {
	background:				#C3A23C;
	padding:				10px;
	text-align:				center;
}
.TexteCitation {
	font:					12px Georgia, Times New Roman, serif;
	color:					#FFF;
	margin:					0;
	padding:				0;
}

/* Apparence des listes ------------------------------------------------------*/
UL {
	margin: 				0;
	padding:				0 0 12px 0;
}
OL {
	margin: 				0 0 12px 0;
	padding:				0;
}
UL LI {
	list-style:				disc outside url(../images/Puce_Liste.gif);
	font:					100%/120% Arial, Helvetica, Sans-serif;
	margin: 				5px 0 0 15px;
	padding:				0;
}
OL LI {
	list-style:				decimal outside;
	font:					100%/120% Arial, Helvetica, Sans-serif;
	margin: 				5px 0 0 10px;
	padding:				0;
}
OL LI LI, UL LI LI {
	font:					100%/120% Arial, Helvetica, Sans-serif;
}