#menu-gauche, #menu-gauche-actu {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #686869;
    padding: 0;
    list-style-type: none;
    padding: 10px;
    width: 200px;
    margin-left: 10px;
    font-family: "Roboto-Regular";
}

#menu-gauche li {
  margin-bottom: 6px;
}

#menu-gauche li:last-of-type {
  margin-bottom: 0;
}

#menu-gauche a, #menu-gauche-actu a {
  text-decoration : none;
  color: #4b4b4b;
  font-size: 1em;
}

#menu-gauche a:hover, #menu-gauche-actu a:hover {
  transition: .5s all;
  text-decoration: underline;
}

#menu-gauche .element-courant, #menu-gauche-actu .actu-courant {
  font-family: "Roboto-Bold";
  color: #4b4b4b;
}

#menu-gauche .troisieme-niveau {
  list-style-type: none;
  padding-left: 10px;
  font-size: 0.85em;
}

#menu-gauche .troisieme-niveau li{
  margin-bottom: 0;
}
