$(document).ready( function () { 
    $("h4.show").slideDown("slow");
    $("#form_soumission").each(function() {
        this.reset();
    });
});
