// JavaScript Document
function dessus(nom){
	document.getElementById(nom).src = "/imgs/liens/survol/"+nom+".gif";
}
function normal(nom){
	document.getElementById(nom).src = "/imgs/liens/"+nom+".gif";
}
