/*
	
		var browser = navigator.appName.match("Netscape")?"netscape":"ie";
		var platform;
		if (navigator.platform.match("Linux") != null)
			platform= "linux"
		else if (navigator.platform.match("Win") != null)
			platform= "windows"
		else if (navigator.platform.match("Mac") != null)
			platform= "mac"

		var top_actu, left_actu, height_menugauche_without_offre;
		if (!document.path) 
			document.path= "../../"

	if (platform == "linux"  || platform == "windows")
	{
		if (browser=="netscape")
		{
		
			document.write("<LINK REL='STYLESHEET' HREF="+ document.path +"common/style_netscape.css TYPE='text/css'>");
			top_actu= "220";
			left_actu="625";
			width_bgactu="154";
			height_bgactu="221";
		}
		else if (browser=="ie")
		{
			document.write("<LINK REL='STYLESHEET' HREF="+ document.path +"common/style_ie.css TYPE='text/css'>");
			top_actu= "210";
			left_actu="635";
			width_bgactu="150";
			height_bgactu="217";
		}
	}
	else if (platform == "mac")
			document.write("<LINK REL='STYLESHEET' HREF="+ document.path +"common/style_mac.css TYPE='text/css'>");

		*/	
			
document.write("<link rel=STYLESHEET type=text/css href=../common/css.css>");
			