/*#xfooter {
  display: none;
}*/

div#message {
  float: left;
  clear: left;
  width: 625px;
  text-align: justify;
}

div#message h3 {
  text-align: center;
}

div#message h4 {
 color: mediumvioletred;
}

div#message p {
  /* font: font-style font-variant font-weight
           font-size/line-height font-family
           caption icon menu
           message-box small-caption status-bar;*/
  /*font: normal normal normal small;*/

  font-family: Verdana, Tahoma, Arial, Helvetica, "sans-serif";
  font-size : 11px;
  color: black;

}

div#message p#statut_entreprise {
 /* font-size: small; */
}

div#message p.mise_en_valeur {
  font-weight: bold;
}

div#message p.centrage {
  text-align: center
}

div#message ul li {
font-family: Verdana, Tahoma, Arial, Helvetica, "sans-serif";
  font-size : 11px;
  color: black;
  margin-bottom:3px;

}

div#message img.haut {
  width: 30px;
  vertical-align: middle;
  border: 0px;
}


