body {
  background-image : url(../img/fond2.gif);
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 30px;
}

h1 {
  text-align: right;
}

td.description {
  font-size: 11pt;
}

td.details {
  font-size: 10pt;
}

td.titre_activ {
  color: #fff;
  background: #0072bb;
  font-weight: bold;
  width: 100%;
}

td.titre_activ2 {
  color: #fff;
  background: #0072bb;
  font-weight: bold;
}

td.equipement {
  color: #fff;
  background: #0072BB;
  font-size: smaller;
  text-align: center;
  width: 20%;
}

td.prix {
  font-size: larger;
  width: 20%;
  text-align: center;
}

.rdv {
  color: #0072BB;
  font-weight: bold;
  text-align: center;
}

table.activ {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
}

.open {
  font-size: smaller;
  margin: 0 3cm 0 3cm;
}

tr.pair {
  font-size: 10pt;
  background: #ACC4E6;
}

tr.impair {
  font-size: 10pt;
  background: #FED4B0;
}

.center {
  text-align: center;
}

img {
  border: 0;
}

