body {
  background: #404040 url('/Images/bggrey.png') repeat-x fixed;
  background-size: 30px;
  font-family: Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #408284;
}

a:hover {
  text-decoration: underline;
}

h1.classic {
  font-size: 50px;
  margin: 10px;
}

div.cadre {
  background-color: #D9C64E;
  color: black;
  padding: 5px 20px;
  width: 70%;
  border-color: #707070;
  border-style: ridge;
  border-radius: 10px;
}

/***************** MENU *****************/
#menuul {
  list-style-type: none;
  margin: auto;
  width: 98%;
  padding: 10px 10px;
  overflow: hidden;
  background-color: #333;
}
#menuli {
  float: left;
}
#menulia{
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
#menulia:hover {
  background-color: #111;
}
.active {
  background-color: #4A9B9E;
}
#menudiv {
  width: 98%;
  margin: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/****************************************/
