#newscadre {
	background-color: #cdcdcd;
	width: 230px;
	height: 230px;
	position: relative;
}
#newsmasque {
	width: 210px;
	height: 200px;
	left: 10px;
	top: 30px;
	position: relative;
	float: left;
	overflow: hidden;
	overflow: hidden;
}
#newsderoulante1 {
	width: 210px;
	height: 200px;
	position: absolute;
	overflow: hidden;
	overflow: hidden;
}
#pause {
	background-color: black;
	width: 220px;
	height: 40px;
	left: 5px;
	bottom: 5px;
	position: absolute;
	opacity: 0.6; MozOpacity: 0.6; KhtmlOpacity: 0.6; filter: alpha(opacity=60);
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
#nav {
	background-color: white;
	width: 240px;
	height: 20px;
	left: 0px;
	bottom: 15px;
	position: absolute;
	text-align: right;
	opacity: 0.5; MozOpacity: 0.5; KhtmlOpacity: 0.5; filter: alpha(opacity=50);
}
.nonAffiche {
	display: none; visibility: hidden;
}
