function zoomPhoto(url,url_survol){
$('ul.image li.maxi img').attr("src",url);
$('ul.image li.maxi a.survol_photo').attr("href",url_survol);
}
