#actus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 16px 0 16px 0;
	width: 558px;
	position: relative;
	}

#actus h2 {
	padding: 3px 3px 3px 3px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#000000;
	width:11.5%;
}

#actus p  {
	padding: 15px 25px 15px 13px;
	border-bottom:1px #CCCCCC dotted;
	text-align: justify;
	background-color: #DBD5CF;

}

#actus .lien {
	text-align: right;
	font-size: 10px;
	font-family: "Courier New", Courier, mono;
	color: #7C7C7C;
}

#actus a {
	text-decoration: underline;
	text-transform: uppercase;
	color:#7C7C7C;
	letter-spacing: 1px;
}

#actus a:hover {
	text-decoration: none;
}

#actus hr {
	display:none;
	clear:both;
}