body
{ 
   background-color: none;
   cursor:url("auxerre.cur");
}

a:active /* Quand le visiteur clique sur le lien */
{
   background-color: none;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: none;
   color: #b9832d;
}
a /* Lien normal */
{
   font-size: 13px;
   list-style-type: none;
   text-decoration: none;
   color: #d0bfab;
   font-style: "comic sans ms";
   font-family:  "Verdana","Arial Black", "Times New Roman", Times, serif;
   cursor:hand;height:1px;behavior:url(hilight.htc);filter:progid:dximagetransform.microsoft.zigzag(GridSizeX=5, GridSizeY=5)(duration=1)
}

