div.sdmenu {
	width: 229px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 0px;
	/*background: url("/images/bottom.gif") no-repeat  right bottom;*/
	color: #fff;
	font-weight: bold;
}
div.sdmenu_no_js{
	width: 229px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 0px;
	/*background: url("/images/bottom.gif") no-repeat  right bottom;*/
	color: #fff;
	font-weight: bold;
}
div.sdmenu div {
	background: url("/images/title.gif") no-repeat;
	overflow: hidden;
}
div.sdmenu_no_js div {
	background: url("/images/title_orange.gif") no-repeat;
	overflow: hidden;
}
div.sdmenu div:hover {
	background: url("/images/title_over.gif") no-repeat;
	overflow: hidden;
}
div.sdmenu_no_js div:hover {
	background: url("/images/title_over.gif") no-repeat;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url("/images/title_violet.gif") no-repeat;
}
div.sdmenu div:first-child:hover {
	background: url("/images/title_over.gif") no-repeat;
}
div.sdmenu div.collapsed {
	height: 18px;
}
div.sdmenu_no_js div.collapsed {
	height: 18px;
}
div.sdmenu div span {
	display: block;
	padding: 0px 14px;
	line-height: 18px;
	font-weight: bold;
	color: white;
	/*background: url("/images/expanded.gif") no-repeat 10px center;*/
	cursor: default;
	/*border-bottom: 1px solid #ddd;*/
}
div.sdmenu_no_js div span {
	display: block;
	padding: 0px 14px;
	line-height: 18px;
	font-weight: bold;
	color: white;
}
div.sdmenu div.collapsed span {
	/*background-image: url("/images/collapsed.gif");*/
}
div.sdmenu div a {
	padding: 5px 10px;
	margin: 0 6px;
	background: #eee;
	display: block;
	font-size: 11px;
	border-bottom: 1px solid #ddd;
	color: #cc0000;
}
div.sdmenu div div .titre_liens {
	display: block;
	padding: 2px 15px;
	font-weight: bold;
	color: #fff;
	background: url("/images/title_orange.gif") no-repeat;
}
div.sdmenu div div .titre_liens:hover {
	color: #fff;
	text-decoration: none;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	/*background : #cc0000 url("/images/linkarrow.gif") no-repeat right center;*/
	background : #cc0000;
	color: #fff;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
