_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(mainmenustyle=new mm_style()){ //secteurs
oncolor="#FFFFFF";
padding=3;
onbgcolor="#FF9900";
offcolor="#000000";
offbgcolor="#FFFFEE";
fontsize="9 px";
fontstyle="normal";
fontfamily="Verdana,Arial";
cursor="arrow";
}
mainmenustylesub=new copyOf(mainmenustyle)
mainmenustylesub.bordercolor="#999999";
mainmenustylesub.borderstyle="solid";
mainmenustylesub.borderwidth=1;

mainmenustylesubarcade=new copyOf(mainmenustylesub)
mainmenustylesubarcade.onbgcolor="#990000";

mainmenustyle2=new copyOf(mainmenustyle) //thématiques
//mainmenustyle2.offbgcolor="#FFFCF7";
mainmenustyle2.onbgcolor="#3399CC";


mainmenustyle3=new copyOf(mainmenustyle) //services
mainmenustyle3.onbgcolor="#99CC33";


mainmenustyle4=new copyOf(mainmenustyle) //arcade
mainmenustyle4.offcolor="#990000";
mainmenustyle4.onbgcolor="#990000";
//mainmenustyle4.headercolor="#990000";

with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#990000";
offbgcolor="#FFFFFF";
offcolor="#666666";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="1";
padding=2;
fontsize="9 px";
fontstyle="normal";
fontfamily="Verdana, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0.3)";
headercolor="#666666";
headerbgcolor="#FFEE89";
}








