/* Éditeur - Classes générales -----------------------------------------------*/
.Texte {
	font:					11px/18px Arial, Helvetica, Sans-serif;
	color:					#808284;
}
.TexteAccueil {
	font:					11px/120% Arial, Helvetica, Sans-serif;
	color:					#808284;
}
.TexteSpecial {
	font:					11px/120% Arial, Helvetica, Sans-serif;
	color:					#4181B4;
}
.TextePetit {
	font:					12px/18px Arial, Helvetica, Sans-serif;
	color:					#808284;
}

/* Editeur - Heading ---------------------------------------------------------*/
H1 {
	font:					bold 16px/120% Arial, Helvetica, Sans-serif;
	color:					#00AB66;
	margin:					16px 0 12px 0;
	text-transform:			uppercase;
}
H2 {
	font:					bold 14px/120% Arial, Helvetica, Sans-serif;
	color:					#07508C;
	margin:					20px 0 12px 0;
	text-transform:			uppercase;
}
H3 {
	font:					bold 12px/120% Arial, Helvetica, Sans-serif;
	color:					#4181B4;
	margin:					18px 0 12px 0;
	text-transform:			uppercase;
}
H4 {
	font:					bold 11px/120% Arial, Helvetica, Sans-serif;
	color:					#07508C;
	margin:					18px 0 12px 0;
}
.TitreAccueil {
	color:					#4181B4;
	font-weight:			bold;
}

/* É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/120% Arial, Helvetica, Sans-serif;
	color:					#4181B4;
}
A.Lien:link, A.Lien:visited, A.Lien:active {
 	text-decoration:		underline;
 }
A.Lien:hover, A.Lien:visited:hover, A.Lien:active:hover {
	text-decoration:		underline;
	background:				#ebf2f7;
}
A.LienPetit:link, A.LienPetit:visited, A.LienPetit:active,
A.LienPetit:hover, A.LienPetit:visited:hover, A.LienPetit:active:hover {
	font:					10px/120% Arial, Helvetica, Sans-serif;
	color:					#4181B4;
}
A.LienPetit:link, A.LienPetit:visited, A.LienPetit:active {
 	text-decoration:		underline;
 }
A.Lien:hover, A.Lien:visited:hover, A.Lien:active:hover {
	text-decoration:		underline;
	background:				#ebf2f7;
}
A.LienNouv:link, A.LienNouv:visited, A.LienNouv:active,
A.LienNouv:hover, A.LienNouv:visited:hover, A.LienNouv:active:hover {
	font:					11px/120% Arial, Helvetica, Sans-serif;
	color:					#808284;
	text-decoration:		underline
}
A.LienNouv:link, A.LienNouv:visited, A.LienNouv:active {
	text-decoration:		underline;
}
A.LienNouv:hover, A.LienNouv:visited:hover, A.LienNouv:active:hover {
	text-decoration:		underline;
}

/* Éditeur - Classes pour les images -----------------------------------------*/
.ImageAccueil {
	margin:					0 12px 0 0;
}
.BordureImage {
	border-left:			1px solid #0061AA;
	border-top:				1px solid #0061AA;
	padding:				2px 0 0 2px;
	margin:					0 12px 0 0; 
}

/* Éditeur - Classes pour les cellules de tableaux ---------------------------*/
.CelluleTitre {
	font:					bold 11px/120% Arial, Helvetica, Sans-serif;
	color:					#D3A830;
	background:				#FFF;
	padding:				6px 12px;
	border-bottom:			1px solid #E2CD94;
	vertical-align:			top;
}
.CelluleTitreGauche {
	font:					bold 11px/120% Arial, Helvetica, Sans-serif;
	color:					#D3A830;
	background:				#FFF url(../images/Bg_CelluleTitre.gif) no-repeat;
	padding:				6px 12px;
	border-bottom:			1px solid #E2CD93;
	vertical-align:			top;
}
.CelluleTexte1 {
	font:					11px/120% Arial, Helvetica, Sans-serif;
	color:					#808284;
	background:				#FFF;
	padding:				6px 12px;
	border-bottom:			1px solid #F3EBD5;
}
.CelluleTexte2 {
	font:					11px/120% Arial, Helvetica, Sans-serif;
	color:					#808284;
	background:				#FFFAEA;
	padding:				6px 12px;
	border-bottom:			1px solid #F3EBD5;
}

/* Éditeur - Classes pour les tableaux ---------------------------------------*/
.Tableau {
	border:					1px solid #E2CE96;
	border-collaspe:		collapse;
}

/* Apparence des listes ------------------------------------------------------*/
UL {
	color:					#666;
	margin: 				0;
	padding:				0;
}
OL {
	color:					#666;
	margin: 				0 0 0 12px;
	padding:				0;
}
UL LI {
	list-style:				disc outside url(../images/Puce_Liste.gif);
	color:					#666;
	margin: 				5px 0 0 15px;
	padding:				0;
}
OL LI {
	list-style:				decimal outside;
	color:					#666;
	margin: 				5px 0 0 10px;
	padding:				0;
}