function rollbout(bouton,img){
	document.images[bouton].src=img;
}

function recto(){
	alert("recto !");
}

function verso(){
	alert("verso !");
}