// JavaScript Document
if(typeof sIFR == "function" && browser.isMac){
	sIFR.setup()
}

if(typeof sIFR == "function" && !(browser.isMac)){
	sIFR.replaceElement("#titre h1", named({sFlashSrc: "/public/api/html/toolkit/flash/din-API.swf", sColor: "#12365a", sWmode: "transparent", sCase: "upper"}));
	sIFR.replaceElement("#infos_visuel h1", named({sFlashSrc: "/public/api/html/toolkit/flash/din-API.swf", sColor: "#ffffff", sWmode: "transparent", sCase: "upper"}));
	sIFR.replaceElement(".article h2 b", named({sFlashSrc: "/public/api/html/toolkit/flash/din-API.swf", sColor: "#12365a", sWmode: "transparent"}));
	sIFR.replaceElement("h2.acc", named({sFlashSrc: "/public/api/html/toolkit/flash/din-API.swf", sColor: "#12365a", sWmode: "transparent"}));
	sIFR.replaceElement(".plan_site h2 b", named({sFlashSrc: "/public/api/html/toolkit/flash/din-API.swf", sColor: "#12365a", sLinkColor: "#12365a", sHoverColor: "#12365a", sWmode: "transparent"}));
};
