/* =========== */
/* = GENERAL = */
/* =========== */

html body{
  height:100%;
}
*{
  margin:0;
  padding:0;
}
body{
  background-color:#fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:14px;
  color:#333;
  overflow-y:hidden;
}

/* ============== */
/* = NAVIGATION = */
/* ============== */
#navigation{
  width:100%;
  height:60px;
  background-color:transparent;
  position:fixed;
  top:48px;
  z-index:500;
}
#navigation ul{
  position:absolute;
  top:0;
  right:24px;
  list-style-type:none;
}
#navigation ul li{
  display:inline;
}
#navigation ul li a{
  text-decoration: none;
  color:#333;
  background-color:#fff;
  font-size:1.25em;
  line-height:100%;
  font-weight: normal;
  padding:5px 10px 1px 10px;
  display:block;
  float:left;
}
#navigation ul li a:hover{
  background-color:#f9f9f9;
}
#navigation ul li.active a{
  background-color:#eee;
}
#navigation .titre{
  margin:0 24px 0 24px;
  padding:5px 10px;
  float:left;
  background-color:#fff;
}
#navigation .titre h1,
#navigation .titre h2{
  text-align: right;
  margin:0;
  font-weight: normal;
  text-transform:uppercase;
}
#navigation .titre h1{
  font-size:2.5em;
  line-height:85%;
}
#navigation .titre h2{
  font-size:1em;
}
#navigation .galerie{
  border-right:1px solid #ddd;
}
#navigation .contact{
  font-size:12px;
  padding:5px;
  display:block;
}

/* ============= */
/* = CONTAINER = */
/* ============= */

#container{
  position:absolute;
  left:0;
  bottom:48px;
}
#container img{
  display:block;
  border:0;
  float:left;
}

/* ========== */
/* = FOOTER = */
/* ========== */

.ndxhbt{
  position:absolute;
  bottom:-32px;
  right:24px;
  font-size:0.8em;
  color:#999;
  background-color:#fff;
  padding:5px 10px;
}
.ndxhbt a{
  color:#999;
}

.flckr{
  position:absolute;
  bottom:-32px;
  left:24px;
  font-size:0.8em;
  color:#999;
  background-color:#fff;
  padding:5px 10px;
}
.flckr a{
  color:#999;
}