/* Création 24/06/2008. */
/* Dernière modification 20/06/2010. */
A:link
 {
  color: white;
 }
A:visited
 {
  color: white;
 }
A:active
 {
  color: white;
 }
A:hover
 {
  background-color: white;
  color: black;
 }
BODY
 {
  background-color: #0f0f19;
  background-image: none;
  background-repeat: no-repeat;
  color: white;
  margin: 0px;
 }
DIV.illumine:hover
 {
  font-weight: bold;
  background-color: #3c3c64;
 }
