/* CSS des pages de lien */
<style type="text/css">
/* liens*/
a:link  { color: #CC3300; text-decoration: none}    /* unvisited links */
a:visited { color: #CC3300; text-decoration: none}   /* visited links   */
a:hover   { color: #000000; background: wheat;text-decoration: none} /* user hovers     */
a:active  { color: #000000; background: wheat; text-decoration: none}   /* active links    */
</style>
