#container {
  background: url("../../../commun/img/bg/mainBg.jpg") no-repeat fixed center 0 rgba(0, 0, 0, 0);
  font-family: 'Tahoma','Arial',sans serif;
  font-size: 11px;
}
header {
  background: url("../../../commun/img/bg/header_bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  height: 117px;
  margin: 0 auto;
  padding: 0 5px;
  position: relative;
  width: 970px;
}

header{
	width:980px;
	height:120px;
	padding:0 0px;
	margin:0 auto;
	background:transparent;
	position:relative;
}
	header #top{
			position:relative;
			top : 20px;
	}
		header .logo{
				width:248px;
				margin-top:6px;
				margin-left:0px;
				margin-right:85px;
				background: #fff;
			    text-align: center;
			    border-radius: 10px;
		}
		header .accroche{
				width:55%;
				height:34px;
				margin-top:25px;
				font-size: 24px;
				color:#fff;
		}
		header .accroche div{
			padding-top: 3px;
		}
		header .accroche div span{
				font-weight: bold;
				font-style: italic;
		}		
		header .information{
				width:185px;
				margin-left:2px;
				color:#fff;
				float:right;
		}
			header .information .telephone{
				font-size:13px;
				font-weight:bold;
			}
			header .information .telephone span{
				font-size:22px;
			}
			header .information .telephone sup{
				font-size:20px;
				margin-top:3px;
				margin-left:2px;
			}
			header .information .horaire{
				font-size:10px;
			}
	
	header #navigation{
		background:url(../../../commun/img/pictos/sprite.png) -3px -2px no-repeat transparent; 
		width: 970px;
		height:34px;
		margin: 0 auto;
	}
	header #navigation ul{
		width:952px;
		background:url(../../../commun/img/pictos/sprite.png) 950px -39px no-repeat transparent;
		padding-left:11px;
	}
		header #navigation li:first-child{
			background:#ff0000;
		}
		header #navigation li{
			display:inline-block;
			*display:inline;
			*zoom :1;
			vertical-align:top;
			font-size:11px;
			background:url(../../../commun/img/pictos/sprite.png) -3px -81px no-repeat #ff0000;
			height: 28px;
			text-align: center;
			margin-left:-3px;
			padding-bottom:6px;
			
		}
			header #navigation li a{
				color: #fff;
				font-weight: bold;
				line-height:12px;
			}
			
			header #navigation li a{
				padding:2px 12px;				
				*padding:2px 12px;	
				*width:65px;
				display:block;
			}
			header #navigation li:first-child a{
			}
			header #navigation li.item_costa a{
				padding:1px 12px;
			}
			header #navigation li.item_msc a{
				padding:1px 12px;
			}
			header #navigation li.last a{
				padding:2px 14px;
			}
