/*
====================
Style pour tout les menu
====================
*/

.responsiveMenuList{
	width : 100%;
	margin : 0;
	padding : 0;
	list-style: none;
	overflow: auto;
}

.responsiveMenuList ul{
	width : 100%;
	margin : 0;
	padding : 0;
	list-style: none;
}

.responsiveMenuList li{
	width : auto;
	margin: 0;
	clear : both;
	background-color: #2e2e2e;
	border-bottom: 1px solid #fbfbfb;
	position: relative;
}

.responsiveMenuList li a,
.responsiveMenuList li span{
	display : block;
	padding: 5px 2px;
}

.responsiveMenuList li a.menumobile_expand{
	position: absolute;
	top : 6px;
	right : 5px;
	padding: 0;

	width : auto;
	height : auto;

	font-family: Arial, Helvetica;
}

.menumobile_expand:hover{
	text-decoration: none;
}

#menumobile_closebutton{
	background : no-repeat center url('../images/close_btn.png');
	display : block;
	width : 40px;
	height : 40px;

	float : right;
	margin : 5px;
}



/*
====================
Style pour différent type de menu
====================
*/

.shrinkLeft, .shrinkRight,
.shrinkSlideLeft, .shrinkSlideRight{
	width : 300px;
}