/*/////////////////// navigation principale ////////////////*/
#menu {
	/*height: 29px;*/
	float: left;
	width: 650px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}


#nav {
	font-family:Arial, Helvetica, sans-serif;
	list-style: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size:12px;
	z-index:999;
	display:block;
	color: #FFFFFF;
	text-transform: uppercase;
}

#nav a {
	line-height: 1;
	display:block;
	color:#fdc82f;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	height: 28px;
}

#nav a:hover {
	color:#FFFFFF;
}

#nav li {
	list-style: none;
	color: #fff;
	float: left;
	padding-top: 0px;
}



#nav li ul {
	/*background-color: #adafb0;*/
	position: absolute;
	top: 155px;
	left: -999em;
	height: auto;
	padding:0;
	margin: 0;
	font-weight: normal;
	z-index:999;
	width: 184px;

}

#nav li ul li {
	width: 151px;
	margin: 0;
	text-align: left;
}

#nav li ul a {
	font-weight: bold;
	background-color: #fdc82f;
	font-size:10px;
	/*height: 11px;*/
	color:#000;
	margin: 0px;
	height: auto;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
}

#nav li ul a:hover {
	color: #fff;
	background-color: #000;
}

#nav li ul ul {
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
    margin: 0 0 0 8px;
}
#nav li:hover, #nav li.sfhover {

}

#nav  li.top:hover, #nav > li.sfhover {
	background:none;
}

#section_recherche {
	width: 650px;
	text-align: right;
	margin: 0px;
	color: #000000;
	font-size: 10px;
	padding: 0px;
	height: 75px;
}

.recherche_champ {
	background-image: url(/imports/images/recherche_fond.gif);
	height: 32px;
	width: 198px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 12px;
	float: right;
}


.recherche_bt {
	background-image: url(/imports/images/recherche_bt.gif)!important;
	height: 32px;
	width: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
	cursor:pointer;
}

.menu_jaune_haut {
	background-image: url(/imports/images/coin_rond_jaune_haut.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
	width: 151px;
}

.menu_jaune_bas {
	background-image: url(/imports/images/coin_rond_jaune_bas.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
	width: 151px;
}


.menu1 {
	background-image: url(/imports/images/en/menu/menu_company_profile_over.gif);
	background-repeat: no-repeat;
	width: 154px;
}

.menu2 {
	background-image: url(/imports/images/en/menu/menu_products_over.gif);
	background-repeat: no-repeat;
	width: 98px;
}

.menu3 {
	background-image: url(/imports/images/en/menu/menu_smart_work_zone_over.gif);
	background-repeat: no-repeat;
	width: 160px;
}

.menu4 {
	background-image: url(/imports/images/en/menu/menu_news_&_events_over.gif);
	background-repeat: no-repeat;
	width: 134px;
}

.menu5 {
	background-image: url(/imports/images/en/menu/menu_support_over.gif);
	background-repeat: no-repeat;
	width: 86px;
}

