/*===========================================*/
/* Editor : apparence visuelle des textes.   */
/*===========================================*/


.editor {
	font-size: 12px;
	font-family: arial,verdana;
	text-align: left;
	color: #462D0B;
}

.editor a { 
	text-decoration: underline; 
	color: #80240E; 
}
.editor a:hover { 
	text-decoration: none;
	color: #462D0B;
}

.editor table {
	border-collapse: collapse;
}

.editor td {
	font-size: 12px;
	font-family: arial,verdana;
	vertical-align: top;
	color: #462D0B;
}

.editor hr {
	height: 0;
	margin: 0 0 2px 0;
	border-top: 1px solid #999999;
}

.editor h1 {
	color: #380E03;
	font-size: 17px;
	line-height: 17px;
	margin: 10px 0px 10px 0px;
	padding: 3px 0 0 0;
	text-align: left;
	font-family: arial, verdana;
	font-weight: bold;
	letter-spacing: 2px;
	background-position: 0 12px;
	text-transform: uppercase;
	border-top: 1px solid #876D3C;
}

.editor h2 {
	color: #380E03;
	font-size:13px;
	padding: 10px 0 4px 4px;
	margin: 0px;
	line-height: 13px;
	text-align: left;
	font-family: arial, verdana;
	font-weight: bold;
	text-transform: uppercase;
}

.editor h3, .editor h4, .editor h5, .editor h6 {
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	margin: 10px 0 10px 10px;
	font-family: tahoma;
	font-style: italic;
	color: #4A3516;
}


.editor ul {
	list-style-type: none;
	margin: 5px 0 10px 10px;
	padding: 0;
}

.editor li {
	color: #553229;
	padding: 2px 0 2px 15px;
	margin: 0;
	font-size: 12px;
	text-align: left;
	font-family: arial, verdana;
	font-weight: normal;
	background: url(http://indigo.vef.fr/jeannel/icones/li.gif) no-repeat;
	background-position: 0 4px;
}
	
.editor ol {
	margin: 10px 0 10px 5px;
}

.editor br {
	margin: 0;
	padding: 0;
}
.editor p {
	margin: 0;
	padding: 0;
}

