#zone_content{
  overflow:hidden;
}
#zone_rendu{
 height:100px;
 text-align:center;
 color:#BBE;
}
#zone_content .compteur h2{
  margin:0 0 0.5em -2em;
  text-align:left;
}
.chiffre{
  margin:0;
  background:url(../images/chiffre.png);
  float:left;
}
.compteur{
  margin:auto;
  margin-top:1em;
  width:212px;
  height:130px;
  text-align:center;
}
.compteur input{
  font-size:1em;
  width:6em;
  margin-top:0.5em;
  border:1px;
  border-style:solid;
  border-color:#888 #E0E0E0 #E0E0E0 #888;
  text-align:center;
  clear:left;
}
.monnaie{
  border:1px solid #e0e0e0;
  border-color:#E0E0E0 #888 #888 #E0E0E0;
}
.check{
  border:1px solid #e0e0e0;
  border-color:#E0E0E0 #888 #888 #E0E0E0;
}
label{
  display:inline-block;
  line-height:2em;
}
label.actif{
  color:#000;
}
label.inactif{
  font-style:italic;
  color:#A0A0A0;
}