* {
  margin:0;
  padding:0;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  width:686px;
  height:509px;
  background:white url(/images/fond_resa.gif) no-repeat top left;
}

address {
  display:block;
  margin:30px 0 0 470px;
  font-style:normal;
  line-height:16px;
}

address strong {
  color:#FAB200;
}

ul {
  display:block;
  list-style:none;
  width:100%;
}

li {
  float:left;
  padding:5px 80px;
  min-height:170px;
}

.calendrier td {
  text-align:center;
  width:23px;
  height:17px;
  background-color:#D1EBD2;
}
.calendrier .booked {
  background-color:#EECCCB;
}
.calendrier .rien {
  background-color:white;
}

caption {
  color:#AF284D;
  font-size:16px;
  border-width:0 0 1px 0;
  border-style:solid;
  border-color:#AF284D;
}

tbody {
  display:table;
}

#legende {
  clear:both;
  width:100%;
  text-align:center;
}

