/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2009 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
 *
 * 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.
 */

/**
 * The "body" styles should match your editor web site, mainly regarding
 * background color and font family and size.
 */

body
{	font-size: 14px;		font-family: 'Trebuchet MS';		color: #000000;
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 0px;
}.sous_titre{	color: #fe9120;	font-size: 14px;	font-family: 'Trebuchet MS';	font-weight: bold;	text-decoration: underline;	margin-bottom: 10px;}
.liste_orange{	padding-left: 15px;	margin-left:50px;	background-image: url('../images/puce-interne.gif');	background-position: 0px 7px;	background-repeat: no-repeat;	font-size: 14px;	font-family: 'Trebuchet MS';	color: #000000;	margin-bottom: 10px;}.liste_orange em{	width: 100%;}.second_liste_orange{	padding-left: 15px;	margin-left:100px;	background-image: url('../images/puce-interne.gif');	background-position: 0px 7px;	background-repeat: no-repeat;	font-size: 14px;	font-family: 'Trebuchet MS';	color: #000000;	margin-bottom: 10px;}
.titre-h1{	font-size: 30px;	color: #012c59;	margin-bottom: 10px;}.texte_paragraphe{	font-size: 14px;	font-family: 'Trebuchet MS';	text-align: justify;	margin-bottom: 10px;}
