@charset "utf-8";

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

.rich_text {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
.rich_text h1 {
	background-color: #8a0016;
	font-size: 13px;
	color: #FFFFFF;
	padding: 4px;
	font-weight: bold;
}
.rich_text h2 {
	font-size: 13px;
	color: #8A0016;
	font-weight: bolder;
	padding:0;
}
.rich_text h3  {
	font-size: 13px;
	color: #8A0016;
	font-weight: bolder;
	text-align: center;
}
.rich_text h4  {
	font-size: 13px;
	color: #8a0016;
	background-color: #CBC5C8;
	padding: 4px;
	color: #FFFFFF;
}
.rich_text h5  {
	border-bottom-style: solid;
	border-bottom-color: #7A6D73;
	border-bottom-width: 2px;
	color: #7A6D73;
	padding: 2px;
	font-size: 13px;
}
.rich_text h6  {
	font-size: 12px;
	color: #7A6D73;
	text-align: right;
	font-style: normal;
}
#div.rich_text blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #FFFFFF;
}
.rich_text p {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.rich_text p a:link {
	text-decoration : none;
	color: #8b0015;
	font-weight: bold;
}
.rich_text p a:visited {
	text-decoration : none;
	color: #8b0015;
	font-weight: bold;
}
.rich_text p a:active {
	text-decoration : underline;
	color: #b996a2;
	font-weight: bold;
}
.rich_text p a:hover {
	text-decoration : underline;
	color: #8b0015;
	font-weight: bold;
}

/* UL OL LI Listes Ã  puces et ordonnees */
.rich_text ul {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}
.rich_text ul li {
	list-style-type: disc;
	margin: 0 0 0 50px;
	padding: 3px 30px 3px 0px;
}
.rich_text ol li {
	margin: 0 0 0 50px;
	padding: 3px 30px 3px 0px;
	list-style-type: decimal;
} 
.rich_text li a:link {
	color: #89001a;
	font-weight: bold;
}
.rich_text li a:visited {
	text-decoration : none;
	color: #89001a;
	font-weight: bold;
}
.rich_text li a:active , {
	text-decoration : underline;
	color: #89001a;
	font-weight: bold;
}
.rich_text li a:hover {
	text-decoration : underline;
	color: #89001a;
	font-weight: bold;
}
/* CLASS Tableaux */
.rich_text  TABLE {
	border-collapse:collapse;
	margin: 5px 0px 5px 20px;
	padding: 0px 0px 0px 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rich_text  TH {
	color:#FFFFFF;
	text-transform: uppercase;
	vertical-align : top;
	background-color: #89001A;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.rich_text  TD {
	vertical-align : top;
	border-collapse:collapse;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	/*border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #89001A;
	border-bottom-color: #89001A;*/
}

.rich_text  HR{
	border: thin solid #CBC5C7;
	margin: 5px 0px 5px 20px;
	padding: 0px 0px 0px 12px;
}
/* STYLES Tableaux */
.TabIntitule1 {
	text-transform: uppercase;
	background-color : #89001A;
	padding : 2px 2px 2px 2px;
	font-weight : bold;
	text-align : center;
	border: solid;
	color: #FFFFFF;
}
.TabIntitule2 {
	background-color : #CBC5C7;
	padding : 2px 2px 2px 2px;
	font-weight : bold;
	text-align : center;
}
.TabLigne1 {
	background-color : #89001a;
	color: #FFFFFF;
}
.TabLigne2 {
	background-color : #CBC5C7;
}
.TabLigne3 {
	background-color: #E6E3E4;
}

