 
/* 2009 Kahiloa Solutions et Communication - http://www.kahiloa.com */
/* FEUILLE DE STYLE EDITEUR TEXTE RICHE TINY MCE*/


.cTexteRiche h2, .cTexteRiche h3, .cTexteRiche h4, .cTexteRiche h5, .cTexteRiche h6 {
	margin:1em 0; padding:0;
}

.cTexteRiche h2 { font-size:1.5em; }

.cTexteRiche h3  { font-size:1.4em; }
 
.cTexteRiche h4  { font-size:1.2em; }
 
.cTexteRiche h5  { font-size:1.1em; }

.cTexteRiche h6  { font-size:1em; }


/* jaune */
.couleurTxtR-jaune h2 { color:#009BD5 }

.couleurTxtR-jaune h3  { color:#F6B12F }
 
.couleurTxtR-jaune h4  { color:#F6B12F }
 
.couleurTxtR-jaune h5  { color:#000000 }

.couleurTxtR-jaune h6  { color:#9B9C9E }
 
/* mauve */
.couleurTxtR-mauve h2 { color:#009BD5 }

.couleurTxtR-mauve h3  { color:#C33F8A }
 
.couleurTxtR-mauve h4  { color:#C33F8A }
 
.couleurTxtR-mauve h5  { color:#000000 }

.couleurTxtR-mauve h6  { color:#9B9C9E }

/* bleu */
.couleurTxtR-bleu h2 { color:#009BD5 }

.couleurTxtR-bleu h3  { color:#566FB2 }
 
.couleurTxtR-bleu h4  { color:#566FB2 }
 
.couleurTxtR-bleu h5  { color:#000000 }

.couleurTxtR-bleu h6  { color:#9B9C9E }
 
/* vert */
.couleurTxtR-vert h2 { color:#009BD5 }

.couleurTxtR-vert h3  { color:#7BB31E }
 
.couleurTxtR-vert h4  { color:#7BB31E }
 
.couleurTxtR-vert h5  { color:#000000 }

.couleurTxtR-vert h6  { color:#9B9C9E }
 
/* Rose */
.couleurTxtR-rose h2 { color:#009BD5 }

.couleurTxtR-rose h3  { color:#EF8F81 }
 
.couleurTxtR-rose h4  { color:#EF8F81 }
 
.couleurTxtR-rose h5  { color:#000000 }

.couleurTxtR-rose h6  { color:#9B9C9E }
 
/* Bleu ciel */
.couleurTxtR-bleuCiel h2 { color:#009BD5 }

.couleurTxtR-bleuCiel h3  { color:#5BD2FF }
 
.couleurTxtR-bleuCiel h4  { color:#5BD2FF }
 
.couleurTxtR-bleuCiel h5  { color:#000000 }

.couleurTxtR-bleuCiel h6  { color:#9B9C9E }


.cTexteRiche blockquote { color:#000000; }


/* UL OL LI Listes à puces et ordonnees */
.cTexteRiche ul {
	margin:1em 0;
	padding:0 0 0 3em;
	list-style:square
}

/* CLASS Tableaux */
.cTexteRiche  table { border-collapse:collapse; }

.cTexteRiche  th, .cTexteRiche  td {
	padding:4px;
}
.cTexteRiche  hr { border: thin solid #000f5c; }
 
/* STYLES Tableaux */

.TabIntitule1 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight : bold;
	text-align : center;
	border: 1px solid #9B9C9E;
	border-style: solid ;
}
.TabIntitule2 {
	background-color:#EBEBEB;
	border:medium none;
	color:#9B9C9E;
}
.TabLigne1 { 
	font-size: 11px; 
	border: 1px solid #9B9C9E;
}
.TabLigne2 { 
	font-size: 11px; 
	
	border: 1px solid #9B9C9E;
}
.TabLigne3 { 
	font-size: 11px; 
	border: 1px solid #9B9C9E;
}

/* STYLE supplémentaire */
.gris {
	color: #9B9C9E;
}

.TitreBleuEtFleche {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/faco/fleche-g.gif) no-repeat scroll left center;
color:#097FAB;
padding:1px 0 2px 25px;
}


