#menu_principal {
	font-family: "Helvetica Neue", Arial, "Lucida Grande", Calibri, Helvetica, sans-serif;
	font-size: 12px;
	background: #246c9b url(/img/bg/bg_menu.png) repeat-x 0 0;
	height: 27px;
	z-index: 999;
	zoom: 1;
/* temp
height: 100px;*/ 
}
ul.mainmenu, ul.mainmenu li, ul.mainmenu a {
	margin: 0;
	padding: 0;
	border: 0 none;
}
ul.mainmenu {
	float: left;
	list-style: none;
	position: relative;
	left: 8px;
	z-index: 999;
	zoom: 1;
	height: 27px;
	/*overflow: hidden;*/
}
ul.mainmenu li  {
	float: left;
	display: inline;
	position: relative;
}
ul.mainmenu li a {
	display: block;
	height: 27px;
	width: auto;
}
ul.mainmenu li span {
	display: none;
}
ul.mainmenu li.topItem, ul.mainmenu div.rllImage {
	position: relative;
	height: 27px;
	background-repeat: no-repeat;
	z-index: 999;
	zoom: 1;
}
ul.mainmenu div.rllImage {
	position: absolute;
	top: 0;
	visibility: hidden;
	cursor: pointer;
}
ul.mainmenu div.subMenu  {
	position: absolute;
	top:27px;
	left: -6px;
	width: 250px;
	overflow: visible;
	/*height: 460px;
	display: none;*/
	z-index: 10000;
	zoom: 1;
	/*background: #fff none;*/
	/*border:1px solid blue;*/
}
ul.mainmenu div.subMenu  {
	*top:26px;
}
ul.mainmenu div.subMenu .separator {
	border-bottom: 1px solid #91b3c5;
	height: 1px !important;
	width: 190px !important;
	overflow: hidden;
	/* display: compact; */
	margin: 6px 8px;
	margin-bottom: 4px !important;
}
ul.mainmenu div.subMenu .subMenu_content {
	background: transparent url(/img/bg/subMenu_bg.png) repeat-y; 
	/*padding-bottom:5px;*/
	width: 250px;
	z-index: 10000;
	zoom: 1;
	/*border:1px solid red;*/
	border-top: 1px solid transparent; /* pour gecko et webkit */	
}
ul.mainmenu div.subMenu .subMenu_bottom {
	width:250px; 
	height:21px; 
	background: transparent url(/img/bg/subMenu_bottom.png) no-repeat;
	z-index: 10000;
	zoom: 1;
}
ul.mainmenu ul.subItems {
	position: relative;
	top: 0;
	left: 0;
	margin: 6px 10px 0 10px;
	float: none;
	
}
ul.mainmenu div.subMenu li.subItem, 
ul.mainmenu div.subMenu li.subTitre {
	float: none;
	display: list-item;
	list-style: none;
	/*clear: both;*/
	width: 100%;
	height: 19px;
	line-height: 19px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #276d9c;
	clear: both;
	padding: 4px 0 0 0;
	margin-bottom: -1px;
	/*border: 1px dotted green;*/
}
ul.mainmenu div.subMenu li.subTitre {
	/* color: #1b5281; */
	color: #5a84a1;
	padding: 2px 8px;
	font-weight: normal;
	font-size: 1.18em;
	text-transform: none;
	/*-moz-opacity:.65; opacity:.65;*/
	cursor: default;
}
ul.mainmenu div.subMenu li.subItem > a {
	color: #276d9c;
	text-decoration: none;
	height: 19px;
	padding: 0 8px;
}
ul.mainmenu div.subMenu li.subItem:hover {
	color: #fff;
	background-color: #378bb6;
}
ul.mainmenu div.subMenu li.subItem:hover > a {
	color: #fff;
	background-color: #378bb6;
}
ul.mainmenu ul div.subSubItemsPin {
	position: absolute;
	right: 0;
	top: -4px;
	/*border: 1px solid red;*/
	width: 0;
	height: 0;
	background-color: red;
}
ul.mainmenu ul div.subSubMenu  {
	position: absolute;
	left: -22px;
	top: -8px;
	width: 260px;
	visibility: hidden;
	z-index: 10001;
	zoom: 1;
	margin: 0;
	padding: 0;
	/*background-color: #97daf7;*/
}

ul.mainmenu ul div.subSubMenu_content  {
	width: 260px;
	background: url(/img/bg/subSubMenu_bg.png) no-repeat;
	background-position: top left;
	z-index: 10001;
	zoom: 1;
	margin: 0;
	padding: 0;
	border-top: 1px solid transparent; /* pour gecko et webkit */	
}
ul.mainmenu ul div.subSubMenu_bottom  {
	width:260px; 
	height:22px; 
	background: transparent url(/img/bg/subSubMenu_bottom.png) no-repeat;
	z-index: 10000;
	zoom: 1;	
	margin: 0;
	padding: 0;
}

ul.mainmenu ul ul.subSubItems  {
	margin: 11px 0 0 19px;
	font-family: Tahoma;
	font-size: 11px;
	text-transform: none;
	/*background-color: #378bb6;*/
	/*border:1px solid red;*/
	width: 229px;
	padding: 0;
}



ul.mainmenu ul ul.subSubItems li.subSubItem  {
	width: 229px;
	float: none;
	display: list-item;
	list-style: none;
	height: 19px;
	/*line-height: 19px;*/
	font-size: 11px;
	font-weight: normal;
	/*border: 1px dotted green;*/
}
ul.mainmenu ul ul.subSubItems li.subSubItem > a  {
	color: #fbfbf5;
	text-decoration: none;
	height: 15px;
	padding: 3px 8px 1px;
}
ul.mainmenu ul ul.subSubItems li.subSubItem:hover  {
	color:  #287fab;
	background-color: #97daf7;
	/*font-weight: bold;*/
}

ul.mainmenu ul ul.subSubItems li.subSubItem > a:hover  {
	color:  #287fab;
	background-color: #97daf7;
}
