#menu_link {
	height: 17px;
	width: 40px;
	position: absolute;
	left: 960px;
	top: 84px;
	margin-right:5px;
}
#menu_link a:link,#menu_link a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898989;
	font-weight: normal;
	text-decoration: none;
}
#menu_link a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898989;
	font-weight: normal;
	text-decoration:underline;
}

/* menu index*/

#menu_index {
	width:534px;
	height:55px;
	background:url(images/menu.gif) no-repeat left top;
		position: absolute;
	left: 296px;
	top: 49px;
}
	
#menu_index #menuList {
	list-style-type:none;
}
	
#menu_index #menuList li {
	float:left;
}

#menu_index #menuList li a {
	display:block;
	height:55px;
}
	
#menu_index #menuList li #menu-accueil { width:76px;  }
#menu_index #menuList li #menu-historique { width:105px; }
#menu_index #menuList li #menu-produits{ width:78px; }
#menu_index #menuList li #menu-services { width:79px; }
#menu_index #menuList li #menu-soutien { width:77px; }
#menu_index #menuList li #menu-contact { width:119px; }

#menu_index #menuList li a#menu-accueil:hover { background:transparent url(images/menu.gif) no-repeat 0 -55px; }
#menu_index #menuList li #menu-historique:hover { background:transparent url(images/menu.gif) no-repeat -76px -55px; }
#menu_index #menuList li #menu-produits:hover { background:transparent url(images/menu.gif) no-repeat -181px -55px; }
#menu_index #menuList li #menu-services:hover { background:transparent url(images/menu.gif) no-repeat -259px -55px; }
#menu_index #menuList li #menu-soutien:hover { background:transparent url(images/menu.gif) no-repeat -338px -55px; }
#menu_index #menuList li #menu-contact:hover {  background:transparent url(images/menu.gif) no-repeat -415px -55px; }


/* menu index End */
