.mceContentBody {
	font-size: 1.091em;
	font-family: Arial, Helvetica, sans-serif;
}
.mceContentBody h1 {
	font-weight: bold;
	font-size: 1.65em;
	font-style: italic;
	margin: .2em 0 .55em;
} 
.mceContentBody h2 { 
	font-weight: bold;
	font-size: 1.55em;
	margin: .2em .4em .5em;
}
.mceContentBody h3 {
	font-weight: bold;
	font-size: 1.45em;
        padding-bottom: 3px;
	margin: .2em .6em .45em;
}
.mceContentBody h4 {
	font-weight: bold;
	font-size: 1.38em;
	margin: .2em .8em .4em;
}
.mceContentBody h5 {
	font-weight: bold;
	font-style: italic;
	font-size: 1.3em;
	margin: .2em 1em .35em;
}
.mceContentBody h6 {
	font-weight: bold;
	font-size: 1.2em;
	margin: .2em 1.2em .3em;
}
.mceContentBody h7 {
	font-weight: bold;
	font-size: 1.1em;
	margin: .2em 1.4em .25em;
}
.mceContentBody p {
}
.mceContentBody em, .mceContentBody i {
	font-style: italic;
}
.mceContentBody b, .mceContentBody strong {
	font-weight: bold;
}
.mceContentBody ul, .mceContentBody ol, .mceContentBody blockquote {
	padding-left: 3.5em;
}
.mceContentBody ul li {
	list-style-type: disc;
}
.mceContentBody ol li {
	list-style-type: decimal;
}
.mceContentBody a {
	color: #FF9900;
    text-decoration: none;
}
.mceContentBody a:hover {
	text-decoration: underline;
}
.mceContentBody table {
	font-size: 1em;
	font-family: inherit;
}
.mceContentBody input, .mceContentBody select, .mceContentBody textarea {
	border: 1px solid black;
	font-size: 1em;
	padding: 2px;
	margin: 2px;
}
.mceContentBody textarea {
	font-family: inherit;
}

.cellule_espace {
	padding: 5px;
}

.gras_vert_clair {
	color:#C9C816;
	font-weight:700;
}

.gras_bleu_clair {
	color:#0088C6;
	font-weight:700;
}

.gras_blanc {
	color:#FFF;
	font-weight:700;
}

.gras_noir {
	color:#000;
	font-weight:700;
}