@charset "UTF-8";
/* CSS Document */

#menu-demo2, #menu-demo2 ul{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	/* [disabled]min-width: 60; */
	line-height: 1.4;
}
#menu-demo2 li{
display:inline-block;
position:relative;
}
#menu-demo2 ul li{
display:inherit;
}
#menu-demo2 ul li:hover{
border-radius:0;
}
#menu-demo2 ul{
position:absolute;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .6s all .1s;
-webkit-transition: .6s all .1s;
transition: .6s all .1s;
}
#menu-demo2 li:hover ul{
	max-height: 15em;
}
/* background des liens menus */
/* background des liens sous menus */
/* background des liens menus et sous menus au survol */
/* les a href */
#menu-demo2 a{
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 1px;
	color: #585858;
	text-align: left;
}
#menu-demo2 ul a{
	padding: 0px 0;
	min-width: 130px;
	/* [disabled]overflow: visible; */
}
#menu-demo2 li:hover li a{
color:#999;
text-transform:inherit;
}
#menu-demo2 li:hover a, #menu-demo2 li li:hover a{
	color: #000;
	text-align: left;
	width: auto;
	min-width: 130px;
}
