div.sdmenu {
	width: 256px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
	background: url(../images/MenuGauche_ArrondisBas_Selection.gif) no-repeat  left bottom;
	color: #fff;
}
div.sdmenu div {
	/*background: url(../images/title.gif) repeat-x;*/
	overflow: hidden;
}
div.sdmenu div:first-child {
	/*background: url(../images/MenuGauche_Fond_Confirmer.gif) no-repeat;*/
}
div.sdmenu div.collapsed {
	height: 24px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(../images/MenuGauche_Btn_Replier.gif) no-repeat 0px center;
	cursor: default;
	border-bottom: 0px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/MenuGauche_Btn_Deplier.gif);
}
div.sdmenu div a {
	/*padding: 5px 10px;*/
	/*background: #eee;*/
	display: block;
	/*border-bottom: 1px solid #ddd;*/
	/*color: #066;*/
	text-decoration: none;
	cursor : default;
}
div.sdmenu div a.current {
	/*background : #ccc;*/
	text-decoration: none;
	cursor : default;
}
div.sdmenu div a:hover {
	/*background : #066 url(../images/linkarrow.gif) no-repeat right center;*/
	/*color: #066;*/
	cursor : default;
	text-decoration: none;
}

