/***
 * Feuille de style des mises en forme utilisateur
 **********************************************************/
em     { font-style: italic; }
strong { font-weight: bold; }

.centre   { text-align: center; }
.gauche   { text-align: left; }
.droite   { text-align: right; }
.justifie { text-align: justify; }

.fgauche  { float: left; margin: 0 10px 0 0; }
.fdroite  { float: right; margin: 0 0 0 10px; }

img { border: none; }

.puce { color: black; }


/***
 * Mise en forme de l'éditeur
 **********************************************************/

.jqeditor_panel {
	background: #e6f6fa;
	border: 1px solid #92cddc;
	padding: 3px;
	height: 23px;
}
    .jqeditor_button {
        margin: 0 2px 0 2px;
        border: 1px solid #e6f6fa;
        cursor: pointer;
    }
        .jqeditor_button.over {
            border: 1px solid #92cddc;
        }

.jqeditor_textarea {
	position: relative;
	top: -1px;
	margin: 0px;
	border: 1px solid #92cddc;
	height: 400px;
	width: 100%;
}

.jqeditor_preview {
	overflow: auto;
	position: relative;
	top: -1px;
	border: 1px dashed #92cddc;
	height: 500px;
}

/**********************************************************/
.fgauche  { float: left; margin: 10px; margin-left: 0; }
.fdroite  { float: right; margin: 10px; margin-right: 0; }

/**********************************************************/
h1 { font-size: 22px; margin: 0; }
h2 { font-size: 18px; margin: 0; }
h3 { font-size: 14px; margin: 0; }
h4 { font-size: 10px; margin: 0; }
h5 { font-size: 8px; margin: 0; }
h6 { font-size: 6px; margin: 0; }

