/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2004 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * File Name: fck_editorarea.css
 * 	This is the default CSS file used by the editor area. It defines the
 * 	initial font of the editor and background color.
 * 
 * 	A user can configure the editor to use another CSS file. Just change
 * 	the value of the FCKConfig.EditorAreaCSS key in the configuration
 * 	file.
 * 
 * Version:  2.0 RC1
 * Modified: 2004-11-27 01:55:54
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */


.Bold
{
	font-weight: bold;
}

.Legende {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	font-style: italic;
	color: #F4701E;
	font-weight: bold;

}
.Titre1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color:#6C78DD;
	font-weight: bold;

}
.Soussoustitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-style: italic;
	color:#6B9BD6;
	font-weight: normal;

}
.important { 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : left;
	color : #ff0000;
	font-weight : bold;
} 
.styletitre {
	font-family: Time New Roman;
	text-align: left;
	color:#1D496C;
	font-weight: bold;
	
}

 
.stylesoustitre {
	font-family: Time New Roman;
	font-size: 12px;
	text-align: left;
	color:#666666;
	font-weight: bold;
	
}
.stylepuce {
	type:circle;
	color:#666666;
	font-weight: bold;
		
}

