$(function() {
	var $img_accueil = $('#HautImage_img');
    $img_accueil.animate({"width": "+=708px"}, 5000);
});


