@charset "utf-8";
/* ------------------------------------------------
	Fichier hesder.css
		
  1. Logo
  2. Menu
  3. Infos
	
 ------------------------------------------------*/


#header {
	background: #025a4a url(../images/header-bg.jpg) left top repeat-x;
	height: 150px;
	margin: 0 auto;
	width: 980px;
}

/* ------------------------------------------------
  [ 1. Logo ]
*/
	#header-top {
		padding: 0 29px;
	}

		#logo {
			display: block;
			float: left;
			margin: 0;
		}
			
		#logo-gsk {
			display: block;
			float: right;
			margin-right: 20px;
		}

/* ------------------------------------------------
  [ 2. Menu ]
*/
 	#header-menu {
		float: left;
 		height: 38px;
		margin: 16px 0 0 0;
		padding: 0 0 0 35px;
	} 
	
		#header-menu ul {
			list-style-image: none;
						
		}

		#header-menu li{
			display: inline;
			float: left;
			margin: 0;
			padding: 0;
		}
		
		#header-menu a {
			color: #fff;
			display: inline-block;
			font-size: 1.2em;
			font-weight: bold;
			line-height: 20px;
			margin: 8px 5px;			
			padding: 1px 15px;
			position: relative;
			text-align: center;
			text-decoration: none;
		}
		
		#header-menu li.selected a {
			background: #000;
		}
		
			#header-menu li.selected  ul li a {
				background: transparent;
			}
		
		#header-menu a:hover {
			background: #e80070;
		}
				
		#header-menu li ul { 
			background: #f2f3f5;
			border: 1px solid #0d9540;
			display: none;
			padding: 0;
			visibility:hidden;		
			width: 192px;
		}
		
		#header-menu li ul li {
			display: block;
			float: none;
		}
		
			#header-menu li ul li a{
				color: #5a5a5a;
				display: block;
				font-size: 1em;
				font-weight: normal;
				line-height: 1em;
				margin: 0;
				padding: 6px 16px;
				position:relative;
				text-align: left;
				text-decoration: none;
			}
				#header-menu li ul li a:hover {				
					background: #008f36;
					color: #fff;
				}

/* ------------------------------------------------
  [ 3. Infos ]
*/
	#header-infos {
		color: #c6ebbc;
		font-size: 1em;
		float: right;
		margin: 29px 45px 0 0;
	}
