body{
  text-align: center;
  background: #FDF7EC url(images/fond.png);
}

.float {
  float: left;
}

.float50 {
  float: left;
  width: 50%;
}

hr {
  clear: both;
  visibility: hidden;
}

#photos {
  width: 505px;
  margin: auto;
}

#photos img {
  float: left;
  padding: 0;
  margin: 0;
}

.double {
  width: 600px;
  margin: auto;
}

img.float1 {
  border: 1px solid white;
}
img.float2 {
  border: 1px solid white;
  border-left: none;
}
img.float3 {
  border: 1px solid white;
  border-left: none;
}
img.float4 {
  border: 1px solid white;
  border-left: none;
  border-top: none;
}
img.float5 {
  border: 1px solid white;
  border-left: none;
  border-top: none;
}

h1 {
  color: #9e0000;
  font-style: italic;
  font-size: 1.4em;
}

h2 {
  text-align: left;
  font-size: 0.9em;
  font-weight: normal;
  font-family: verdana, sans, arial, helvetica;
  padding-top: 20px;
  margin: 0;
}

address {
  background: url(images/adresse.png) no-repeat 70% 0%;
  color: white;
  padding-bottom: 10px;
}

address a {
  color: white;
  font-size: 0.85em;
  text-decoration: underline;
}

p {
  font-family: verdana, sans, arial, helvetica;
  font-size: 0.7em;
  text-decoration: none;
}

a {
    color: black;
}

