HR.separation {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000000;
  border: 1px solid blue;
  margin-left: 2%;
  margin-right: 2%;
}
.warning {
  color: red;
}
.color-success {
  color: lime;
}
.bgwarning {
  background-color: orange;
}
.rowViolet {
  background-color: #d3d1ec;
}
.strong {
  font-weight: bold;
}
UL.puce {
  margin-left: 2em;
  margin-bottom: 2em;
}
UL.puce LI {
  background-image: url(images/puce.jpg);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 1.5em;
}
UL.nopuce {
  margin-left: 2em;
  margin-bottom: 2em;
}
UL.nopuce LI {
  padding-left: 0em;
}
.actif {
  color: green;
}
.suspend {
  font-weight: bold;
  color: red;
}
TABLE.datas {
  margin: auto;
  width: 98%;
  text-align: left;
}
TABLE.datas TR.invalide {
  background-color: orange;
}

