body {
  background-color : #000066;
  font-family      : arial,helvetica;
  font-size        : 9px;
  color            : #0085ff;
}
a {
  color : #ffcc00;
}
table {
  color            : #0085ff;
  font-family      : arial,helvetica;
  font-size        : 9px;
}
.titre{
  font-family      : arial,helvetica;
  font-size        : 11px;
  color            : #ffcc00;
  font-weight      : bold;
}
.champ {
  color            : #ffcc00;
  font-family      : arial,helvetica;
  font-size        : 9px;
  background-color : #000066;
  text-align       : center;
  border           : 1px solid #ffcc00;
}
.champ_on {
  color            : #ffffff;
  font-family      : arial,helvetica;
  font-size        : 9px;
  background-color : #cc0000;
  text-align       : center;
  border           : 1px solid #ff0000;
}
.action_on {
  color            : #ffffff;
  font-family      : arial,helvetica;
  font-size        : 9px;
  background-color : #cc0000;
  text-align       : center;
  border           : 0px;
  width            : 35px;
}
.action_off {
  color            : #000066;
  font-family      : arial,helvetica;
  font-size        : 9px;
  background-color : #0085ff;
  text-align       : center;
  border           : 0px;
  width            : 35px;
}
.valeur {
  color            : #ffcc00;
}
.alerte {
  color            : #ff0000;
}
.image {
  border           : 1px solid #ffcc00;
}
