/* WYMeditor */

/* Nettoyer */
.nettoyer /* * */{
clear:both;
/* clear:both; */
}

/* Centrer */
.centrer,#contenu .centrer /* * */{
text-align:center;
vertical-align:middle;
/* text-align:center;
vertical-align:middle; */
}

/* Bouton */
.bouton /* a */{
font-weight:bold;
text-decoration:underline;
background:transparent url(images/bouton_puce.png) center left no-repeat;
padding-left:12px;
color:#0F75BC;
/*font-weight:bold;
text-decoration:underline;
background:transparent url(images/bouton_puce.png) center left no-repeat;
padding-left:12px;
color:#0F75BC; */
}

/* Bouton remonter */
.bouton_remonter /* a */{
font-weight:bold;
text-decoration:underline;
background:transparent url(images/bouton_remonter_puce.png) center left no-repeat;
padding-left:12px;
color:#0F75BC;
/*font-weight:bold;
text-decoration:underline;
background:transparent url(images/bouton_remonter_puce.png) center left no-repeat;
padding-left:12px;
color:#0F75BC; */
}

/* Entete tableau */
.entete_tableau /* td */{
background-color:#0F75BC;
color:white;
font-weight:bold;
text-align:center;
/*background-color:#0F75BC;
color:white;
font-weight:bold;
text-align:center;*/
}

/* Case Bleu */
.case_bleu /* td */{
background-color:#E0E9EF;
/*background-color:#E0E9EF;*/
}

/* Case Grise */
.case_grise /* td */{
background-color:#CFCFCF;
/*background-color:#CFCFCF;*/
}

/* Case 1/3 */
.case_33 /* td */{
width:32%;
/*width:32%;*/
}

/* Case 1/2 */
.case_50 /* td */{
width:50%;
/*width:50%;*/
}

/* Case Photo */
.photo /* td */{
width:150px;
/*width:150px; */
}

/* Texte avec photo */
.texte_avec_photo /* p,h2,h3,h4,ul */{
margin-left:270px;
/*margin-left:270px;*/
}

/* Signe tableau */
.signe_tableau /* strong,b */{
font-size:135%;
padding-left:3px;
padding-right:3px;
/*font-size:135%;
padding-left:3px;
padding-right:3px;*/
}

/* /WYMeditor */

.case_bleu .bouton{
background:transparent url(images/bouton_bleu_ciel_puce.png) center left no-repeat;
}
