	
/* Menu DEROULANT */
#cadre-menu {
	position:absolute;
	left:-330px;
	top:11%;
	width:375px;
	font:12px Arial;
}
#bordure-menu {	
	float:left;
	background:#574445;
	width:275px;
	margin:0px;
	padding:25px;
	padding-top:30px;
	border: solid 5px #382728;
	border-left:none;
	overflow:auto;
	max-height:300px;
	min-height:200px;
}

a{
	list-style: square inside;
	text-décoration:none;
	font-style:normal;
	color:#fddc88;
	text-align:center;
}
	

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

#bouton-menu {
	float:right;
	width:45px;
	margin:0px;
	height:136px;
}
