/* Mise à jour 26/05/2020 11:38:14 */
h1 {text-align: center;}
nav#menu {
  text-align: center;
  padding:0.5em;
}
button.menuEntry {
  border:1px solid gray;
  background: transparent;
  width:8em;
  padding:0.5em;
  margin:0.25em 0.5em;
  border-radius:0.5em;
  cursor:pointer;
}
button.menuEntry.active {
  background: yellow;
  color:darkred;
  font-weight:bold;
}
#editFrame {
  display: none;
}
#editFrame.active {
  position:absolute;
  top:2vh;
  left:1vw;
  width:98vw;
  height:98vh;
  background: white;
  border-radius: 0.5vw;
  border:1px solid gray;
  z-index:100;
  display:block;
}