#newscadre {
	background-color: #ccc;
	width: 320px;
	height: 260px;
	position: relative;
}
#newsmasque {
	width: 320px;
	height: 260px;
	position: relative;
	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;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}

