/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/tree_frog_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {
	list-style-type:none;
	padding:0;
	margin:0;
	width:217px;
	position:relative;
	top:0px;
	left:0px;
	z-index:100;
	margin-bottom: 8px;
	background-image: url(img/fond-menugauche.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}
#menu ul, #menu dd li {
	list-style-type:none;
	padding:0;
	margin:0;
	width:217px;
	left:0;
	text-indent:0;
	line-height:18px;
}

#menu dt {
	cursor:pointer;
}


#menu dt, #menu dt a {
	display:block;
	color:#6e6858;
	line-height:24px;
	width:217px;
	text-decoration:none;
	cursor:pointer;
	font-weight:normal;
	text-transform: none;
	font-weight: bold;
}
#menu dt.sub {
	text-indent: 30px;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	
	width: 210px;
}
#menu dt.sub {
	background-image: url(img/fleche-menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
#menu dd {
background:none;
width:170px;
padding:0;
margin-left:20px;
left:0;
list-style:none;
color:#7F7760;
background:none;
}
#menu  dd  a{
color:#7F7760;
padding-left:4px;
display:block;
width:170px;
}
#menu  dd  a:hover{
text-decoration:none;
}