/* ---------------------------------- */
/*           GLOBAL                   */
/* ---------------------------------- */

.png{
behavior: url(data/css/png.htc);
}

#eFoot{
margin-top:8px;
}


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


/* conteneur strict */
p.strictContainer /* p */ {
	overflow: hidden;
	/*
		overflow: hidden;
		border: 1px dashed black;
	*/
}

/* pas d'image &agrave; droite */
p.clearRight /* p[@class!="clearBoth"][@class!="clearLeft"] */ {
	clear: right;
	/*
		clear: right;
		border-right: 2px dashed red;
	*/
}

/* pas d'image &agrave; gauche */
p.clearLeft /* p[@class!="clearBoth"][@class!="clearRight"] */ {
	clear: left;
	/*
		clear: left;
		border-left: 2px dashed red;
	*/
}

/* pas d'image &agrave; cot&eacute; */
p.clearBoth /* p[@class!="clearLeft"][@class!="clearRight"] */ {
	clear: both;
	/*
		clear: both;
		border-left: 2px dashed red;
		border-right: 2px dashed red;
	*/
}

/* 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.targBlank /* a */ {
	/*
		background:transparent url(external.png) no-repeat scroll 98% center;
		padding-right:13px;
	*/
}

/* /WYMeditor */

