/* Editeur : Défaut */

/*
 * CSS GENERIQUE A TOUS LES SITES, 
 * LES COULEURS, BACKGROUNDS, ETC SE TROUVENT DANS LES CSS DE CHAQUE SITE (editeur.css)
 * 
 */

a
	{
	text-decoration: none;
	color: #8D3EB6;
	}

/* Normal - Aucun style */
.normal
	{
	font-size: 100%;
	}
	
/* Majuscule important sur plusieurs lignes */	
.lettrine
	{
	float: left;
	font-size: 3.6em;
	font-weight: bold;
	line-height: 41px;
	margin: 1px;
	padding: 1px;
	}
	
.intertitre,
.sous-titre
	{
	color: #7B982E;
	}

/* Titre avec flèche sur le côté gauche et bordure */
.intertitre
	{
	border-bottom: 3px solid #7B982E;
	background: url(../images/2/editeur/01.png) no-repeat 0px 4px;
	font-size: 130%;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 16px;
	display: block;
	font-weight: bold;
	}
	
.sous-titre,
.sous-titre2
	{
	font-size: 110%;
	margin: 0px 0px 5px 0px;
	display: block;
	font-weight: bold;
	}
	
/* Sous-titre : plus petite que le titre et sans flèche */
.sous-titre	
	{
	border-bottom: 1px solid #7B982E;
	}

.sous-sous-inter,
.sous-sous-inter2
	{
	padding: 0px;
	display: block;
	padding-left: 15px;
	}
	
/* Sous-sous-inter */
.sous-sous-inter
	{
	background: url(../images/editeur/02.gif) 4px 5px no-repeat;
	}
	
/* Sous-sous-inter 2 */
.sous-sous-inter2
	{
	background: url(../images/2/editeur/03.png) 0px 1px no-repeat;
	}

/* Relance */	
.relance
	{
	color: #eb9667;
	font-style: italic;
	font-weight: bold;
	}	

/* Commande Info */
.commande-info
	{
	font-style: italic;
	font-weight: bold;
	}
	
/* Texte avec un background gris et un texte blanc */
.form_excell
	{
	background:#87888A;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.guillemet-marron-debut,
.guillemet-vert-debut
	{
	display: block;
	text-align: justify;
	}
	
.guillemet-marron-fin,
.guillemet-vert-fin
	{
	display: block;
	float: right;
	}
	
/* Guillemets vides */	
.guillemet-marron-debut
	{
	padding: 10px 0px 0px 25px;
	background: url(../images/2/editeur/05.png) no-repeat;
	text-align: justify;
	}
	
/* Guillemet Marron Fin */		
.guillemet-marron-fin
	{
	background: url(../images/2/editeur/13.png) no-repeat 0px 0px;
	height: 20px;
	width: 20px;
	}

/* Guillemets pleins */
.guillemet-vert-debut
	{
	padding: 10px 0px 0px 23px;
	background: url(../images/2/editeur/06.png) no-repeat;
	}
/* Guillemet Vert Début */
.guillemet-vert-fin
	{
	background: url(../images/2/editeur/12.png) no-repeat 0px 0px;
	height: 20px;
	width: 19px;
	}
	
.plus,
.moins
	{
	background: none no-repeat 0px 2px;
	padding: 0px 0px 0px 13px;
	}	
	
/* + */
.plus
	{
	background-image:url(../images/editeur/09.gif);
	}

/* - */
.moins
	{
	background-image:url(../images/editeur/10.gif);
	}
	
/* Exergue */
.exergue
	{
	width: 75%;
	padding: 5px;
	background: #9CB63E;
	}
	
.notes,
.notessup
	{
	color: gray;
	}

/* Design :  * ou ² */
.notes
	{
	font-size: 80%;
	}

/* Design :  * ou ² */
.notessup
	{
	font-size: 90%;
	}
	
/* Deux gros ronds en début de ligne et élément gras */	
.fp_intertitre
	{
	padding: 0px 0px 0px 35px;
	background:url(../images/2/editeur/07.png) no-repeat 0px 6px;
	font-size: 155%;
	}

/* Flèche en début de ligne et élément gras */	
.fp_sous-inter
	{
	color: #6f3d30;
	padding: 0px 0px 0px 15px;
	background: url(../images/2/editeur/08.png) no-repeat 0px 1px;
	font-size: 100%;
	}
