/**
 * Container
 */
#container { position: relative; width: 950px; margin: 0 auto; }
.container { position: relative; width: 950px; margin: 0 auto; }

	/**
	 * Header
	 */
	#header {}
	
		/* title */
		#header h1 { position: absolute; background: url(../fr/nav/bg_title.gif); width: 386px; height: 55px; }
		
		#header .top { margin: 0; width: 364px; position: absolute; top: 15px; right: 0; z-index: 100; text-align: left; }
			#header .top ul { position: absolute; display: none; margin: 0; height: auto; }
				#header .top>ul a { width: auto; }
			
			#header .top li { position: relative; float: left; height: 20px; background: none; padding: 0; }
				#header .top li a { display: block; height: 20px; }
			
			#header .top #nav59 { background: url(../fr/nav/bg_nav59.gif) top; width: 95px; }
			#header .top #nav59Active { background: url(../fr/nav/bg_nav59.gif) bottom; width: 95px; }
			#header .top #nav62 { background: url(../fr/nav/bg_nav62.gif) top; width: 117px; }
			#header .top #nav62Active { background: url(../fr/nav/bg_nav62.gif) bottom; width: 117px; }
			
			#header .top #nav59:hover,
			#header .top #nav62:hover { background-position: bottom; }
			
			#header .level1 li.submenu:hover ul.level2 { display: block; }
			
			#header .top .level2 { width: 135px; }
				#header .top .level2 li { width: 133px; }
			#header .top .level2 { top: 20px; left: 0; z-index: 900; background: #fff; border-top: 1px solid #E3EAF4; }
				#header .top .level2 li { float: none; height: auto; margin: 0; padding: 0; background: none; line-height: 1.4em; border: 1px solid #E3EAF4; border-top: none; }
					#header .top .level2 li a { height: auto; color: #343434; text-decoration: none; padding: 3px 6px; }
			
			/* search form*/
			#header .top #searchForm { margin: 1px 0 0 4px; }
			* html #header .top #searchForm { margin-left: 1px; } /* bug IE6 */
				#header .top #searchForm .input { float: left; margin-right: 1px; width: 116px; }
				#header .top #searchForm #searchSubmit { background: url(../fr/nav/btn_ok.gif) top; width: 19px; height: 19px; border: 0; cursor: pointer; }
				#header .top #searchForm #searchSubmit:hover { background-position: bottom; }
	
	/**
	 * Footer
	 */
	#footer { line-height: 41px; margin-top: 3px; font-size: 1.1em; font-weight: bold; color: #C5C5C5; text-align: center; }
		#footer a { color: #C5C5C5; text-decoration: none; }
	
	#pyxis { text-align: right; margin-top: 5px; }
	#container #pyxis { margin-right: 1px; }

/**
 * Footer
 */
#footer {}
