@media screen { 
  /* Texte general */
  body { 
    font-family:sans-serif;
    font-size:13px; 
    background-color:white;
    color:black;
    margin-left:11em;
    margin-right:10em;
    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%;
    border-bottom:thin solid black;
  }
  h2 { 
    width:100%;
    padding:2px;
    clear:both;
  }
  h3 { 
    width:100%;
    padding:2px;
    clear:both;
  }
  div { 
    clear:both;
  }
  pre { 
    padding:1em;
    background:silver;
    border:thin dotted black;
  }

  /* Titre */
  div#titre { 
    text-align:center;
  }

  /* Menu */
  div#menu { 
    font-family: verdana, helvetica, arial, sans-serif;
    position:fixed;
    top:.5em;
    left:.5em;
  }
  div#menu ul { 
    padding:0;
    margin:0;
    list-style-type:none;
    border-top:1px solid gray;
  }
  div#menu li { 
    padding:0;
    margin:0;
    border-bottom:1px solid gray;
  }
  div#menu li a { 
    display:block;
    margin:0px;
    padding:2px;
  }
  div#menu li a:hover { 
    background-color:silver;
  }

  /* 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;
  }
}
