a{color:#f604b0;}

a:hover{color:#fe2cc1;}

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

/* Partie Blog */

.comments-template input[type=submit] {
    background: #f604b0;
    border: 1px solid #fe2cc1;
}

.comments-template input[type=submit]:hover {
    background: #fe2cc1;
    border: 1px solid #f604b0;
}