#menu_actu dl, #menu_actu dt, #menu_actu dd, #menu_actu ul, #menu_actu li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 8pt;
}

#menu_actu dl, #menu_actu dt, #menu_actu dd
{
	width: 170px;
}

#menu_actu
{
	/*position: absolute; /* placement du menu, à modifier selon vos besoins */
	top: 150;
	left: 760;
}

#menu_actu
{
	width: 10em;
}

#menu_actu dt
{
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #9CCEE7;
	background: #9CCEE7;
}
/*
#menu_actu dd
{
	border: 1px solid gray;
}
*/
#menu_actu li
{
	text-align: center;
	border: 1px solid gray;
	background: #fff;
}

#menu_actu li a, #menu_actu dt a 
{
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#menu_actu li a:hover, #menu_actu dt a:hover
{
	background: #85A0C6;
}
