#newscadre {
	width: 200px;
	height: 300px;
	position: relative;
}
#newsmasque {
	width: 200px;
	height: 280px;
	left: 10px;
	top: 30px;
	position: relative;
	float: left;
	overflow: hidden;
}
#newsderoulante1 {
	width: 200px;
	height: 280px;
	position: absolute;
}
#newsderoulante2 {
	width: 200px;
	height: 280px;
	position: absolute;
}

