function setHover(){
}


function affiche_photo_nouv(url,id){
document.getElementById("img_timbre").src=url;
}

function masque_photo_nouv(){

document.getElementById("img_timbre").src='images/attente.jpg';
}

