#stagesblocContainer {
	position: relative;
	height: 285px;
	/*background-color:#FFFF00;*/
}
#stagesblocScrollContainer {
	position: relative;
	width: 165px;
	height: 252px;
	overflow: hidden;
	/*background-color:#CCFFFF;*/
}
.stagesblocScrollImage {
	position: absolute;
	width: 10px;
	height: 7px;
	margin: 0px;
	padding: 0px;
}
#stagesblocScollUp {
	left: 155px;
	top: 16px;
}
#stagesblocScollDown {
	left: 155px;
	top: 275px;
}
#stagesblocScrollContent {
	position: absolute;
	width: 165px;
	/*background-color:#FFCCFF;*/
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#stagesblocContainer h3 {
	color: #993399;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 11px;
	background:transparent url(../images/fleche-home-news.gif) no-repeat;
	padding-left: 30px;
	text-decoration: none;
	text-transform: uppercase;
}
#stagesblocScrollContent .stagesdate {
	color: #999999;
	margin-right: 6px;
	font-size: 10px;
	font-weight: bold;
}
#stagesblocScrollContent li {
	margin-top: 8px;
}
div.stagessep {
	margin: 0px;
	margin-top: 12px;
	padding: 0px;
	overflow: hidden;
	background-image: url(../images/filet-news.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 5px;
}