/* CSS Document */
.menu dl, .menu dt, .menu dd {
	margin: 0px;
	margin-left: 2px;
}
#colonnegauche dl, #colonnedroite dl {
	margin: 0px;
}
.menu ul, .menu li {
	margin: 0px;
	list-style-image: url("../images/flechenoir.gif"); /* On change l'apparence des puces */
}
dl.menu  ul {
	padding-left: 14px;
}
dl.menu dt {
	cursor: pointer;
	min-height: 18px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
}
dl.menu dt a {
	color: #000000;
	text-align: left;
	text-decoration: none;
	display: block;
	height: 100%;
}
dl.menu li a {
	color: #000000;
	text-align: left;
	text-decoration: none;
	display: block;
	height: 100%;
	padding-left: 0px;
}
dl.menu dt:hover {
	background-image:url(../images/menusurvoldt.png);
	background-repeat: no-repeat;
}
dl.menu ul a:hover {
	background-image:url(../images/menusurvolli.png);
	background-repeat: no-repeat;
}
.sousmenugauche, .sousmenudroite {
	display:none;
}

