function swapBG(quelBG){
	document.getElementById('contenuBox').className = quelBG;
}

function swapBTN(nom,path,etat,format){
	document['btn'+nom].src = path+'images/btn'+nom+'_'+etat+'.'+format;
}

function swapNav(nom,etat){
	document['btn'+nom].src = '/images/nav/btn'+nom+'_'+etat+'.png';
}
