body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
  color: #092e66;
  background-color:#ffffff;
}
h1 {
  font-size:14pt;
  text-decoration:underline;
}
.under {
  text-decoration:none;
}

#titre { text-align:center; }
#content_edito {
  background:#ffffff;
  text-align:justify;
  font-size:10pt;
  color: #092e66;
  padding-right:30px;
 /* padding:0px 10px 0px 0px  |  H D B G   */
}

.true, .false {
  font-size:12pt;
  font-weight:bold;
}

.false { 
  background:#ffffff;
  color:#ff0000;
}