#menu {
	background:	url(../images/menu.png);
	height:		38px;
	margin:		20px 10px;
	position:	relative;
}

#menu li {
	display:	inline;
	text-align:	center;
}

#menu li a {
	background:	url(../images/menu.png);
	float:		left;
	height:		0px;
	width:		117px;
	padding-top:	36px;
	overflow:	hidden;
}

#menu #home a {background-position: 0 0;}
#menu #surMesure a {background-position: -117px 0;}
#menu #catalogue a {background-position: -234px 0;}
#menu #eFormation a {background-position: -351px 0;}
#menu #outSourcing a {background-position: -468px 0;}
#menu #contact a {background-position: -585px 0;}

#menu #home a:hover {background-position: 0 -38px;}
#menu #surMesure a:hover {background-position: -117px -38px;}
#menu #catalogue a:hover {background-position: -234px -38px;}
#menu #eFormation a:hover {background-position: -351px -38px;}
#menu #outSourcing a:hover {background-position: -468px -38px;}
#menu #contact a:hover {background-position: -585px -38px;}

#menu #home a:active {background-position: 0 -76px;}
#menu #surMesure a:active {background-position: -117px -76px;}
#menu #catalogue a:active {background-position: -234px -76px;}
#menu #eFormation a:active {background-position: -351px -76px;}
#menu #outSourcing a:active {background-position: -468px -76px;}
#menu #contact a:active {background-position: -585px -76px;}

#menu #home #current {background-position: 0 -114px; cursor: default;}
#menu #surMesure #current {background-position: -117px -114px; cursor: default;}
#menu #catalogue #current {background-position: -234px -114px; cursor: default;}
#menu #eFormation #current {background-position: -351px -114px; cursor: default;}
#menu #outSourcing #current {background-position: -468px -114px; cursor: default;}
#menu #contact #current {background-position: -585px -114px; cursor: default;}

#search {
	visibility:	hidden;
	position:	absolute;
	width:		161px;
	height:		38px;
	right:		0px;
	bottom:		0px;
}

#searchForm {
	visibility:	hidden;
	width:		141px;
	height:		20px;
	margin:		7px 10px;
	background:	url(../images/search_bg.png) no-repeat top left;
}

#searchButton {
	width:		15px;
	height:		15px;
	background:	url(../images/search_btn.gif) no-repeat top left;
	border:		none;
	margin-top:	3px;
	margin-left:	8px;
}

#searchButton:hover {
	cursor:		pointer;
}

#searchText {
	background:	none;
	border:		none;
	width:		102px;
	font-family:	"Liberation Sans", "Arial", "Helvetica";
	font-size:	12px;
	color:		#7E7E7E;
	font-weight:	bold;
	font-style:	italic;
	line-height:	15px;
	height:		15px;
	vertical-align:	top;
	padding-top:	4px;
}
