/* Éditeur - Classes générales -----------------------------------------------*/
.Titre {
	font:					bold 24px/27px Georgia, Times, Times New Roman, Serif;
	color:					#904520;
	text-transform:			uppercase;
}
.SousTitre {
	font:					bold 14px/30px Georgia, Times, Times New Roman, Serif;
	color:					#372F0E;
}
.Texte {
	font:					11px/16px Georgia, Times, Times New Roman, Serif;
	color:					#372F0E;
}
.TexteSpecial {
	font:					11px/16px Georgia, Times, Times New Roman, Serif;
	color:					#904520;
}
.TextePetit {
	font:					10px/14px Georgia, Times, Times New Roman, Serif;
	color:					#736E57;
}

/* Éditeur - Classes pour les hyperliens -------------------------------------*/
A.Lien:link, A.Lien:visited, A.Lien:active {
	font:					11px/16px Georgia, Times, Times New Roman, Serif;
	color:					#372F0E;
	text-decoration:		underline;
}
A.Lien:hover, A.Lien:visited:hover, A.Lien:active:hover {
	font:					11px/16px Georgia, Times, Times New Roman, Serif;
	color:					#904520;
	text-decoration:		underline;
}
A.LienNouv:link, A.LienNouv:visited, A.LienNouv:active {
	font:					bold 11px/16px Georgia, Times, Times New Roman, Serif;
	color:					#6F331E;
	text-decoration:		underline;
}
A.LienNouv:hover, A.LienNouv:visited:hover, A.LienNouv:active:hover {
	font:					bold 11px/16px Georgia, Times, Times New Roman, Serif;
	color:					#904520;
	text-decoration:		underline;
}

/* Éditeur - Classes pour les images -----------------------------------------*/
.PhotoNouvelles {
	border-top:				1px solid #E8E2D1;
	border-bottom:			1px solid #E8E2D1;
}

/* Éditeur - Classes pour les cellules de tableaux ---------------------------*/
.CelluleTitre {
	font:					bold 11px/12px Georgia, Times, Times New Roman, Serif;
	color:					#904520;
	background:				#E8E2D1;
	padding:				8px 5px 7px 8px;
	vertical-align:			top;
}
.CelluleTexte1 {
	font:					11px/12px Georgia, Times, Times New Roman, Serif;
	color:					#372F0E;
	background:				#FFF;
	padding:				8px 5px 7px 8px;
	vertical-align:			top;
}
.CelluleTexte2 {
	font:					11px/12px Georgia, Times, Times New Roman, Serif;
	color:					#372F0E;
	background:				#F5F3ED;
	padding:				8px 5px 7px 8px;
	vertical-align:			top;
}

/* Éditeur - Classes pour les tableaux ---------------------------------------*/
.Tableau {
	font:					11px/12px Georgia, Times, Times New Roman, Serif;
	color:					#372F0E;
	border:					1px solid #E8E2D1;
}

/* Listes --------------------------------------------------------------------*/
UL {
	font:					11px Georgia, Times, Times New Roman, Serif;
	color:					#372F0E;
	margin: 				0;
	padding:				0;
}
OL {
	font:					11px Georgia, Times, Times New Roman, Serif;
	color:					#372F0E;
	margin: 				0 0 0 23px;
	padding:				0;
}
UL LI {
	list-style:				square outside url(../images/Puce_Liste.gif);
	font:					11px Georgia, Times, Times New Roman, Serif;
	color:					#372F0E;
	margin: 				0 0 0 16px;
	padding:				0;
}
OL LI {
	list-style:				decimal outside;
	font:					11px Georgia, Times, Times New Roman, Serif;
	color:					#372F0E;
	margin: 				0 0 0 0;
	padding:				0;
}