/* --------------------------------------------- */
/* Définition des styles exploités par WymEditor */
/* --------------------------------------------- */
/* WYMeditor */

/* interligne + */
.interligne /*
				p,
				h1,
				h2,
				h3,
				h4,
				h5,
				h6
			*/ {
    margin-bottom: 1.2em;
	/*
		margin-bottom: 1.2em;
		border-bottom: 4px dotted silver;
	*/
}

/* interligne ++ */
.interligne2 /*
				p,
				h1,
				h2,
				h3,
				h4,
				h5,
				h6
			*/ {
    margin-bottom: 2.4em;
    /*
		margin-bottom: 2.4em;
		border-bottom: 6px dotted gray;
	*/
}

/* Lien vers l'exterieur */
a.popUp /* a */ {
	/*
		background:transparent url(external.png) no-repeat scroll 98% center;
		padding-right:13px;
	*/
}

/* Gras et italique */
.grasitalique /* span */ {
	/*
		font-weight:bold;
		font-style:italic;
	*/
	font-weight:bold;
	font-style:italic;
}

/* Souligne */
.souligne /* span */ {
	/*
		text-decoration:underline;
	*/
	text-decoration:underline;
}

/* Encadre */
.encadre /* p */ {
	/*
		padding:5px;
		border:1px solid #4B1E00;
		background:#BE9E85;
		color:black;
	*/
	padding:10px;
	border:2px solid #4B1E00;
	background:#DCAA82;
	color:black;
}

/* /WYMeditor */

