body {
  background-color: #d8d8d8;
}

img {
  vertical-align: middle;
  border: none;
}

table {
  width: 80%;
}

/* Marche plus tout seul !?!? */
th {
  text-align: center;
}

.done {
  text-decoration:line-through;
}

#page {
  width: 800px;
  margin: 0px auto;
  background-color: #ffffff;
  text-align: center;
}

#image {

}

#name {
  width: 569px;
  padding-top: 30px;
  height: 204px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: bold;
  font-variant: small-caps;
  font-style: italic;
  background: url(../img/image.png);
}

#menu {
  padding: 20px 0px 30px 0px;
}

#menu a {
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #d8d8d8;
  padding: 5px;
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-variant: small-caps;
}

#menu a:hover {
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #a0a0f9;
}

#content {
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 18pt;
  font-size: 12pt;
}

#content h2 {
  margin-left: -20px;
}

#content p {
  text-indent: 32pt;
  text-align: justify;
}

#content img.right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

#content pre {
  font-size: 11pt;
  border: 1px solid #ccc;
  padding: 4px 8px 4px 8px;
  margin: 0px 8px 0px 8px;
}

#botlinks {
  text-align: center;
  padding: 30px 0px 0px 0px;
}
#botlinks table {
  border-collapse: collapse;
  border: none;
  margin: auto;
  padding: 0px;
  width: auto;
}
#botlinks td {
  margin: 0px;
  padding: 0px;
}
#botlinks a {
  display: block;
  margin-right: 10px;
  overflow: hidden;
  height: 0px;
}
#botlinks a#sf {
  width: 88px;
  padding-top: 31px;
  background: url(http://sourceforge.net/sflogo.php?group_id=198781&type=1);
}
#botlinks a#donations {
  width: 88px;
  padding-top: 32px;
  background: url(../img/project-support.jpg) top;
}
#botlinks a#donations:hover {
  background: url(../img/project-support.jpg) 0px 32px;
}
#botlinks a#lynx {
  width: 107px;
  padding-top: 34px;
  background: url(../img/lynx_friendly.png) top;
}
#botlinks a#lynx:hover {
  background: url(../img/lynx_friendly.png) 0px 34px;
}
#botlinks a#xhtml {
  width: 88px;
  padding-top: 31px;
  background: url(../img/xhtml.png) top;
}
#botlinks a#xhtml:hover {
  background: url(../img/xhtml.png) 0px 31px;
}
#botlinks a#java {
  width: 74px;
  padding-top: 32px;
  background: url(../img/java_powered.png) top;
}
#botlinks a#java:hover {
  background: url(../img/java_powered.png) 0px 32px;
}


