/* WYMeditor */

/* Nettoyer */
.nettoyer /* p,h2,h3,h4,li */{
clear:both;
/* clear:both; */
}

/* Centrer */
.centrer /* p,h2,h3,h4,li,td */{
text-align:center;
/* text-align:center; */
}

/* Important */
.important /* span,strong,p,h2,h3,h4,li,td */{
font-weight:bold;
color:#D62833;
/* font-weight:bold;
color:#D62833; */
}

/* Case Entete */
.case_entete /* td */{
background:#CFCFCF;
font-weight:bold;
padding-top:12px;
padding-bottom:12px;
border:1px solid #9F9F9F;
/* background:#CFCFCF;
font-weight:bold;
padding-top:12px;
padding-bottom:12px; */
}

/* /WYMeditor */

/* Important */
body .page .contenu .important {
font-weight:bold;
color:#D62833;
}




