/* 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:18px;
	color:#1d58b9;
	text-align:left;
	background-image:url(../images/puce_titre_section.gif);
	background-position:0px 18px;
	background-repeat:no-repeat;
	padding:10px 0px 0px 15px; 
	margin-bottom:20px;

}

.titre_paragraphe {
	font-weight:bold;
	font-size:15px;
	text-align:left;
	color:#1d58b9;
	padding:0;
	padding-bottom:5px;
	margin:0;
}


.titre_alinea {
	font-weight:bold;
	font-size:13px;
	text-align:left;
	color:#004dad;
	padding:0;
	margin:0;
}


.encart_contenu {
	padding:10px;
	margin:5px 0px 5px 0px;
	background-color:#FFFF99;
	border:1px solid #FF6600;
}


/* -----------------------------------------------------------------------------------------*/


.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:30px 0px 10px 0px;
	padding:0;
	font-size:12px;
}

hr {
	margin:0px;
	height:10px;
	color:#ffffff;
	border:1px solid white;
	border-bottom:1px dotted #666666;
	margin:10px 0px 10px 0px;
}


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:#737373;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#000;
}

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


/* ------------------------------------*/
/* styles des pointilles */

.pointille_horizontal {
	background-image:url(../images/pointille.gif);
	background-position: top left;
	background-repeat:repeat-x;
}

.pointille_vertical {
	background-image:url(../images/pointille.gif);
	background-position: center top;
	background-repeat:repeat-y;
}


