#breadcrumbs,
#navigation,
div.kotekan_panoramics,
#sidebar,
#footer,
object {
  display: none;
  }
body {
  border: none;
  color: #000;
  font-family: Georgia, serif;
  font-size: 10pt;
  margin: 0 5%;
  padding: 0;
  width: auto;
  }
#header {
  text-align: center;
  text-transform: uppercase;
  }
#header h1 a {
  color: inherit;
  text-decoration: none;
  }
#header h1 a:after {
  content: " (" attr(href) ") ";
  display: block;
  font-family: sans-serif;
  font-size: 11pt;
  font-weight: normal;
  text-transform: lowercase;
  }
#content .accroche {
  font-size: 1.2em;
  font-style: italic;
  }
#content a {
  color: inherit;
  text-decoration: none;
  }
#content a[href^="http://"]:after {
  content: " (" attr(href) ") ";
  font-family: sans-serif;
  font-size: 90%;
  } 
#content img.alignleft {
  float: left;
  margin-right: 1em;
  }
#content img.alignright {
  float: right;
  margin-left: 1em;
  }
a.anchor {
  display: none;
  }
#content p.image a:after {
  content: none;
  }