/*========================================================================================*/
/* Editor : apparence visuelle des textes. #editor pour l'admin et .editor pour le site   */
/*========================================================================================*/


.editor {
	color: #c0c0c0;
	font-size: 12px;
	font-family: arial,verdana;
	margin: 2px 20px 2px 5px;
}

.editor a { 
	text-decoration: underline; 
	color: #777777; 
}
.editor a:hover { 
	text-decoration: none; 
	color: #e0e0e0; 
}

.editor table {
	border-collapse: collapse;
}

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

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

.editor h1 {
	font-size: 13px;
	color: #a2a2a2;
	margin: 20px 0 5px 0;
	text-align: left;
	font-weight: normal;
	font-family: tahoma;
	text-decoration: underline;	
}

.editor h2 {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	text-align: left;
	margin: 10px 0 10px 10px;
	font-family: verdana;
	font-style: italic;	
}

.editor h3 {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	margin: 10px 0 10px 10px;
	font-family: verdana;
	font-style: italic;
		
}

.editor h4, .editor h5, .editor h6 {
	font-size: 11px;
	color: #777777;
	text-decoration: underline;
	text-align: left;
	margin: 5px 0 5px 20px;
	font-family: arial;
	font-style: italic;	
}


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

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