/* styles du contenu */
/* ATTENTION : CETTE CSS EST REUTILISEE POUR LE FCKEDITOR */

/* ATTENTION : NE PAS METTRE DE LARGEUR A LA DIV "texte_editable" */
/* ATTENTION : ne pas mettre de background-color aux textes et DIV car cela cache les images alignées à gauche ou à droite. */

#body_fckeditor { /* style à appliquer sur le fond du FCKeditor, reprenant la couleur de fond du site */
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	text-align:justify;
	margin:0px 5px 0px 5px; /* marge entre l'encadrement du FCKeditor et le contenu */
	
	background-position:right bottom;
	background-repeat:no-repeat;
}


/* -----------------------------------------------------------------------------------------*/
/* LISTE DES STYLES APPARAISSANT DANS LA LISTE DEROULANTE DES STYLES SUR FCKeditor          */
/* ces classes sont utilisees dans le fichier "fckeditor/fckstyles.xml" */ 
/* -----------------------------------------------------------------------------------------*/

.titre_section {
	font-weight:bold;
	font-size:14px;
	text-align:left;
	color:#ffffff;
	text-align:left;
	background-color:#ec008c;
	background-image:url(../images/triangle_droite.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	margin:40px 0px 10px 0px;
	padding:3px 15px 1px 10px;
}

.titre_paragraphe {
	font-weight:bold;
	font-size:13px;
	text-align:left;
	text-align:left;
}



.image_gauche {
	float:left;
	border:0px solid #ffffff;
	padding:0px;
	margin:2px 20px 20px 0px;
}

.image_droite {
	float:right;
	border:0px solid #ffffff;
	padding:0px;
	margin:2px 0px 20px 20px;
}

.image_base {
	float:none;
	border:0px solid #ffffff;
}


/* ----------------------------------------------------- -*/
/* styles des Encarts bleus dans le contenu */
/* ----------------------------------------------------- -*/

.titre_encart_bleu {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	background-image:url(../images/fond_titre_encart_bleu.gif);
	background-color:#2145a0;
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:14px;
}

.contenu_encart_bleu {
	background-color:#2145a0;
	color:#FFFFFF;
	text-align:justify;
	background-image:url(../images/triangle_droite.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	font-size:12px;
}

/* ----------------------------------------------------- -*/
/* styles des périodes de couleur dans les grilles tarifaires */
/* ----------------------------------------------------- -*/
.periode_jaune {
	background-color:#ffff33;
	background-image:url(../images/case_jaune.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

.periode_bleue {
	background-color:#2145a0;
	background-image:url(../images/case_bleue.gif);
	background-position:center center;
	background-repeat:no-repeat;
	color:#FFFFFF;
}

.periode_verte {
	background-color:#00cc00;
	background-image:url(../images/case_verte.gif);
	background-position:center center;
	background-repeat:no-repeat;
	color:#FFFFFF;
}

.fond_gris {
	background-color:#eeeeee;
	border-bottom:1px solid #cccccc;
}


	
/* ------------------------------------------------------------------------------------------*/
/* FIN DES STYLES APPARAISSANT DANS FCKeditor */
/* ------------------------------------------------------------------------------------------*/


p {
	margin:15px 0px 10px 0px;
	padding:0;
	font-size:12px;
}

hr {
	margin:0px 20px 0px 20px;
	height:1px;
	color:#999999;
}


table, td {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	vertical-align:top;
}

ul, ol {
}

li {
	margin-right:15px;
}

a {
	margin:0;
	padding:0;
	font-size:12px;
	color:#ec008c;
	font-weight:bold;
}

.encart_erreur {
	background-color:#FF0000;
	border:2px solid #cc0000;
	padding:10px;
	margin:30px;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}
