
 /* 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. */

/* ATTENTION : ne surtout pas mettre "position:relative", car pb dans FCKeditor */

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

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

.titre_1 {
}

.titre_2 {
    font-family: Georgia, "Times New Roman", Serif;
    color: #666;
    font-size: 24px;
	font-weight:bold;
	text-transform:uppercase;
}

h2.titre_2, h2.titre_bloc_normal
{
	border-top:1px dotted #CCCCCC;
    margin: 40px 0px 10px 0px;
	padding:10px 0px 0px 0px;
}

.titre_3 img, .titre_3_bleu img, .titre_3_vert img
{
	margin-right:10px;
}


.titre_3, .titre_3_bleu, .titre_3_vert 
{
    font-family: Georgia, "Times New Roman", Serif;
    color: #0092b6;
    font-size: 18px;
	font-weight:bold;
	margin:40px 0px 10px 0px;
}

h2+h3.titre_3, h2+h3.titre_3_bleu, h2+h3.titre_3_vert 
{
	margin-top:0;
}

.titre_3_vert 
{
	color: #aec000;
}

.titre_3 img
{
	margin-right:10px;
}


.encart_contenu {
	/* position:relative;  ATTENTION : ne surtout pas mettre "position:relative", car pb dans FCKeditor */
	/* Cette ligne doit être mise dans la CSS "_modele.css" */
	display:block;
	padding:15px 15px 5px 15px;
	margin:5px 0px 5px 0px;
	background-color:#ededed;
	
    background: url(bg_well2.png) right top repeat #c1ebf2;
    border:1px solid #97d9e3;
}
.encart_contenu td {
	color:#000000;
}
.mise_en_valeur_1 {
	font-weight:bold;
	color:#003399;
}
.mise_en_valeur_2 {
	font-weight:bold;
}
.alerte {
}
.commentaire {
	font-size:13px;
	font-style:italic;
	color:#7d7d7d;
}
div#bloc-contenu div.reserve_membres {
	margin:0;
	padding:0;
	border:0;
}
div.reserve_membres
{
	margin:5px;
	padding:5px;
	border:2px dotted red;
}
/* -----------------------------------------------------------------------------------------*/
.image_gauche {
	float:left;
	border:0px solid #ddd;
	padding:0px;
	margin:2px 20px 20px 0px;
}
.image_droite {
	float:right;
	border:0px solid #ddd;
	padding:0px;
	margin:2px 0px 20px 20px;
}
.image_base {
	float:none;
	padding:0px;
	border:0px solid #ddd;
}

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

p { 
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-break: normal;
}

hr {
	margin:0px 0px 0px 0px;
}

table, td {
	color:#000000;
	text-align:left;
	vertical-align:top;
}

#body_fckeditor table, .bloc_texte table, .editable table
{
	width:100%;
}

#body_fckeditor th, .bloc_texte th, .editable th
{
	background-color:#999999;
	color:#FFFFFF;
	text-align:left;
	padding:5px;
	margin:0;
}

#body_fckeditor td, .bloc_texte td, .editable td
{
	color:#444444;
	padding:2px 5px 2px 5px;
	margin:0;
}



#body_fckeditor tr:nth-child(even), .bloc_texte tr:nth-child(even), .editable tr:nth-child(even)
{
	background-color:#EEEEEE;
}



ul, ol {}

#body_fckeditor ul li, .bloc_texte ul li, .editable ul li,
#body_fckeditor ol li, .bloc_texte ol li, .editable ol li
{
	margin-bottom:5px;
}


ul.liste_documents
{
	list-style:none;
	
	
	
}

ul.liste_documents li a:before
{
		content: "\f0f6";
		color: inherit;
		display: inline-block;
		font-family: fontawesome;
		font-weight: normal;
		margin-right: 10px;
}


a
{
	margin:0;
	padding:0;
	color:#00acc7;
	text-decoration:none;
}

.btn a
{
  color: inherit !important;
}

a:hover, a:focus, a:active
{
	color:#00acc7;
	text-decoration:underline;
}

a>img
{
	border:0;
}


a.lien_document
{
	margin-left:19px;
}

a.lien_document:before
{
		content: "\f0f6";
		color: inherit;
		display: inline-block;
		font-family: fontawesome;
		font-weight: normal;
		margin-right: 10px;
}



/* etoile signifiant "champ obligatoire" dans les formulaires */
.etoile_formulaires {
	color:orange;
}

/* ------------------------------------------------------------------------------------------*/
/* STYLES DES COORDONNES MODIFIABLES PAR FCKEDITOR : */
/* ------------------------------------------------------------------------------------------*/
div.contenu_coordonnees_bas {
}

div.contenu_coordonnees_bas a{
}

div.contenu_coordonnees_bas p{
}

/* ------------------------------------------------------------------------------------------*/
/* STYLES DE L'ENCART D'ERREUR : */
/* ------------------------------------------------------------------------------------------*/
.encart_erreur {
}

/* ------------------------------------------------------------------------------------------*/
/* STYLES DES TABLEAUX EN "PYJAMA" (couleurs des lignes alternées) : */
/* ------------------------------------------------------------------------------------------*/

table.pyjama
{
	border:0;
	margin:0;
	padding:0;
}

table.pyjama td
{
	border:0px solid red;
	margin: 1px 1px 0px 0px;
	padding:5px 2px 5px 2px;
}

table.pyjama thead td
{
	font-weight:bold;
	text-align:center;
	background-color:#FF6600;
	color:#FFFFFF;
}

table.pyjama tbody tr
{
	/* couleur de fond des lignes IMPAIRES (les plus claires): */
	background-color:#eeeeee;
}


table.pyjama tbody tr.pair
{
	/* couleur de fond des lignes PAIRES (les plus foncées): */
	background-color:#dddddd;
}

table.pyjama tbody tr:hover
{
	/* couleur de survol des lignes : */
	background-color:#66CCFF;
}


.bloc_texte .accordeon:before,
.liens_articles .accordeon:before
{
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0fe";
  margin-right:10px;
  color:#666666;
}