/*gestion du menu*/

#menu div.menubar {

}


#menu {
	color: #fff;
	background-color: #000;
	/*font: 150% Georgia, "Times New Roman", Times, serif;*/
	 font: 13px Gill Sans;
 font-weight: bold;
	margin: 0;
	
	height: 52px;
	background: white;
	overflow: visible;
	border: 0px solid #E1E1E2;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

#menu ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#menu ul li {
    float: left;
    padding: 0 0px;
    margin: 0;
   	width: auto;
   	/*width: 102px;*/
    display: block;
	list-style-image: none;
	list-style-type: none;
}

#menu ul li.last {
	border-right: none;
}

#menu ul li a {
	font-family: "proxima-nova-extra-condensed-1","proxima-nova-extra-condensed-2",sans-serif;
    display: block;
	width: auto;
	color: Black;
	text-decoration: none;
	
	padding: 0 11px 0 11px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1E1E2;
	margin-top: 10px;
	height: 30px;
    float: left;
    line-height: 40px;
    font-size: 20px;
    color: #333435;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#menu ul li a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#menu div#recherche {
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}
