#header{
	width: 800px;
	height: 166px;
	background-color:#4488c7;
	margin: 0px auto;
	z-index: 1;
	position: relative;
}

#topheader{
	height: 128px;
}

#nomsite{
	width: 430px;
	height: 128px;
	margin: 0px auto;
	float: left;
}

#titresite{
	width: 370px;
	height: 128px;
	margin: 0px auto;
	float: left;
}

#header h1{
	color: #ffffff;
	font-size: 60px;
	font-family: Nexa Light, arial, sans-serif;
	font-weight: normal;
	letter-spacing: -4px;
  margin-top:25px;
}

#header h1 span#tel{
	color: #ffffff;
	font-size: 20px;
	font-family: Nexa Light, arial, sans-serif;
	font-weight: normal;
	letter-spacing: 7px;
  display:block;
  margin-top:-15px;
  /*margin-left:70px;*/
}
#header h2{
	color: #ffffff;
	font-size: 16px;
	font-family: "Droid Sans", arial, sans-serif;
	font-weight: normal;
	padding-top: 72px;
}


/*----------------MENU----------------*/
#menu{
	height: 38px;
	width: 800px;
	text-align: center;
}

#nav{
	list-style: none;
}

#menu ul{
	 margin-left: 135px;
	 margin-top: -8px;
}

#menu li{
	display: block;
	float: left;
	margin: 0 14px;
}

#menu a{
	font-size: 13px;
	text-decoration: none;
	color: #393939;
}
#menu a:hover{
	color:#ffffff;
	transition: color 0.4s ease-out 0s;
	 -webkit-transition: color 0.4s ease-out 0s;
}


