/* Styles pour écran $Id$ */

body {
  background-color: white;
  background-image: url('images/fond.jpg');
  color: black;
  font-family: "Trebuchet MS",Helvetica,sans-serif;
  font-size: 10pt;
  font-weight: normal;
  padding: 0 1em 0 1em;
  margin: 0;
}

a {
  font-weight: bold;
  color: black;
  background-color: inherit;
  font-style: normal;
  text-decoration: none;
}

a:hover {
    text-decoration: inherit;
    color: #AA0000;
    background-color: inherit;
}

a img {
  border: none;
}

h1 {
  font-size: 200%;
  text-align: center;
}

h2 {
  font-size: 175%;
  text-align: center;
}

h3 {
  font-size: 175%;
  text-align: left;
  clear:both;
}

p.retrait {
  margin-left: 3em;
}

img {
  border: none;
  padding: 0 5px 0 5px;
}

img#phototb {
  float: left;
  padding: 10px;
}

img.nav {
  float: left;
  margin: 2px;
  padding: 0;
  border: thin solid black;
}

img.sep {
  margin-top: 5px;
  margin-bottom: 5px;
}

img.imgd {
  float:right;
  padding: 0 0 0 10px;
  margin: 0.5em 0 0.5em 0;
}

img.imgg {
  float: left;
  padding: 0 10px 0 0;
  margin: 0.5em 0 0.5em 0;
}

address {
  font-size: 50%;
  font-style: italic;
  padding-top: 3em;
  clear: both;
}

table.tarifs {
  border: 3px double black;
  background-color: #eee;
  color: black;
  margin-left: auto;
  margin-right: auto;
  width: 80%
}

table.tarifs tr.pair {
  background-color: #d8d8d8;
  color: black;
}

table.tarifs th {
  border-bottom: 2px solid black;
  width: 17%;
  margin: 0 1px 0 1px;
  padding: 0 2px 0 2px;
  font-weight: bold;
  text-align: center;
}

table.tarifs th.gauche {
  border-right: 2px solid black;
  border-bottom: none;
  width: 17%;
  margin: 0 1px 0 1px;
  padding: 0 2px 0 2px;
  font-weight: bold;
  text-align: center;
}

table.tarifs td {
  font-weight: normal;
  text-align: center;
}



