/* CSS du menu horizontal du Front NegoAchats   */
#menu-top 							{ position:absolute; top: 109px; left: 0px; padding: 0 ; margin: 0   }
#menu-top ul  						{ width: 969px; margin: 0px;  padding: 0 0 0 0px;      }
#menu-top ul li 					{ float: left; padding: 0px; margin: 0px;  }	 

#menu-top ul li a 				{ display: block; text-indent: -5000px; padding: 0; margin: 0; overflow: hidden }

#menu-top ul li a#acc			{ background: url(../images/menu/acc.gif) left top no-repeat; width: 89px; height: 30px }
#menu-top ul li a#acc:hover 	{ background: url(../images/menu/acc2.gif) left top no-repeat; width: 89px; height: 30px }

#menu-top ul li a#qui 		 	{ background: url(../images/menu/qui.gif) left top no-repeat; width: 171px; height: 33px }
#menu-top ul li a#qui:hover  	{ background: url(../images/menu/qui2.gif) left top no-repeat; width: 171px; height: 33px }

#menu-top ul li a#faq			{ background: url(../images/menu/faq.gif) left top no-repeat; width: 48px; height: 30px }
#menu-top ul li a#faq:hover   	{ background: url(../images/menu/faq2.gif) left top no-repeat; width: 48px; height: 30px }

#menu-top ul li a#cat 			{ background: url(../images/menu/cat.gif) left top no-repeat; width: 106px; height: 30px }
#menu-top ul li a#cat:hover 	{ background: url(../images/menu/cat2.gif) left top no-repeat; width: 106px; height: 30px }

#menu-top ul li a#cgv 			{ background: url(../images/menu/cgv.gif) left top no-repeat; width: 278px; height: 30px }
#menu-top ul li a#cgv:hover 	{ background: url(../images/menu/cgv2.gif) left top no-repeat; width: 278px; height: 30px }

#menu-top ul li a#profile 		{ background: url(../images/menu/profile.gif) left top no-repeat; width: 117px; height: 30px }
#menu-top ul li a#profile:hover { background: url(../images/menu/profile2.gif) left top no-repeat; width: 117px; height: 30px }

#menu-top ul li a#contact 		{ background: url(../images/menu/contact.gif) left top no-repeat; width: 160px; height: 30px }
#menu-top ul li a#contact:hover { background: url(../images/menu/contact2.gif) left top no-repeat; width: 160px; height: 30px }

ul#sousmenu {width:340px; position:absolute; background-color:#575757;}
ul#sousmenu li { background-color:#575757; padding:0 0 0 25px; margin:0; display:block; width:315px;}
ul#sousmenu li:hover {background-color:#D5D5D5;}
ul#sousmenu li a {text-indent: 4px; color:#FFFFFF; padding:0 5px 0 0; margin:0;}
ul#sousmenu li.main {padding-left:2px; width:338px;}
ul#sousmenu li.main a {font-weight:bold;}
ul#sousmenu li:hover a {text-indent: 4px;color:#880000;}