/* Menu publique */

div#menu {
	height: 43px;
	background: url(../images/background_menu.gif) repeat-x;
	/*width: 900px;*/
	clear: both;
}

#menu ul {
	list-style: none;
	margin-left: 0px;
}

#menu li {
	display: inline;
	text-align: center;
	float: left;
	height: 43px;
	font-weight: bold;
}

#menu span.menu_myconf {
	font-weight: normal;
}

#menu li a {
	display: block;
	/*width: auto;*/
	padding: 13px 26px 12px 26px;
	text-decoration: none;
	color: #1478BE;
	font-size: 13px;
}

#menu li a:hover, #menu li.current a {
	background: url(../images/menu_hover.gif) repeat-x;
	color: #ffffff;
}

#menu li.home a, #menu li.home_current a {
	width: 60px;
	height: 24px;
	padding: 10px 9px 12px 10px;
}

#menu li.home a {
	background: url(../images/menu_home.png) no-repeat;
}

#menu li.home_current a, #menu li.home a:hover, #menu li.home_current a:hover {
	background: url(../images/menu_home_hover.png) no-repeat;
}

#menu li.espace_client_current a, #menu li.espace_client a {
	color: #ffffff;
	height: 18px;
	width: 173px;
	padding-left: 0;
	padding-right: 0;
}

#menu li.espace_client_current a {
	background: url(../images/onglet_client_current.gif) no-repeat;
}

#menu li.espace_client a {
	background: url(../images/onglet_client.gif) no-repeat;
}


/* Menu client */

div#menu_client {
	height: 43px;
	background: url(../images/background_menu_client.gif) top repeat-x;
	width: 900px;
}

#menu_client ul {
	list-style: none;
	margin: 0px;
}

#menu_client li {
	display: inline;
	text-align: center;
	float: left;
	height: 43px;
	font-weight: bold;
}

#menu_client li a {
	display: block;
	width: auto;
	padding: 9px 12px 11px 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
}

#menu_client li a:hover {
	text-decoration: underline;
}

#menu_client li.current a {
	color: #FF925F;
}


