/* 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:16px;
	text-align:left;
	color:#000099;
	background-image:url(../images/puce_titre_section.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-bottom:15px;

}

.titre_paragraphe {
	font-weight:bold;
	font-size:13px;
	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: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;
}

ul, ol {
}

li {
	margin-right:15px;
}

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

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