/**
 * HEADER
 */
	#header {}
	
	/**
	 * Logo
	 */
		#header #logo {
			border:0px;
		}
		#header #logoprint {
			display: none;
		}

	/**
	 * Menu
	 */
		#header #menu {
			border:0px solid #FFB300;
			background:url(/themes/default/img/header/menu/bg.png) no-repeat;
			height:33px;
			z-index:100;
		}
		#header #mobilesearch {
			padding:10px;
			padding-bottom:5px;
			display:none;
			position:absolute;
			background-color:white;
			border:1px solid #004372;
			text-align:left;
			_margin-left:-80px;
			_margin-top:12px;
			width:160px;
			-moz-border-radius:7px;
			border-radius:7px;
		}
		#header .menu {
			float:left;
			width:110px;
			padding:10px;
			text-align:center;
			font-size:12px;
			font-weight:bold;
		}
		#header #menu1,
		#header #menu2,
		#header #menu3,
		#header #menu4 {
			background:url(/themes/default/img/menu/sep.gif) right no-repeat;
		}
		#header .sousmenu {
			width:112px;
			position:absolute;
			visibility:hidden;
			background:url(/themes/default/img/menu/undermenu_bg.gif) bottom no-repeat;
			text-align:left;
			font-size:10px;
			font-weight:bold;
			padding:3px;
			padding-bottom:7px;
			margin-bottom:10px;
			margin-top:9px;
			margin-left:0px;
			_margin-left:-59px;
			margin-right:0px;
			z-index:100;
			filter:alpha(opacity=90);
			-moz-opacity:0.90;
			opacity: 0.90;
			/*border:1px solid green;*/
		}
		html>/**/body #header .sousmenu {
			padding-left:120px\9;
		}
		#header #menu A {
			display:block;
			color:#FFFFFF;
			width:110px;
		}
		#header #menu A:hover {
			text-decoration:none;
			color:#004372;
		}
		#header #menu .sousmenu DIV {
			background:#7CBCE1;
			/*border:1px solid red;*/
		}
		html>/**/body #header #menu .sousmenu DIV {
			margin-left:-59px\9;
			width:112px\9;
		}
		#header #menu .sousmenu A {
			padding-top:2px;
			padding-bottom:2px;
			padding-left:2px;
		}

	/**
	 * Mailing List
	 */
		#header DIV.mailinglist {
			text-align:left;
			width:173px;
			height:74px;
			background: url(/themes/default/img/header/mailinglist_bg.gif) no-repeat;
			float:left;
		}
		#header DIV.mailinglist H6, #header DIV.account H6, #header DIV.account2 H6 {
			margin:0;
			padding:2px 0 8px 6px;
			color:#FFFFFF;
			font-size:10px;
		}
		#header DIV.mailinglist FORM {
			padding:10px 0 0 6px;
		}

	/**
	 * Account
	 */
		#header DIV.account {
			margin-left:4px;
			float:left;
			text-align:left;
			width:240px;
			height:74px;
			background: url(/themes/default/img/header/account_bg.gif) no-repeat;
		}
		#header DIV.account2 {
			margin-left:4px;
			float:left;
			text-align:left;
			width:417px;
			height:74px;
			background: url(/themes/default/img/header/account_bg2.gif) no-repeat;
		}
		#header DIV.account FORM, #header DIV.account2 FORM {
			padding:3px 0 0 6px;
		}
		#header DIV.account #login, #header DIV.account #password {
			width:90px;
			height:13px;
		}
		#header DIV. #login_setcookie {
			border:0;
		}
		#header DIV.account SPAN, #header DIV.account2 SPAN {
			display:block;
			padding-right:2px;
			float:left;
		}
		#header DIV.account #login_setcookie {
			margin-top:0px;
			margin-bottom:0px;
		}