JS
$(document).ready(function(){ $('.valider').click(function() { $(this).parent().css('color','red'); });});