div#indicator
{
  width: 100px;
  height: 40px;
  z-index: 500;
  margin-left: 40%;
  background: url(/images/indicator2.gif) no-repeat 0 0;
}

.indicator
{
  width: 16px;
  height: 16px;
  background: url(/images/indicator2.gif) no-repeat 0 0;
}

div.box_active{
  background-color: #1D64AD;
}

div.box_inactive{
  float: left;
  width: 99%;
  border:  1px dotted black;
  height:  55px;
  margin: 5px 5px 5px 0;
  padding: 5px;  
}

div.box_reserved{
  float: left;
  width: 99%;
  height:  55px;
  background-color:  #DDD; 
  border:  1px solid black;
  color: #000;
  margin: 5px 5px 5px 0;
  padding: 5px;
}

  div.box_reserved a{
    text-decoration: none;
    color: #000;
  }

.form_error
{
  color: #C91226;
}

.CASSEAUX
{
  display: none;
}
