// JavaScript Document
function totemHover(obj,statut){
	if (statut==1){
		obj.style.backgroundImage="url(/homepage/img/totem_bg_others_hover.png)";	
	} else {
		obj.style.backgroundImage="url(/homepage/img/totem_bg_others.png)";	
	}
}