
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=1            // The time delay before menus open on mouse over
_subOffsetTop=15              // Sub menu top offset
_subOffsetLeft=-24            // Sub menu left offset



with(BarreHorizontale=new mm_style()){
	onbgcolor   = "#E9BDAD";
	oncolor     = "#000000";
	offbgcolor  = "#FAF0ED";
	offcolor    = "#000000";
	bordercolor = "#8A867A";
	borderstyle = "solid";
	borderwidth = 1;
	separatorcolor ="#FAF0ED";
	separatorsize ="10";
	padding       =3;
	fontsize      =11;
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Verdana";
	subimagepadding="2";
	imagepath="../icones16-16/";
	subimage="_arrowdown.gif";	
	overfilter="Shadow(color='#777777', Direction=135, Strength=5)";
}


with(MenuVertical=new mm_style()){
	onbgcolor="#E9BDAD";
	oncolor="#000000";
	offbgcolor="transparent";
	offcolor="#000000";
	bordercolor="#8A867A";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#8A867A";
	separatorpadding="2";
	separatoralign="right";
	separatorwidth="100%";
	padding=3;
	fontsize=10;
	fontstyle="normal";
	fontweight="normal";
	fontfamily="Verdana,Tahoma,Helvetica";
	subimage="_arrow.gif";
	overfilter="Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
	outfilter="";
	menubgimage="_menu_style_rouge.gif";
	subimage="_arrow.gif";
	onsubimage="_arrowdown_a.gif";
	imagepath="../icones16-16/";
}



// Fin du style 

