a{color:#37b6ce;}

a:hover{color:#5fbdce;}

.pagination a:hover{
    background:#019bfd;
}
.pagination span.current{
    background:#019bfd;
    color:#fff;
}

/* Partie Blog */

.comments-template input[type=submit] {
    background: #019bfd;
    border: 1px solid #2da9f8;
}

.comments-template input[type=submit]:hover {
    background: #2da9f8;
    border: 1px solid #019bfd;
}