/* CSS Document */
ul#fdc-actu {
	list-style-type : none;
	padding:0;
	margin:0;	
	width: 350px;		
}
ul#fdc-actu li {
	padding:0;		
	display:inline;
	float:left;
	width:145px;
	padding:5px 0px 5px 15px;	
	line-height:12px;
	height:40px;
		
}
ul#fdc-actu img {	
	margin:3px;
	float:left;
	display:block;
	line-height:80px;
	border:0;
}

ul#fdc-actu a {	
	/*font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#666666;	*/
	display:block;
	padding:2px 2px 2px 2px;
}
 
ul#fdc-actu a:hover { 
	text-decoration: none;
	background-color:#E6F47F;	
	color:#333333;
}

