/*  css for sitemap  */
body {
  background: url(meauXfiles/pix/filigrane.png) white;
  color:black;
  font-family: Arial, helvetica, sans-serif;
  font-size:.9em;
  }
/* .mapsection { font-size:.9em; } */
/* .mapitem { font-size:.8em; } */

#list {
  position: relative;
  background: #fafafe url(meauXfiles/pix/clement.png) no-repeat 115% 55%;
  text-align: left;
  width: 72%;
  margin: 2em auto;
  padding: .5em 1.5em;
  border-top: solid 2px white;
  border-right: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
  border-left: solid 2px white;
  }
#logo a:link, #logo a:visited {
  display: block;
  width: 240px;
  height: 0px;
  padding-top: 58px;
  overflow: hidden;
  margin: 0 auto;
  background: url(meauXfiles/pix/meauXfilesHV.gif) no-repeat 0 0;
  }
#logo a:hover {
  background: url(meauXfiles/pix/meauXfilesHV.gif) -240px 0;
  }
#logo a:active {
  background: url(meauXfiles/pix/meauXfilesHV.gif) -480px 0;
  }

h1 {
  width:15em;
  margin-top:.5em;
  border-top: solid 2px white;
  border-right: solid 1px #dbdbdb;
  border-left: solid 2px white;
  padding: 0 .25em;
  position: absolute;
  background-color: #fafafe /* #f7f7f7 */;
  top: -1.7em;
  left: -.1em;
  font-size: 1.2em;
  font-family:courier-new, monospace;
  }

a:link {
  color:#2f5a87;
  text-decoration:none;
  }
a:visited {
  color:#549f69;
  text-decoration:none;
  }
a:hover {
  color:red;
  text-decoration:underline;
  }
a:active {
  text-decoration:none;
  }

kbd { font-size:1.1em; }
dt { padding:.3em .1em .1em; }
dd { padding:.15em; }
