ul.jd_menu_slate {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 11pt;
}

ul.jd_menu_slate li {
	border: none;
	cursor: pointer;
}

ul.jd_menu_slate li a {
	display: block;
	text-decoration: none;
	color: #cccccc;
}

ul.jd_menu_slate li a:active,
ul.jd_menu_slate li a:hover {
	color: #ffffff;	
}

/* premier niveau de menu */

ul.jd_menu_slate li.menu-level-1 {
	height: 46px;
	line-height: 30px;
	border-right: 1px solid #acb99f;	
	background-color: #3c4646;
	text-align: right;
	filter: alpha(opacity=90);
	opacity: 0.90;		
}

ul.jd_menu_slate li.menu-level-1 a {
	padding: 8px 8px 8px 0;		
}

/* sous-menus */
ul.jd_menu_slate li.menu-level-1 {
	z-index: 2;
}

ul.jd_menu_slate li.menu-level-1 ul {	
	background-color: #2c0061; /*#5c6666;*/
	border-right: 1px solid #ACB99F;
	filter: alpha(opacity=85);
	opacity: 0.85;	
	margin-top: -1px;
	width: 145px;

	padding: 5px 0;

}

ul.jd_menu_slate li.menu-level-1 ul ul {	
	margin-left: 5px; 
	margin-top: -7px;

}

ul.jd_menu_slate li.menu-level-1 ul li {
	height: 17px;
	line-height: 17px;
	text-align: right;	
	white-space: nowrap;
}

ul.jd_menu_slate li.menu-level-1 ul li a {
	padding: 0 8px;			
}

/* états des items de menus */

ul.jd_menu_slate li.jd_menu_active_menubar,
ul.jd_menu_slate li.jd_menu_hover_menubar {
	/*background-color: #2c3333;*/
}

ul.jd_menu_slate li.jd_menu_active_menubar a,
ul.jd_menu_slate li.jd_menu_hover_menubar a {
	/*border-color: #2c3333;*/
}

ul.jd_menu_slate ul li.jd_menu_active,
ul.jd_menu_slate ul li.jd_menu_hover {
	/*background-color: #2c3333;*/
}
ul.jd_menu_slate ul li.jd_menu_active a.jd_menu_active,
ul.jd_menu_slate ul li.jd_menu_hover a.jd_menu_hover {
	/*background-color: #2c3333;*/
}

/* Mises en forme spécifiques des items de premier niveau */

#menu-contact {
	width: 120px;
}
#menu-baleine {
	width: 190px;
	cursor: default;

}
#menu-baleine a {
	background-image: url(images/baleine-mini.gif);
	background-repeat: no-repeat;
	background-position: 46px 0px;
	background-color: #3c4646 ! important;
}
#menu-baleine a:hover {
	background-position: 46px -45px;

}
#menu-apropos {
	width: 145px;
}
#menu-branding {
	width: 145px;
}
#menu-portfolio {
	width: 145px;
}
#menu-illustrations {
	width: 145px;
	height: 46px;
	line-height: 15px;	
}
#menu-illustrations a {
	padding-left: 10px;
}
#menu-lang {
	width: 64px;
	border-right: none;	
}