#menuNew
{
	margin: 0 auto;
	width: 812px;
	padding: 0;
	height: 64px;
}

#menuNew li
{
	display:inline;
	list-style-type: none;
	line-height:64px;
}

#menuNew li a
{
	background-color:#FFFFFF;
	display:block;
	float:left;
	
	height:64px;
	line-height:64px;
	width:auto;
	
	text-decoration:none;
	color:#3680c7; /* bleu menu */
}

#menuNew li a span
{
	background-color:#FFFFFF;
	border:1px solid #ccc;
	border-left:medium none;
	
	display:block;
	float:left;
	
	height:36px;
	line-height:36px;
	
	margin:12px 0pt;
	padding:0pt 9px 0pt 18px;
	
	text-decoration:none;
	width:auto;
	color:#3680c7; /* bleu menu */
	
	background:#f8f8f8 url(images/menuPuce.png) no-repeat 6px 17px;
}

#menuNew li a:hover span,
#menuNew li a.select span
{
	margin-top:13px;
	background:#fff url(images/menuPuceHover.png) no-repeat 6px 17px;
}

#menuNew li.logo h1{
	width:65px;
	height:64px;
	float:left;
	margin:0;
}
#menuNew li.last span
{
	border-right:none;
}
