function set_SIFR(){
	
	//sIFR.forceTextTransform= true;
	
	if(typeof sIFR == "function"){
		sIFR.replaceElement("h1.menu", named({sFlashSrc: sDossierSite+"swf/bookman_old_style.swf", sColor: "#ffffff", nPaddingLeft : "15", nPaddingRight : "15", nPaddingTop : "4", nPaddingBottom : "4", sWmode:"transparent"}));
		sIFR.replaceElement("h1", named({sFlashSrc: sDossierSite+"swf/bookman_old_style.swf", sColor: "#d1373f", sCase : "upper", sWmode:"transparent"}));
		sIFR.replaceElement("h3.snowpark", named({sFlashSrc: sDossierSite+"swf/tiza-h3.swf", sColor: "#292929", sWmode:"transparent"}));
	};
}

addLoadEvent(set_SIFR);