@charset "utf-8";
/*********************
* Global
*********************/



body {
  margin: 0;
  padding: 0;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.8em;
  background-image: url(../img/bg.png);
  background-repeat: repeat;
  padding-bottom: 20px;
}



header {

  background-image: url(../img/bg-header.png);
  background-repeat: repeat;
}


header h1 {
  background-image: url(../img/logo-50.png);
  background-repeat: no-repeat;
  background-position: 20px;
  background-size: 41px 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  padding-left: 80px;
  font-weight: normal;

}

header a {

  text-decoration: none;
  color: white;
}

.agrandir {
  color: white;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
margin-bottom: 5px;
}


.galerie{
  /*    margin-top: 10px;*/
  text-align: center; 
  font-size: 0;
  line-height: 0;
}


.galerie a {
  font-size: 0;
  line-height: 0;
}

.galerie img {
  font-size: 0;
  line-height: 0;
  margin: 5px;
}
