@charset "utf-8";

/* Styles des typo pour accordions */

h3 {
	margin:0px;
	padding:0px;
}

#menu {
	height:368px;
	background-color:#000000;
	margin:0px;
	padding:0px;
	width:150px;
	padding:20px 0px 20px 20px;
	max-height:368px;
	overflow:hidden;

}

#accordion {
	overflow: hidden;
}

div#menu_accordion {
	padding:0px;
}

div.element {
	height: 0px;
	overflow: hidden;
}