function changeimg(nom)
{
	document.getElementById("ct_photos").style.backgroundImage="url(./images/phot_"+nom+".jpg)";
}
function remetimg(nom)
{
	document.getElementById("ct_photos").style.backgroundImage="url(./images/phot_"+nom+".jpg)";
}
