body {
  font-family: Arial, Helvetica, sans-serif; 
}

p {
  font-family: Arial, Helvetica, sans-serif; 
  text-align: justify;
}

ul {
  font-size: 80%;
}

p:first-letter {
  font-size: 130%;
  color: rgb(37,159,84);
  font-weight: bold;
  /*display: block;
  float: left;
  margin-top: 0;
  margin-bottom: 2px;
  margin-right: 2px;*/
}

img {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

strong {
  font-weight: bold;
  color: rgb(37,159,84);
}

.highlight {
  font-style: italic;
  color: rgb(37,159,84);
}

a {
  font-weight: bold;
  color: rgb(37,159,84);
  text-decoration: none;
  border-bottom: 1px dotted rgb(37,159,84);
}

a:hover {
  background-color: rgb(37,159,84);
  color: white;  
}

h1 {
  color: rgb(37,159,84);
  font-family: cursive;
  font-weight: bold;
  font-size: 14pt;
  text-shadow: 3px 3px 3px gray;
  margin: 10px;
}

h2 {
  color: #009900;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 12pt;
  margin-top: 15px;
  text-shadow: 3px 3px 3px gray;
}

h3 {
  color: #009900;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
}

table.Tarifs {
  background-color: #BB99BB;
  margin-bottom: 15px;
}

table.Tarifs caption {
  font-weight: bold;
  color: rgb(37,159,84);
}

table.Tarifs th {
  font-weight: bold;
  text-align: center;
}

table.Tarifs .Tarif {
  text-align: center;
}

