/* CSS Document */

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

#menu {
	float:left;
}

#menu {
	margin-top:20px;
	width: 200px;

}

#menu dt, #div_menu {
	display:block;
	cursor: pointer;
	font-size:11px;
	margin: 10px 0;
	height: 23px;
	line-height: 20px;
	text-align: right;
	font-weight: bold;
	color:#FFFFFF;
	padding-right:30px;
	padding-top:2px;
	background-image:url(../images/fleches.gif);
	background-repeat:no-repeat;
	background-position:180px;
}
#div_menu a{
color: #FFFFFF;
}
#div_menu:hover{
color: #000000;
}

#menu dd {
	border: 1px solid gray;
}

#menu li {
	text-align: center;
	background: #fff;
}

#menu li a, #menu dt a {
	color: #FFF;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#menu li a:hover, #menu dt a:hover {
	/*background: #eee;*/
	color:#000;
}
