function lienTableau(index){
	var url = document.location.href;
	url += "/maj"+index;
	document.location.href=url;
}
