/* style appoingny */

/* <LINK REL=STYLESHEET HREF="style.css" TYPE="text/css"> */




/* liens normaux */

a:link {
	color: #000080;
        text-decoration: none;
}



/* liens visités */

a:visited {
        color: #000080;
        text-decoration: none;
}



/* pointé par le curseur */

a:hover {
	text-decoration: underline;
    color: #FF0000;
}



/* liens activés */

a:active {
	color: #FF0000;
        text-decoration: underline;
}

