* {
  margin: 0;
}
html, body {
  background-color: #1c1e1f;
  color: #e3e1e0;
}
#iconmenu {
  display: block;
  float: right;
  min-height: 16px;
  height: 36px;
  font-size: 1.6em;
}
a.iconmenu {
  height: 80%;
  padding: 0 .2em;
  border-radius: 100%;
  background-color: #4792d0;
  border: 2px ridge #f90;
}
#banner {
  display: block;
  width: 100%;
  min-height:20px;
  height: 40px;
  margin:0;
  margin-bottom: .5em;
  padding:0;
  background-color: #0c0e0f;
  background-image: url(../pics/liguezzzer.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#content {
  max-width: 1050px;
  margin: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
}
tbody tr:nth-child(2n+1) {
  background-color: rgba(128, 128, 128, .1);
}
th,td {
  text-align: center;
}
tr:hover {
  background-color: rgba(128, 128, 128, .15);
}
td:hover {
  background-color: rgba(128, 128, 128, .05);
}
a {
  text-decoration: none;
  color: #f90;
}
a:hover, a.selected {
  border-color: #f50;
  color: #f50;
}
form.menu {
  text-align: center;
  margin-bottom: 1em;
}
form.menu select,option {
  font-weight: bold;
  font-size: 1em;
  color: #F90;
  background-color: #000;
}
nav {
  width: 100%;
  margin-bottom: 1em;
}
nav ul {
  min-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
nav li {
  min-width:120px;
  width: 25%;
  height: 5em;
  list-style: none;
}
nav a {
  border: 2px ridge #f90;
  border-radius: 25% 0;
  font-size: 1.5em;
}
nav a:hover,a.selected {
  font-size: 2em;
}
nav:after {
  content: '';
  display: block;
  clear: both;
}
h1,h2 {
  text-align: center;
}
h1,h2,h3 {
  margin: .5em 0;
}
dl dd {
  padding-left: 2em;
}
datalist {
  display: none;
}
a img {
  height: 2em;
}
.center {
  text-align: center;
}
.right {
  float:right;
  right: 0;
  text-align: right;
}
dl.infos dt {
  color: #f90;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.legend {
  font-weight: bold;
  font-style: italic;
  color: #ff9;
}
tr.green {
  background-color: rgba(0,255,0,.15);
}
