/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

/* violet foncé : #5A3061 */
/* violet light : #884A90 */

a:hover, a:focus {
    color: #5A3061;
    text-decoration: underline;
}

a {
    color: #884A90;
    text-decoration: none;
}