div#posTexte_1 {
 padding: 10px;
}
div#posTexte_1 h1 {
 color: rgb(255, 128, 0);
 font-family: Tahoma,Arial,sans-serif;
 background:inherit;
}
div#posTexte_1 h2 {
 text-align: center;
 line-height:150%;
 text-indent:15px;
 color: #008;
 margin-bottom:40px;
 font-size:10pt;
 background:inherit;
 border:none;
}
.BlocTexte {
 text-align: justify;
 line-height:150%;
 text-indent:15px;
 color: #008;
 background:inherit;
}
/**
 * Decrire ici le style css pour un evenement !
 * mettre la propriete display:none pour cacher l'evenement 
 * mettre la prorpiete display: block pour afficher 
 */ 
div#event {
  display: block;
  margin: 15px 0px 10px 0px;
  text-align: center;
}
