/* 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; */
}

/* Bouton en savoir plus */
.bouton_savoir_plus /* p */{
text-align:right;
/* text-align:right; */
}

/* Paragraphe en gras */
.paragraphe_en_gras /* p */{
font-weight:bold;
margin-left:250px;
/* font-weight:bold; */
}

/* Paragraphe en italic */
.paragraphe_en_italic /* p */{
font-style:italic;
color:#223831;
text-align:center;
/* font-style:italic;
color:#223831; 
text-align:center; */
}

/* Texte avec photo */
.texte_avec_photo /* p,h2,h3,h4 */{
margin-left:320px;
/* margin-left:240px; */
}

/* Case Entete */
.case_entete /* td */{
background:white;
text-transform:uppercase;
color:#223831;
padding:8px 8px 8px 8px;
font-weight:bold;
/* background:white;
text-transform:uppercase;
color:#223831;
font-weight:bold;
padding:8px 8px 8px 8px; */
}

/* Case Invisible */
.case_invisible /* td */{
border:none;
/* border:none; */
}

/* Case Titre */
.case_titre /* td */{
background:#223831;
font-weight:bold;
margin-top:10px;
width:32%;
padding-top:8px;
padding-bottom:8px;
/*
background:#223831;
font-weight:bold;
color:white;
padding-top:8px;
padding-bottom:8px; */
}

/* Case Sous Titre */
.case_sous_titre /* td */{
border:1px solid #2C473E;
background:#2c473e;
/* border:1px solid #2C473E;
background:#2c473e;
color:white; */
}


td{
width:17%;
text-align:center;
/* width:18%;
text-align:center; */
}

/* /WYMeditor */


