* {
    quotes: "« " " »";
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#haut ul {
  position: absolute;
  top: 62px;
  left: 170px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#haut li {
  display: inline;
  border: 1px solid #000;
  padding: 3px;
  font-family: Arial, sans-serif, Helvetica;
  font-size: 12px;
  margin-right: 10px;
}

#haut a { text-decoration: none; color: black; }
#haut a:hover { color: red; text-decoration: underline; }

#haut h1 { font-family: Arial, sans-serif, Helvetica; font-size: 24px;
  position: absolute; top: 20px; left: 170px; line-height: 20px;}
  