@charset "utf-8";
/* CSS Document */
/*** menu horizontal ***/

		#menu {
			position: relative;
			height: 26px;
			width: 890px;
			padding: 0;
			margin: 0 auto;
			/*overflow: hidden;*/
		}
		#menu ul{
			padding: 0;
			margin: 0 auto;
		}

		/* Don't apply padding here (offsetWidth will differ in IE)
		If you need padding add it to the child anchor */
		#menu ul li{
			float: left;
			list-style: none;
			background:url(img/menu_separation.png) right top no-repeat;
		}
		#menu ul li#mn_news{
			background:none;
		}

		#menu ul li a {
			z-index: 10;
			display: block;
			float: center;
			height: 26px;
			position: relative;
			/*overflow: hidden;*/
			background:no-repeat center center;
			margin: 0;
			padding:5px 49px;
			color:#ddd;
			text-decoration: none;
			font-size:12px;
			font-weight:bold;
			margin-right: 2px;		
		}
		#menu ul li a.en  {
			padding:5px 48px;
		}
		#menu ul li a:hover {
			color:#C00;
			background: url('img/menu_fnd_on.png') no-repeat center top;
			margin-right: 2px;

		}
		#menu ul li.current a {
			color:#C00;
			background: url('img/menu_fnd_on.png') no-repeat center top;
			margin-right: 2px; 
		}
		#menu li.background {
			background: no-repeat top right;
			z-index: 8;
			position: absolute;
			visibility: hidden;
		}
		#menu .background .left {
			background: url('img/menu_fnd_on.png') no-repeat center top;
			height: 30px;
			margin-right: 2px;
		}
		#menu_cont {
			color: #FFF;
			background: url(img/menu_fnd.png);
			margin: 10px 0;
			height: 26px;
			font-size:10px;
			font-weight:bold;
		}
		#menu_cont.index {
			// margin: 0;
		}
		#menu_left {
			background:url(img/menu_left.png) left no-repeat;
			height: 26px;
			}
		#menu_right {
			background:url(img/menu_right.png) right no-repeat;
			height: 26px;
			text-align:center;
			}
/*** Menu vertical ***/
#ss_menu {
	margin:35px 0 80px 15px;
	padding:0 0 100px 0;
	//padding:0 0 30px 0;/* pour ie7 */
	}
#ss_menu li {
	list-style: none;
	padding:0;
	}
#ss_menu li a {
	z-index: 10;
	display: block;
	overflow: hidden;
	color:#999;
	width:100%;
	padding:2px 0;
	text-decoration:none;
	background:url(img/ssmenu_fnd.png) no-repeat bottom right;
	float: left;
	clear:both;
	margin:5px 0
	}
#ss_menu li a:hover {
	background:  url(img/ssmenu_fnd_over.png) no-repeat bottom right;
	color:#06C;
}
#ss_menu li a.current {
	background:  url(img/ssmenu_fnd_on.png) no-repeat bottom right;
	color: #C00;
}
/*** menu top ***/
#menu_top {
	font-size: 9px;
	color: #999;
	margin: 20px;
	float: right;
	width: 340px;
}
#menu_top a {
	color: #999;
	text-decoration:none
}
#menu_top a:hover {
	color: #004a97;
	text-decoration:none;
}
#menu_top ul {
	margin:0;
	padding:0;
	}
#menu_top ul li {
	display:inline;
	padding:3px 8px;
	border-left: 1px #999 solid;
	}
#menu_top ul li.nob {
	border-left: 0;
	}

