/* Start of CMSMS style sheet 'Menu Javascript' */
/** BLOC MENU **************************************/
#menu-jp {
	width:325px;
	height:233px;
	overflow:hidden;
}

#menu-jp * {
	border:0;
	margin:0;
	padding:0;

}

#menu-jp ul,#menu-jp li {
	list-style:none;
}

#menu-jp ul.racine {
	display:block;
	vertical-align:bottom;
	line-height:233px;
}

#menu-entreprises, #menu-restaurants {
	display:inline;
	float:left;
	overflow:hidden;
}

/** MENU RESTAURANTS **************************************/

#menu-restaurants a.racine {
	background-image:url(images/menu-espace-restaurants.jpg);
	display:block;
	width:158px;
	height:70px;
}
#menu-restaurants div.elements-container {
	display:block;
	height:163px;
	width:156px;
}

#menu-restaurants span {
	display:none;
}

#menu-restaurants ul.elements {
	padding-top:58px !important;
	padding-top:48px;
	width:158px; 
}
/** MENU ENTREPRISES **************************************/

#menu-entreprises a.racine {
	background-image:url(images/menu-espace-entreprises.jpg);
	display:block;
	width:158px;
	height:70px;
}

#menu-entreprises div.elements-container {
	display:block;
	height:163px;
	width:163px;
}

#menu-entreprises span {
	display:none;
}

#menu-entreprises ul.elements {
	padding-top:37px !important;
	padding-top:25px;
	width:160px;
}
/** TRONC COMMUN *******************************************/

#menu-jp ul.elements {
	overflow:hidden;
	display:none;
}

#menu-jp ul.elements li {
	background-color:#9D0011;
	line-height:13px;
	font-size:9px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	padding:4px 1px 4px 8px;
	border-bottom:1px solid #c3011c;
	height:12px;
}


#menu-jp ul.elements li.selectionne {
	background-color:#890011;
}

#menu-jp ul.elements li a {
	color:#ffffff;
	display:block;
	overflow:hidden;
	width:156px;
	height:13px;
	text-decoration:none;
}
/* End of 'Menu Javascript' */

