<!--
fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps

_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;

with(ImagesStyle=new mm_style()){
	styleid=1;
	alwaysvisible=1;
	overfilter="Fade(duration=0.3)";
}
//Config sous-menus navig principale
with(sousMenuAPropos=new mm_style()){
	offcolor="#575757";
	oncolor="#575757";
	offbgcolor="#F4BCD3";
	onbgcolor="#F9DCE8";
	pagebgcolor="#F9DCE8";
	bordercolor="#F4BCD3";
	borderwidth="5";
	image="../img/menupuce2.gif";
	fontfamily="verdana,tahoma,arial";
	fontsize="11px";
	fontstyle="normal";
	separatorimage='../img/menuspacer.gif';
	separatorheight=11;
	separatorpadding="0px"
	overfilter="Fade(duration=0.3);Alpha(opacity=100);Shadow(color=#333333',Direction=145,Strength=1)";
}
//-->