
/******************************************************************************/
/* Navigation, pagination et bouton fermer */

#fermer_labo {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: auto;
  line-height: normal;
  padding: 20px 20px 25px;
  position: absolute;
  right: 20px;
  top: 0;
  width: auto;


  z-index: 2;
}
#navigation_labo {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  height: 16px;
  left: 0;
  margin: 0 0 25px 0;
  padding: 0;
  position: relative;
  text-align: right;
  width: 100%;
}
#navigation_labo a {
  background: none repeat scroll 0 0 transparent;
  color: #FFFFFF;
  display: inline;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}

/******************************************************************************/
/* Conteneur */

#container {
  position: fixed;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  z-index: 0;
}

/******************************************************************************/
/* Logo Quinze Mille */

@font-face {
  font-family: 'volterraregular';
  src: url('volterra.eot');
  src: url('volterra.eot?#iefix') format('embedded-opentype'),
    url('volterra.woff') format('woff'),
    url('volterra.ttf') format('truetype'),
    url('volterra.svg#volterraregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

header.quinzemille {
  position: fixed;
  left: 0;
  top: 0;

  width: 100%;

  color: #FFFFFF;
  font-family: 'volterraregular';
  font-size: 5em;
  line-height: 1.2em;
  text-align: center;

  padding: 0 25px 25px 25px;
  background: #000;

  z-index: 1;
}
