jQuery Find Type Soumettre

$(function() {
    $('input[type="submit"]').css("color","green");
});
Good Gaur