a:link { 
cursor:url("souris.ani") ;
font-size : 9px ;
font-family : verdana ;
color : white ;
text-decoration : none ;
}
a:visited { 
cursor:url("souris.ani") ;
font-size : 9px ;
font-family : verdana ;
color : orange ;
text-decoration : none ;
}
a:hover { 
cursor:url("souris.ani") ;
font-size : 9px ;
font-family : verdana ;
color : blue;
text-decoration : none ;
}

BODY
{
    color : black ;
    font-size : 9px ;
    font-family : verdana ;
    cursor:url("souris.ani") ;
    scrollbar-face-color: white;
    scrollbar-shadow-color: black ;
    scrollbar-highlight-color:  black;
    scrollbar-3dlight-color:  black ;
    scrollbar-darkshadow-color:  black ;
    scrollbar-track-color: white;
    scrollbar-arrow-color: black ;
    background-repeat: no-repeat;
}


td {
font-size : 9px ;
font-family : verdana ;
color : black ;
}


.back {  background-image : url(images/petit.jpg) ;  background-repeat: no-repeat; padding-left: 5px; }

.td {
border: 1px solid #193D76;
}