 
/* menu vertical */


dl, dt, dd, li, ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
	position: relative;
	padding: 0;
	margin: 0;
	height: 100%;
}

dl#menu {
	width: 185px;
}

/* menu */

dl#menu dt {
	cursor: pointer;
	text-align: left;
	color: #302C28;
	font-size: 13px;
}

dl#menu dt a {
	text-decoration: none;
	color: #666666;
	display: block;
	background-image: url(gfx/puceGrise.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	height: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
}

dl#menu dt a:hover {
	color: #333333;
	background-image: url(gfx/puceGrise.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-decoration: underline;
}

/* sous-menu vertical */

dl#menu dd {
	font-size: 11px;
	font-style: italic;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 24px;
}

dl#menu li {
	text-align: left;
}

dl#menu li a {
	text-decoration: none;
	color: #666666;
	display: block;
	height: 100%;
	padding-top: 2px;
	padding-bottom: 4px;
}

dl#menu li a:hover {
	color: #333333;
	text-decoration: underline;
}

