body {
 background: white;
 font-family: Georgia, 'Times New Roman', serif;
 font-size: 12pt;
}

nav, #evitement, #flag, aside, footer {
 display: none;
}

header h1 {
 font: bold 1.4em "Times New Roman", Times, serif;
 font-variant: small-caps;
 text-decoration:none;
 color:#000;
}

header h1 img {
  width:60px;
  height:60px;
  float:right;
  border:0;
}

#contenu {
 width: 100%;
 margin: 0;
 float: none;
 background: transparent;
}

a:link:after {
 content: " (" attr(href) ") ";
 font-size: 0.7em;
 font-family: "Courier New", Courier, monospace;
}

a:link {
 font-weight: bold;
 text-decoration: underline;
 color: #06c;
}

p {
 font-size: 12pt;
 font-family: Georgia, 'Times New Roman', serif;
}