/* 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:Georgia, "Times New Roman", Times, serif;
	background-color:#fdfce7;
	color:#515151;
	font-size:12px;
	text-align:justify;
	margin:0px 5px 0px 5px; /* marge entre l'encadrement du FCKeditor et le contenu */
	
}


/* -----------------------------------------------------------------------------------------*/
/* 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-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	text-align:left;
	color:#515151;
	margin:40px 0px 0px 0px;
	padding: 0px 10px 5px 10px;
	color:#8d9d26;
	border-bottom:1px solid #8d9d26;

}

.titre_paragraphe {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	text-align:left;
}



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

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

.image_base {
	float:none;
	padding:2px;
	border:1px solid #666666;
}
	
/* ------------------------------------------------------------------------------------------*/
/* FIN DES STYLES APPARAISSANT DANS FCKeditor */
/* ------------------------------------------------------------------------------------------*/


p {
	margin:15px 0px 10px 0px;
	padding:0;
	font-size:13px;
	line-height:18px;
}

hr {
	margin:0;
	height:4px;
	color:#fdfce7;
	border-bottom:3px dotted #cccccc;
}


table, td {
	color:#515151;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-align:justify;
	line-height:18px;
}

ul, ol {
}

li {
	margin-right:15px;
	line-height:18px;
	font-size:13px;
}

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

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

/* -------------------------------------------------- */
.table_encart_jaune {
	width:294px;
	background-image:url(../images/encart_jaune_fond.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

.table_encart_jaune thead td {
	height:59px;
	background-image:url(../images/encart_jaune_titre.gif);
	background-repeat:no-repeat;
	background-position:top left;
	
	color:#716201;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-left:20px;
}

.table_encart_jaune tbody td {
	background-image:url(../images/encart_jaune_bas.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:20px;
}

