function lienHaies(ligne){
url = ligne.getElementsByTagName("a")[0];
document.location.href = url;
}
