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

body{
  font-size: 12px;
}
.txtRiche h2 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 12px;
}
.txtRiche h3  {
	font-size:1.2em;
	color: #7A7A7A;
	font-weight: bold;
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 12px;
	text-transform: none;
}
/* commentaire droite */
.txtRiche h4  {
	color: #8d8d8d;
	font-weight: bold ;
	font-size: 10px ;
	margin: 5px 0px 5px 10px ;
	padding: 0px 0px 0px 12px ;
	text-align: right ;
	text-transform: none ;
}
/* bande grise */
.txtRiche h5  {
	font-weight: bolder;
	font-size: 15px;
 
	width: auto;
	color: #FFFFFF;
	text-transform: none;
	margin-top: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.txtRiche h6  {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 12px;
	text-align: right;
}
#div.div_rightcol blockquote {
	font-family:Arial,Helvetica,sans-serif ;
	font-size:11px ;
}
.txtRiche pre {
	margin: 5px 0px 5px 0px ;
	padding: 0px 0px 0px 0px ;
	font-family:Arial,Helvetica,sans-serif ;
	font-size:11px ;
}
/* P CorpsTexte */
.txtRiche p {
	margin: 5px 0px 5px 10px ;
	padding: 0px 0px 0px 12px ;
	font-family:Arial,Helvetica,sans-serif ;
	font-size:12px ;
}
.txtRiche p a:link {
	text-decoration : none;
	font-weight: bold;
}
.txtRiche p a:visited {
	text-decoration : none;
	font-weight: bold;
}
.txtRiche p a:active {
	text-decoration : underline;
	font-weight: bold;
}
.txtRiche p a:hover {
	text-decoration : underline;
	font-weight: bold;
}

/* UL OL LI Listes à puces et ordonnees */
.txtRiche ul {
	margin-top: 0px ;
	margin-bottom: 0px;
}
.txtRiche ul li {
	font-size: 11px;
	list-style-type: square;
	font-family:Arial,Helvetica,sans-serif;
	margin: 0 0 0 50px ;
	padding: 3px 30px 3px 0px ;
}
.txtRiche ol li {
	margin: 0 0 0 50px;
	padding: 3px 30px 3px 0px;
	font-size: 11px;
	list-style-type: decimal;
	font-family:Arial,Helvetica,sans-serif;
} 
.txtRiche li a:link {
	text-decoration : none;
	font-weight: bold;
}
.txtRiche li a:visited {
	text-decoration : none;
	font-weight: bold;
}
.txtRiche li a:active {
	text-decoration : underline;
	font-weight: bold;
}
.txtRiche li a:hover {
	text-decoration : underline;
	font-weight: bold;
}
/* CLASS Tableaux */
.txtRiche  TABLE {
	border-collapse:collapse ;
	margin: 5px 0px 5px 20px ;
	padding: 0px 0px 0px 12px ;
}
.txtRiche  TH {
	font-size: 11px;
	text-transform: uppercase;
	vertical-align : top;
	background-color: #7A7A7A;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.txtRiche  TD {
	
	font-size: 11px;
	vertical-align : top;
	border-collapse:collapse;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7A7A7A;
	border-bottom-color: #7A7A7A;
	padding-top: 3px 10px 3px 10 px;
}
.txtRiche  HR{
	border: thin solid #7A7A7A;
	margin: 5px 0px 5px 20px ; 
	padding: 0px 0px 0px 12px ; 
}
/* STYLES Tableaux */
.TabIntitule1 {
	
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #7A7A7A;
	padding : 2px 2px 2px 2px;
	font-weight : bold;
	text-align : center;
	border: 0px;
	border-style: solid;
}
.TabIntitule2 {
	
	font-size: 11px;
	background-color: #7A7A7A;
	padding : 2px 2px 2px 2px;
	font-weight : bold;
	text-align : center;
}
.TabLigne1 {
	
	font-size: 11px;
	background-color: #7A7A7A;
}
.TabLigne2 {
	
	font-size: 11px;
	background-color: #7A7A7A;
}
.TabLigne3 {
	
	font-size: 11px;
	background-color: #7A7A7A;
}

