body
  {
  background-color: #EAEEEE;
  font-family: verdana, sans-serif;
  color: #223333;
  font-style: italic;
  }

.commentaire
  {
  font-style: italic;
  font-size: 0.8em;
  }

a
  {
  color: #223333;
  text-decoration: none;
  border-width: 0;
  border-bottom-width: 1px;
  border-style: dashed;
  border-color: #000000;
  }

a.png
  {
  border-color: #00AAAA;
  }
a.pov
  {
  border-color: #00AA00;
  }
a.jpg
  {
  border-color: #AA0000;
  }
a.dir
  {
  border-color: #0000AA;
  }
a:hover
  {
  border-width: 0;
  }
a:visited
  {
  border-style: solid;
  }

p.unpoweredby
  {
  font-size: 75%;
  }

p.stupidcopyright
  {
  font-size:75%;
  }
p.stupidcopyright em
  {
/*  background-color: white;*/
  }

span.hidden
  {
  display: none;
  }

span#dot:after
  {
  content: ".";
  }

span#at:after
  {
  content: "@";
  }

p.sortamailaddy
  {
  font-size: 75%;
  }
/*p.sortamailaddy em
  {
  font-size: 50%;
  }*/

li
  {
  margin-bottom: 5px;
  }

ul
  {
  margin-bottom: 2ex;
  }
li.img_link a img
  {
  display: none;
  }

li.img_link a:hover img
  {
  display: block;
  position: fixed;
  right: 1ex;
  top: 1ex;
  border-style: dashed;
  border-width: 1px;
  border-color: black;
  padding:3px;
  background-color: #F5F5F5;
  }

div#gad
  {
  position: fixed;
  right: 1ex;
  bottom: 1em;
  }
