#header {
  position: fixed;
  background-color: #4E9CB5;
  width: 100%;
  z-index: 1005;
}

.headerNav {
    display: none;
    position: fixed;
    right: 5px;
    top:5px;
    background-image: url( "../images/icone/menu.png" );
    background-repeat: no-repeat;
    z-index: 10000;
    width: 57px;
    height: 50px;
}

#headerLogo {
  color: white;
  font-size: 40px;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  z-index: 6;
}

.headerMenu {
  font-size: 20px;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  z-index: 6;
  float: right;
}

#toc {
position: fixed;
top: 5px;
right: 5px;
}

#toc a {
  font-size: 20px;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  z-index: 6;
  float: left;
  list-style-type: none;
  padding-right:40px;
  padding-top:15px;
  vertical-align:middle;  
}

@media (max-width: 700px) {
#toc {
  display: none;
}
.headerNav {
  display: block;
}
}