<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
a:link {
color: #000000;
}
a:visited {
color: #000000;
}
a:hover {
color: #1c87c9;
}
a:active {
color: #1c87c9;
}
</style>
</head>
<body>
<a> C'est quelque lien.</a>
</body>
</html>