html, body {
  padding: 0px 0px 0px 0px;
  background : rgb(25,70,111);
}

/*  repeat-x 0 100% url(why_did_i_come_footer.jpg);
  background-attachment: fixed;
  */


h1 {
  font-size: 15pt;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  padding: 0px 0px 0px 0px;
}

h2 {
  color: white;
  font-size: 13pt
}

p {
  margin-left: 0px;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  padding: 0px 0px 0px 0px;
}

a:visited {
  color: rgb(102,204,204)
}

a:link {
  color: rgb(102,102,204)
}

/*a:hover, a:focus, a:active {
      color: #0373A1;
}*/

a:hover {
    color: #fff;
    background: #376fa3 url(curseur.gif) repeat-y left; /* Bling Bling No Flash */
}

/*
#menu_table p {
  border: 1px solid rgb(20,60,100);
  padding-right: 2px;
  padding-left: 2px;
  background : rgb(25,70,111) repeat-y 100% 0;
}

#footer {
  clear: both;
  position: relative;
  height: 27px;
  margin-top: -27px;
  margin-bottom: 27px;
  z-index: 15;
}*/

