div.news div {
	float:left;
	width:205px;
	height:120px;
	margin:5px;
	border:1px solid #fff;
	position:relative;
	background:url('news.gif') no-repeat;
}

div.news div a {
	text-decoration:underline;
	position:absolute;
	bottom:0; left:0;
	width:185px;
	display:block;
	background:#000;
	padding:8px 10px;
	color:#fff;
	text-align:left;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

div.news div a:hover {
	text-decoration:none;
}

div.retour {
	float:left;clear:both;width:100%;
	text-align:right;
	margin-bottom:5px;
}

div.new div.photos {
	float:left;
	clear:both;

	margin-top:20px;
	background:#e5e0db;
	border:2px solid #cbc1b8;
}

div.new h2 {
	font-size:22px;
	color:#563d26;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.new div.img {
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}

div.new div.img img {
	border:2px solid #fff;
}

div.new div.photos div {
	float:left;
	margin:5px;
}

div.new div.photos a img {
	border:2px solid #fff;
}