#etat_facturation {
  margin: 1em 0;
  padding: 1em 0;
  border: solid #cccccc;
  border-width: 1px 0;
}

#etat_facturation img {
  float: right;
  margin-left: 1em;
}

#etat_facturation .progress_out {
  position: relative;
  width: 600px;
  height: 30px;
  border: 1px solid #dddddd;
  margin: 1em auto 0 auto;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  z-index: 0;
}

#etat_facturation .progress_in {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #c5e4fe;
  z-index: -1;
}
