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


.editor {
	font-size:10px;
	font-family: verdana, "century gothic";
	color : #555555;
	text-align: left;
	margin: 2px 20px 2px 0;
	text-align: left;
}

.editor a {
	text-decoration: none;
        color: #000000;
}
.editor a:hover {
	color: #555555;
	text-decoration: none;
}
.editor a.selected {
	font-weight: bold;
}

.editor img {
	border: 1px solid #385C6B;
}

.editor img.img_actu {
	float: left;
	margin: 0 15px 15px 0;
}

.editor table {
	border-collapse: collapse;
}

.editor td {
	font-size:10px;
	font-family: verdana, "century gothic";
	color : #555555;
	vertical-align: top;
}

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

.editor h1{
	font-size: 14px;
	text-align: left;
	font-family: verdana, "century gothic";
	color : #555555;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0 5px 0px;
}

.editor h2 {
	font-size: 13px;
	text-align: left;
	font-family: verdana, "century gothic";
	color : #555555;
	font-weight: bold;
	margin: 5px 0 5px 10px;
}

.editor h3, .editor h4, .editor h5, .editor h6 {
	font-size: 11px;
	text-align: left;
	font-family: verdana, "century gothic";
	color : #555555;
	font-weight: bold;
	margin: 5px 0 5px 20px;
}

.editor ul {
	list-style-type: circle;
	margin: 0px 0 0px 25px;
	padding: 0;
}

.editor li {
	padding: 2px 0 2px 0px;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}

.editor ol li {
	padding: 2px 0 2px 0px;
}

.editor ol {
	margin: 0 0 0 25px;
	padding: 0;
}

.editor br {
	margin: 0;
}
.editor p {
	margin: 0;
}
.editor blockquote {
	margin: 0 0 0 20px;
}

