function loadImg(file){
	document.getElementById('photoAccueilId').src=file;
}

function init(){
	initFadeTopBand();
}