@media screen { 
  /* Texte general */
  body { 
    font-family:sans-serif;
    font-size:13px; 
    background-color:white;
    color:black;
    margin-left:2em;
    margin-right:2em;
    text-align:left;
  }
  a:link, a:active, a:visited {
    text-decoration:none;
    color:blue;
  }
  a:hover {
    text-decoration:none;
    background-color:silver; 
    color:blue;
  }
  a.aname { 
    text-decoration:none;
    background-color:white;
    color:black;
  }
  h1 { 
    text-align:center;
    width:75%;
    margin-left:12%;
    margin-right:13%;
    margin-top:2em;
  }
  h2 { 
    width:100%;
    padding:2px;
    clear:both;
    background:navy;
    color:white;
    text-align:center;
  }
  h3 { 
    width:100%;
    padding:2px;
    clear:both;
    border-bottom:thin dotted black;
  }
  div { 
    clear:both;
  }
  pre { 
    padding:1em;
    background:silver;
    border:thin dotted black;
  }

  /* Tableaux */
  table.table { 
    margin-left:0%;
    width:100%;
    border:thin solid black;
    padding:0;
  }
  table.table tr { 
    background:silver;
    border:thin solid black;
  }
  table.table th {
    text-align:center;
    padding:5px;
    background-color:silver;
  }
  table.table td {
    padding-left:5px;
  }

  /* Menu */
  #menu { 
    text-align: center;
    position:fixed;
    top:0em;
    background:white;
    right:1em;
    left:1em;
  }
  #menu ul {
    padding: 3px 0;
    margin-left: 0;
    border-bottom: 1px solid black;
    font: bold 12px sans-serif;
    padding: 3px 1% 3px 0;
  }
  #menu ul li {
    display: inline;
    list-style: none;
    margin: 0;
  }
  #menu ul li a {
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid black;
    border-bottom: none;
    background: silver;
    text-decoration: none;
  }
  #menu ul li a:link { color: black; }
  #menu ul li a:visited { color: black; }
  #menu ul li a:hover {
    color: black;
    background: white;
    border-color: black;
    border-bottom: 1px solid white;
  }

  /* Titre */
  div#titre { 
    text-align:center;
  }
  
  /* Attention */
  .attention { 
    font-weight:bold;
    color:red;
    text-align:center;
  }

  /* Liste des candidats */
  table.liste { 
    float:left;
    margin:0 .25em 1em .25em;
  }
  table.liste td { 
    padding:.2em;
  }
  table.liste th { 
    text-align:center;
    padding:.2em;
    background:silver;
  }

  /* Elus */
  .elu { 
    font-weight: bold;
    background: yellow;
  }

  /* Le footer */
  div#footer { 
    color:black;
    text-align:right;
    font-size:.75em;
    font-style:italic;
    margin-top:1em;
    border-top:thin dotted silver;
  }
}
