div.sdmenu {
	width: 195px;
	padding-bottom: 10px;
	color: #fff;
	padding-left:10px;
}
div.sdmenu div {
	overflow: hidden;
margin:4px 0 0 0;
}

.title a, .title a:visited { font-weight:bold; text-transform:uppercase; background-image:none; text-decoration:none; }
.title a:hover { text-decoration:none; }

.titre a, .titre a:visited { font-weight:bold; text-transform:uppercase; background-image:none; text-decoration:none; }
.titre a:hover { text-decoration:none; color:red; }


div.sdmenu div:first-child {
}
div.sdmenu div.collapsed {
height: 27px;
	
}

.title {
	display: block;
	width: 170px;
	padding: 4px;
	font-weight: bold;
	color: #fff;
	cursor: default;
	border:1px solid #fff;
	}

.titre {
	display: block;
	width: 170px;
	padding: 4px;
	font-weight: bold;
	color: #fff;
	cursor: default;
	border:1px solid #fff;
	margin:4px 0 0 0;
	
	}

div.sdmenu div span {
	display: block;
	width: 170px;
	padding: 4px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	border:1px solid #fff;
	margin:0px 0;
	text-transform:uppercase;
	}
div.sdmenu div.collapsed span {

}
div.sdmenu div a, div.sdmenu div a:visited {
	width: 170px; 
 	padding:5px; 
	display: block;
	color: #fff;
}
div.sdmenu div a.current, div.sdmenu .title a.current {
color:red;
font-weight:bold; background-image:none; text-decoration:none;
}

div.sdmenu div a.current, div.sdmenu .titre a.current {
color:red;
font-weight:bold; background-image:none; text-decoration:none;
}

div.sdmenu div a:hover {
	color: red;
	background:url(../images/pictob.png) 5px center no-repeat; 
	text-decoration: none;
}
