#menu-container {
	position: absolute;
	width: 260px;
	left: 0px;
	top: 173px;
}
#menu{
	margin-left: 30px;
	margin-right: 20px;
	overflow: auto;
}
#menu li {
	list-style: none;
	background: url('/images/puce-menu.gif') no-repeat left;
	line-height: 24px;
	padding-left: 25px;
	border-bottom: solid 1px #CBCBC6;
}
#menu li.last {
	border-bottom: none;
}
#menu a, #menu a:link, #menu a:active, #a:visited {
	text-align: left;
	color: #6b802b;
	text-decoration: none;
	font-weight: bold;
	outline: 0;
}
#menu a:hover {
	color: #B5CB3A;
}

#actus {
	position: relative;
	background: url('/images/img-actus-background.png') no-repeat left top;
	width: 211px;
	eight: 523px;
	margin-left: 14px;
	margin-top: 15px;
	padding: 10px;
}

#actus .scroller {
	eight: 400px;
}

#actus ul {
	padding: 0px;
	margin: 0px;
	padding-left: 25px;
}

#actus ul li {
	list-style: url('/images/puce-liste.gif');
	padding: 0px;
	padding-left: -10px;
	margin: 0px;
	margin-bottom: 5px;
}

#actus img {
	border: none;
}

