Rajoutez dans le CSS ce qui est en rouge
/* ---------- Elements Principaux ------------- */
body { margin:0px; font-family: Verdana, Helvetica, Arial, sans-serif; font-size:x-small; }
h1 { color: #5675A4; font-size: 17px;margin-top:5px } /*titre des pages*/
h2 { color: #5675A4; font-size: 13px; }
h3 { color: #5675A4; font-size: 12px; }
a { text-decoration:none; color: #5675A4 ; font-size:100%; text-transform:capitalize ; } /* lien */
a:link {color : #5675A4 ; text-decoration : none; }
a:hover {color : white ; text-decoration : underline ;background-color : pink ; font-weight:bold;border-bottom:1px dashed #9999FF; }
a:visited { text-decoration: line-through; }
Commentaires