//correctifs_mac

if(navigator.appVersion.indexOf("Macintosh") > -1){
	if(navigator.userAgent.indexOf("Safari")!=-1){
		document.write("<link rel='stylesheet' type='text/css' href='fr/css/safari.css' media='screen' />");
	}
	if(navigator.userAgent.indexOf("Firefox")!=-1){
		document.write("<link rel='stylesheet' type='text/css' href='fr/css/firefox_mac.css' media='screen' />");
		/*document.write("<style type='text/css'>");
		document.write("#rubrik {width: 19.4em !important;}");
		document.write("#c_recherche {top: 2px !important; width: 13.1em !important;}");
		document.write("#dans {left: 296px !important; top: 2px !important; width: 16.5em !important;}");
		document.write("</style>");*/
	}
}