body{
  background: #a7a7a7 url("images/fond.jpg") no-repeat top center;
  width: 900px;
  margin: auto;
  text-align: center;
  font-family: georgia;
}

.haut{
  text-align: left;
  margin-top: 10px;
  height: 120px;
}

.haut img{
  border: none;
}

.menu{
  width: 250px;
  float: right;
  text-align: left;
  margin-top: 230px;
  font-weight: bold;
  font-size: 14px;
}

.menu a{
  color: black;
  text-decoration: none;
}

.menu a:hover{
  color: #a7a7a7;
  font-style: italic;
}

.menu li{
  font-size: 12px;
  list-style: none;
  text-indent: 20px;
}

.contenu{
  width: 580px;
  height: 540px;
  text-align: justify;
  margin-left: 20px;
  margin-top: 20px;
  overflow: auto;
  font-size: 12px;
}
.contenu h1{
  text-align: center;
  font-size: 18px;
}
.contenu h2{
  font-size: 16px;
  font-weight: normal;
}
.contenu p{
  font-size: 14px;
}
.contenu p.signature{
  text-align: right;
}

.contenugalerie{
  width: 580px;
  height: 540px;
  text-align: justify;
  margin-left: 20px;
  margin-top: 20px;
  overflow: auto;
}
.contenugalerie h1{
  text-align: center;
  font-size: 18px;
}
.contenugalerie p{
  font-size: 13px;
  font-family: times;
  color: #a7a7a7;
  font-weight: bold;
}
.contenugalerie a{
  color: #a7a7a7;;
  text-decoration: none;
  font-weight: normal;
}
.contenugalerie a img{
  border: 1px solid black;
  margin: 3px;
}

.contenusites{
  width: 580px;
  height: 540px;
  text-align: justify;
  margin-left: 20px;
  margin-top: 20px;
  font-size: 12px;
  overflow: auto;
}
.contenusites h1{
  text-align: center;
  font-size: 18px;
}
.contenusites h2{
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dotted;
}
.contenusites h3{
  font-size: 12px;
  font-weight: normal;
}
.contenusites a img{
  float: left;
  border: 1px solid black;
  margin-right: 10px;
}
.contenusites p.liens{
  font-size: 13px;
  font-family: times;
  color: #a7a7a7;
  font-weight: bold;
}
.contenusites a{
  color: #a7a7a7;;
  text-decoration: none;
  font-weight: normal;
}

.bas{
  font-size: 11px;
}