@charset "UTF-8";
.menu1 {
	width: 600px;
	font-family: nothing-you-could-do;
	font-style: normal;
	/* [disabled]font-weight: 400; */
	height: 50px;
	margin: 0px;
	padding: 0px;
	/* [disabled]z-index: 10; */
	position: relative;
}
.menu1 li {
	display: block;
	float: left;
	/* [disabled]width: 100px; */
	list-style-type: none;
	font-family: hero;
	font-style: normal;
	font-weight: 400;
	font-size: 120%;
	text-align: center;
	height: 35px;
	padding-top: 15px;
	/* [disabled]z-index: 10; */
	overflow: visible;
	}
.menu1 li a {
	color: #000;
	text-decoration: none;
	/* [disabled]z-index: 10; */
}

.menu1 li:hover {
	color: #C60;
	-webkit-transition: all 0.2s ease;
}
.laserie {
	/* [disabled]height: 20px; */
}
.sousmenu1 {
	background-color: #FFF;
	opacity: 0;
	height: 150px;
	width: 150px;
	font-size: 70%;
	/* [disabled]z-index: 10; */
	text-align: left;
	border-radius: 5px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 2px solid #94B578;
	display: none;
	-webkit-transition: all 0.4s ease;
}
.laserie:hover .sousmenu1{
	background-color: #FFF;
	opacity: 1;
	color: #933;
	/* [disabled]z-index: 10; */
	margin-top: 15px;
	display: block;
	-webkit-transition: all 0.4s ease;
}
.sousm {
	text-align: left;
}
