
  $(document).ready(function(){
    $("form#form_photo").ajaxForm({success: function(e){$("div#photo_perso").html(e).show();}});
  });

