@CHARSET "ISO-8859-1";

.leftPanel {
	position:relative;
	left: 25px;
	width: 200px;
	height :600px;
	background : url("../images/site/degradev2.png") repeat-x;
	float: left;
	
	color:#666666;
}

.leftPanel div {
margin:0 10px 20px;
}

.leftPanel ul {
list-style-type:none;
margin:0;
padding:0;
}

.leftPanel ul li:first-child {
border-top:1px solid #CCCCCC;
padding:0.5ex 0;
}

.leftPanel ul li {
border-bottom:1px solid #CCCCCC;
padding:0.5ex 0;
}

.leftPanel li a:hover {
background:transparent url(../images/site/curseur.gif) repeat-y scroll right center;
color:#333333;
}
.leftPanel li a {
background:transparent none repeat scroll 0 0;
color:#666666;
display:block;
}
.leftPanel a {
text-decoration:none;
}

.leftPanel a:hover {
background:transparent none repeat scroll 0 0;
color:#333333;
}
.leftPanel a:link {
background:transparent none repeat scroll 0 0;
color:#666666;
}