body { background-color:white; color:#EAE66B; font-family:verdana, arial;

}

a { color: green; font-weight:bold; text-decoration:none; }
a:hover { color: #994444; }

a.entrer { color: yellow;  text-decoration:none; font-weight:bold; }
a.entrer:hover { color: #FFBB00; }

p { padding-bottom:10px; }

hr { color:white; width:980px; background-color:white; height:1px; padding:0; margin:2px; border:none; }

img { border:none; }

div.all { border:none;
  position:absolute;
  left: 50%;
  margin-left: -490px; /* moitié de la largeur de l'image */
  /* Hack CC pour IE MAC \*/
  top: 50%;
  margin-top: 300px; /* moitié de la hauteur de l'image */
  /* fin hack CSS pour IE MAC */
}