* {
  font-family: 'Helvetica', sans-serif;
}
body {
  background-color: PowderBlue;
  margin: 0;
}
h1 {
  color: DarkGoldenRod;
  text-align: center;
}
h2 {
  color: DarkGoldenRod;
}
hr.bandeau {
  color: DarkGoldenRod;
  border-style: solid;
}
div.entete {
  background-color: LightBlue;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
}
div.entete img {
  border: 1px solid black;
  margin-right: 1em;
}
div.corps {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
div.pieddepage {
  background-color: LightBlue;
  margin-left: auto;
  margin-right: auto;
}
div.retour {
  text-align: right;
}
a:link, a:visited {
  color: black;
  text-decoration: none;
}
a:hover, a:active {
  color: black;
  text-decoration: underline;
}
div.texte {
  text-align: justify;
}
span.titre_zone {
  font-weight: bold;
}
img.site {
  border: 1px solid black;
  max-height: 600px;
  max-width: 100%;
  vertical-align:top;
}
table.photos {
  width: 100%;
}
table.photos td {
  width: 33%;
}
table.photos img {
  border: 1px solid black;
  max-height: 200px;
  max-width: 100%;
}