/* Éditeur - Classes générales -----------------------------------------------*/
H1 {
	font:					20px/22px Georgia, "Times New Roman", Times, serif;
	color:					#9C4C56;
	margin: 				0 0 5px 0;
}
H2 {
	font:					bold 14px/18px Georgia, "Times New Roman", Times, serif;
	color:					#000;
	margin: 				0 0 5px 0;
}
H3 {
	font:					bold 12px/16px Georgia, "Times New Roman", Times, serif;
	color:					#A8756B;
	margin: 				10px 0 3px 0;
}
H4 {
	font:					bold 11px/14px Georgia, "Times New Roman", Times, serif;
	color:					#AD7C72;
	margin: 				10px 0 3px 0;
}
.Texte {
	font:					11px/18px Georgia, "Times New Roman", Times, serif;
	color:					#333;
}
.TexteFonce {
	font:					11px/18px Georgia, "Times New Roman", Times, serif;
	color:					#000;
}
.TexteSpecial {
	font:					bold 12px/18px Georgia, "Times New Roman", Times, serif;
	color:					#AD7C72;
}
.TexteSpecial2 {
	font:					11px/18px Georgia, "Times New Roman", Times, serif;
	color:					#e7b7ae;
}
.TextePetit {
	font:					9px/120% Georgia, "Times New Roman", Times, serif;
}

/* Éditeur - Classes pour les hyperliens -------------------------------------*/
A.Lien:link, A.Lien:visited, A.Lien:active {
	font:					bold 11px/18px Georgia, "Times New Roman", Times, serif;
	color:					#AB5C66;
	text-decoration:		none;
}
A.Lien:hover, A.Lien:visited:hover, A.Lien:active:hover {
	color:					#AB5C66;
	text-decoration:		underline;
}
A.LienNoir:link, A.LienNoir:visited, A.LienNoir:active {
	font:					bold 11px/18px Georgia, "Times New Roman", Times, serif;
	color:					#000;
	text-decoration:		underline;
}
A.LienNoir:hover, A.LienNoir:visited:hover, A.LienNoir:active:hover {
	color:					#000;
	text-decoration:		none;
}
A.LienNouvelle:link, A.LienNouvelle:visited, A.LienNouvelle:active {
	font:					bold 12px/18px Georgia, "Times New Roman", Times, serif;
	color:					#AB5C66;
	text-decoration:		none;
}
A.LienNouvelle:hover, A.LienNouvelle:visited:hover, A.LienNouvelle:active:hover {
	color:					#AB5C66;
	text-decoration:		underline;
}

/* Éditeur - Classes pour les images -----------------------------------------*/
.ContourPhoto {
	border:					1px solid #959595;
}
.PhotoDroiteMarge {
	padding:				0 0 0 25px;
}
.PhotoGaucheMarge {
	padding:				0 25px 0 0;
}

/* Éditeur - Classes pour les cellules de tableaux ---------------------------*/
.CelluleProduits {
	padding:				40px 0 40px 0;
}
.CelluleTableauSection {
	background:				#EBEBEB;
	color:					#000;
	padding:				12px 12px 0 12px;
}
.ArrierePlanTableauSection {
	background:				#EBEBEB;
}

.CelluleTitre {
	font:					bold 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color:					#FFF;
	background:				#54151E;
	padding:				5px 10px 5px 10px;
	border-bottom:			1px solid #1A1A1A;
}
.CelluleSousTitre {
	font:					11px/15px Verdana, Arial, Helvetica, sans-serif;
	color:					#FFF;
	background:				#782D37;
	padding:				5px 5px 5px 5px;
	border-bottom:			1px solid #1A1A1A;
}
.CelluleTexte1 {
	font:					11px/15px Verdana, Arial, Helvetica, sans-serif;
	color:					#1A1A1A;
	background:				#D5B8AE;
	padding:				2px 5px 2px 5px;
	border:					1px solid #1A1A1A;
	/*vertical-align:			top;*/
}
.CelluleTexte2 {
	font:					11px/15px Verdana, Arial, Helvetica, sans-serif;
	color:					#1A1A1A;
	background:				#EDDFD8;
	padding:				0 0 0 0;
	padding:				2px 5px 2px 5px;
	border:					1px solid #1A1A1A;
	/*vertical-align:			top;*/
}
.CelluleBasTableau {
	font:					11px/13px Verdana, Arial, Helvetica, sans-serif;
	color:					#FFF;
	background:				#54151E;
	border-top:				1px solid #1A1A1A;
	height:					13px;
}
/* Éditeur - Classes pour les tableaux ---------------------------------------*/
.Tableau {
	font:					11px/15px Verdana, Arial, Helvetica, sans-serif;
	color:					#1A1A1A;
	border-collapse:		collapse;
}

/* Apparence des listes ------------------------------------------------------*/
UL {
	font:					11px/13px Georgia, "Times New Roman", Times, serif;
	margin: 				0;
	padding:				0;
}
OL {
	font:					11px/13px Georgia, "Times New Roman", Times, serif;
	margin: 				0 0 0 12px;
	padding:				0;
}
UL LI {
	list-style:				disc outside url(../images/Puce_Liste.gif);
	margin: 				5px 0 0 15px;
	padding:				0;
}
OL LI {
	list-style:				decimal outside;
	font:					11px/13px Georgia, "Times New Roman", Times, serif;
	margin: 				5px 0 0 10px;
	padding:				0;
}