.draggable{
  position: fixed;
  top: 110px;
  width: 100%;
  height: 30px;
  -webkit-box-shadow: 0 2px 2px #cdcdcd;
  -moz-box-shadow: 0 2px 2px #cdcdcd;
  box-shadow: 0 2px 2px #cdcdcd;
}

.draggable a {
  font-size: 12px;
  color: #767676;
  text-decoration: none;
  text-align: center;
  margin-right: 40px;
}

.submenus{
  position: fixed;
  top: 110px;
  left: 10%;
  right: 10%;
  height: 30px;
  overflow: hidden;
  display: inline-block;  
  white-space: nowrap;
}

.draggable a:hover{
  color: black;
  font-weight: bold;
}

.left-fleche{
  position: fixed;
  top: 110px;
  left: 4%;
  text-align: center;
  cursor: pointer;
}

.right-fleche{
  position: fixed;
  top: 110px;
  right: 4%;
  text-align: center;
  cursor: pointer;
}

.draggable img{
  width: 14px;
}