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

#header-menu{
	background:url(../_img/structure/header-menu-bg1.png) no-repeat left top;
	width:1000px;
	border:none;
	z-index:10000;
}

#header-menu ul{
	padding:0;
	margin:20px 20px 0 20px;
	list-style:none;
	background:url(../_img/structure/header-menu-bg2.gif);
	height:30px;
	z-index:10000;
}

#header-menu ul li{
	float:left;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	background:url(../_img/structure/header-menu-sepa.gif) no-repeat left top;
	padding:0 0 0 1px;
	margin:0;
	height:30px;
	line-height:30px;
	position:relative;
	z-index:10000;
}

#header-menu ul li a{
	color:#FFF;
	text-decoration:none;
	height:30px;
	display:block;
	padding:0 15px;
	line-height:28px;
	float:left;
	white-space:nowrap;
	z-index:10000;
}

#header-menu ul li a:hover, #header-menu ul li a.on{
	color:#f1d371;
	text-decoration:none;
	background:url(../_img/structure/header-menu-bg3.gif);
}

#header-menu ul li ul{
	position:absolute;
	display:none;
	left:0;
	top:30px;
	padding:0;
	margin:0;
	z-index:10000;
}

#header-menu ul li ul li{
	clear:left;
	padding:0;
	margin:0;
	font-size:11px;
	z-index:10000;
	height:18px !important;
	line-height:18px !important;
	text-transform:none;
}

#header-menu ul li ul li a{
	height:18px !important;
	line-height:18px !important;
	margin:0;
	padding:1px 0 2px 8px;
	color:#ffffff !important;
	text-decoration:none;
	text-indent:0;
	font-weight:normal;
	background:#02325f !important;
	z-index:10000;
}

#header-menu ul li ul li a:hover, #header-menu ul li ul li a.on2{
	color:#f1d371 !important;
	font-weight:bold;
}

#header-newsletter{
	position:absolute;
	right:25px;
	bottom:2px;
	height:30px;
}

#header-newsletter-titre{
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
	line-height:20px;
}

#header-newsletter-form{
	background:none !important;	
	float:left;
}

#header-newsletter-form #newsletter-email{
	background:url(../_img/structure/header-menu-bg-newsletter-textfield.gif) no-repeat left top;
	padding:0;
	height:21px;
	width:118px;
	position:relative;
	float:left;
	margin:0 5px 0 10px;
}

#header-newsletter-form #newsletter-email input{
	background:transparent;
	color:#666666;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	border:0;
	position:absolute;
	top:3px;
	left:5px;
	height:21px;
	width:108px;
}

#header-newsletter-form #newsletter-submit{
	
}

#header-newsletter-form #newsletter-submit input{
	color:#004c99;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 4px;
	font-weight:bold;
	height:21px;
	border:1px solid #84b9e5;
	background:#eff1fb;
}

#footer-menu{
	padding:0;
	margin:0 0 10px 0;
	list-style:none;
	height:14px;
}

#footer-menu li{
	float:left;
	padding:0 7px;
	background:url(../_img/structure/footer-menu-sepa.gif) no-repeat right 3px;
}