#newscadre {
	background-color: #ccc;
	width: 320px;
	height: 260px;
	position: relative;
}
#newsmasque {
	width: 320px;
	height: 260px;
	position: relative;
	float: left;
	overflow: hidden;
}
#newsderoulante1 {
	margin-top: 10px;
	margin-left: 10px;
	width: 300px;
	height: 240px;
	position: absolute;
}
#newsderoulante2 {
	margin-top: 10px;
	margin-left: 10px;
	width: 300px;
	height: 240px;
	position: absolute;
}

