 
/* Beau tableau */
.trois_colonnes{ margin-right: auto; margin-left: auto; margin-top:0px; width:300px; height: 100px; border-style:none; border-color:blue; text-align:center;}

.cinq_colonnes{ display: flex; margin-right: auto; margin-left: auto; margin-top:0px; width:400px; height: 100px; border-style:none; border-color:blue; text-align:center;}

.titre_date_numero_tableau{font-size:12pt; width:100px; height:100px;    line-height:100px; border-style:none; border-color:red; float:left;}

.cadre_tableau{ width:100px; height:100px;  border-style:none;  border-color:green; float:left;}

.image_tableau{width:px; height:px; margin:25px; padding:25px; background-color:#777777; border:none;}

.paragraphe_centre{ vertical-align:middle; display:inline-block; line-height:1.2;}

/* Fin Beau tableau */

