/*
	Position and hide the Menu instance to prevent a flash of unstyled 
	content when the page is loading.
*/

div.yuimenu {

/*
	position: absolute;
	visibility: hidden;
*/

	top:37px;

}


/*
	Set the "zoom" property to "normal" since it is set to "1" by the 
	".example-container .bd" rule in yui.css and this causes a Menu
	instance's width to expand to 100% of the browser viewport.
*/

div.yuimenu .bd {

	zoom: normal;

}

.yuimenuitem {

	list-style-type: none;
	

}

.yuimenuitem-selected  {

	/* background-color:#32210A; */

}

.yuimenu .bd {
	
	/* width: 100%; */
	/* border:1px solid #F5F7C9; */
	background-color: #5F5846; 
	
}

.yuimenu .bd button {
	/* width:100%;  */
	border:none;

}

.yuimenu .bd ul {
	/* width:100%; */
	padding:2px 0px;

}

.yuimenu .bd .ul .li {


}

.yuimenuitem span {

	padding:10px;

}

.yuimenuitemlabel {
	position:inherit;
	min-width:132px;
	color: #F5F7C9;
	padding: 0 0;
	background-color: #5F5846;
	width:100%;
	/* text-align: left; */
	
}

.yuimenuitemlabel-selected {

	color: #32210A;
	background-color: #F5F7C9;
}


/* Button */
.menutoggle {

	font-size: 100%;

	background:#5F5846;
	color:#F5F7C9;
	border:1px solid #F5F7C9;
	/* border:none; */
	min-width: 132px;
	
	background-image: url('../img/puce/selectbasa.png');
	/*background-position-x: inherit;*/
	background-position: left;
	background-repeat: no-repeat;

	text-align: left;
	text-indent: 13px; 
	position:relative;
	top:5px;
	
}

.menutoggle:hover {

	/* background-color: #32210A; */
	/* background-image: url('./img/puce/select-hover.png'); */
	color: #32210A;
}


select, input, button, textarea {
	font-size:100%;
}

ul, menu, dir {

	display:block;
	list-style-type:none;
	padding:0;
	text-align:left;
	margin:0;
}

input, button {
	text-align: left;
}
