@charset "utf-8";
/* CSS Document */

/* Elements du menu de nniveau 2 */
#menu_haut {
	position:relative;
	top:0px;
	left:0px;
	width:760px;
	min-height:76px;
	background-color:#001020;
}

#menu2 {
	position:relative;
	top:0px;
	left:0px;
	height:27px;
	float:left;
	width:100%;
}
#menu2 ul {
	margin:0;
	padding:0px 0px 0 0px;
	list-style:none;
}
#menu2 li {
	display:inline;
	margin:0;
	padding:0;
}
#menu2 a {
	width:94px;
	height:27px;
	float:left;
	background:url(../../images/btn_menu2/btn_hebergement.jpg) no-repeat left top;
	margin:0;
	padding:0 0 0 0px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	vertical-align:bottom;
	line-height:11px;
}

/* Hack Safari */ 
html[xmlns*=""] body:last-child #menu2 a { 
	font-weight:normal;
	line-height:10px;
	padding:1px 0 0 0px;
}

#menu2 a span {
	float:left;
	display:block;
	padding:2px 0px 4px 0px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu2 a span {float:none;}
/* End IE5-Mac hack */

#menu2 a:hover span {
	color:#000000;
}
#menu2 a:hover {
	background-position:-94px 0px;
}
#menu2 a:hover span {
	background-position:100% -42px;
}

#menu2 #current-menu2 a {
	background-position:-94px 0px;
}
#menu2 #current-menu2 a span {
	background-position:100% -42px;
}
