a{color:#f50103}

a:hover{color:#fa2a2c;}

.pagination a:hover{
    background:#f50103;
}
.pagination span.current{
    background:#f50103;
    color:#fff;
}

/* Partie Blog */

.comments-template input[type=submit] {
    background: #f50103;
    border: 1px solid #fa2a2c;
}

.comments-template input[type=submit]:hover {
    background: #fa2a2c;
    border: 1px solid #fa2a2c;
}