@charset "UTF-8";
/* CSS Document */

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


.editor {
	font-size: 11px;
	font-family: century gothic;
	margin: 2px 20px 2px 0px;
	text-align: right;
	color: #585858;
}

.editor2 {
	font-size: 12px;
	font-family: century gothic;
	margin: 2px 2px 2px 0px;
	text-align: right;
	color: #585858;
}
.editor3 {
	font-size: 11px;
	font-family: century gothic;
	margin: 2px 0px 2px 0px;
	text-align: left;
	color: #585858;
}


.editor a, .editor2 a {
	text-decoration: none;
	color: #585858;
}
.editor3 a {
	text-decoration: none;
	color: #585858;
}
.editor3   a:hover          {
	color: #000000;
	text-decoration: none;
}
.editor a:hover, .editor2 a:hover {
	text-decoration: none;
	color: #000000;
}

.editor a:hover, .editor2 a:hover {
	text-decoration: none;
	color: #000000;
}	

.editor table, .editor2 table {
	border-collapse: collapse;
	margin: 0;
}

.editor td, .editor2 td {
	font-size: 11px;
	font-family: century gothic;
	vertical-align: top;
	color: #585858;
}

.editor hr, .editor2 hr {
	height: 0;
	margin: 0 0 2px 0;
}

.editor h1, .editor2 h1 {
	font-size: 15px;
	text-decoration: none;
	margin: 20px 0 20px 0;
	text-align: right;
	font-family: century gothic;
	color: #585858;
}
.editor h1 a:hover {
	text-decoration: none;
	color: ##000000;
}

.editor h1 a {
	text-decoration: none;
	color: ##000000;
}

.editor h2, .editor2 h2 {
	font-size: 12px;
	text-decoration: none;
	margin: 5px 0 10px 0;
	text-align: right;
	font-family: century gothic;
	color: #585858;
}

.editor h3, .editor2 h3 {
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	margin: 10px 0 10px 10px;
	font-family: century gothic;
	font-style: italic;
	color: #585858;

}

.editor h4, .editor h5, .editor h6, .editor2 h4, .editor2 h5, .editor2 h6 {
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	margin: 5px 0 5px 20px;
	font-family: century gothic;
	font-style: italic;
	color: #585858;
}


.editor ul, .editor2 ul {
	list-style-type: circle;
	margin: 10px 0 10px 15px;
	padding: 0;
}
.editor li, .editor2 li {
	margin-bottom: 3px;
}

.editor ol, .editor2 ol {
	margin: 10px 0 10px 15px;
}

.editor br, .editor2 br {
	margin: 0;
}
.editor p, .editor2 p {
	margin: 0;
}
