#blocactualite h2 {
	display: none;
}

.news {
	overflow: auto;
	border-bottom: 2px dotted #fec300;
	padding: 20px 0;
	position: relative;
	margin: 0 0 20px 0;
}

.news .titre {
	font-size: 25px;
	color: #fec300;
	font-family: "BreeBold", Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #fec300;
	margin: 0;
	display: block;
}

.news img {
	float: left;
	margin: 0 20px 0 0;
}

hr {
	display: none;	
}

.news a {
	float: right;
	display: block;
	width: 141px;
	height: 19px;
	text-indent: -200em;
	background: url(../../images/new/btn_more.gif) no-repeat;
	position: absolute;
	bottom: 20px;
	right: 0;
}

.news a:hover {
	background-position: 0 -19px;	
}
