@charset "UTF-8";
#wrapperbarremenu {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	height: 38px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BCC3CB;
}
#barremenu {
	height: 38px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	z-index: 9999;
}

#barremenu #pictomenu {
	height: 30px;
	width: 40px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
#menu {
	position:absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%
}
#menu li {
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	float: left;
	color: #DADADA;
	text-decoration: none;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 22px;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	line-height: 22px;
	width: 20%;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background-image: url(images/fondmenu.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu li:last-child a {
	background-image: none;
}
#menu li a:hover, #menu li a:active {
	background-color: #4F4F4F;
}
#menu .sousmenu {
	padding: 0;
	list-style: none;
	display: none;
	margin: 0px;
	background-image: none;
	text-align: left;
	width: 120px;
}
#menu .sousmenu li a {
	background-color: #438136;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	width: 120px;
	border-right-style: none;
	margin-top: 2px;
}

@media screen and (max-width : 880px) {
#menu {
 width: 100%;
 display: none
}
#barremenu #pictomenu {
 display: block;
}
#menu li {
 float: none;
}
#menu li a {
	float: none;
	color: #DADADA;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 25px;
	line-height: 25px;
	width: 100%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	background-image: none;
	background-color:#232242;
	margin-top:2px;
}
#menu .sousmenu {
 width: 100%;
}
#menu .sousmenu li a {
 float: none;
 border-bottom-style: none;
 width: 100%;
 padding-right: 0;
 padding-left: 0;
}
}
