#slider-stage {
	width: 760px;
	overflow:hidden;
	height: 175px;
	margin-left:1px;
	margin-top:15px;
	float:left;
	position:relative;
}
#slider-list {
	width: 2000px;
	border: 0;
	margin: 0;
	padding: 0;
	left: 0px;
	position: absolute;
}
#slider-list a.theme {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	margin-right:8px;
	float: left;
	width: 120px;
	height: 140px;
	position:relative;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
}
#slider-list a.theme:hover {
}
#slider-list a.theme span.nameVignette {
	position:absolute;
	left:4px;
	bottom:0px;
	color:#a0a09b;
	padding:3px;
	font-size:10px;
}
#slider-list a.theme:hover span.nameVignette {
	color:#494947;
}
#slider-list a.theme span.changeTheme {
	background:#363636;
	color:#FFD200;
	display:none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:16px;
	left:0px;
	padding-top: 2px;
	padding-bottom: 4px;
	position:absolute;
	text-align:center;
	top:0px;
	width:120px;
	filter: alpha(opacity=80);
	khtml-opacity: 0.8;
	moz-opacity: 0.8;
	opacity: 0.8;
}
#slider-list a.theme:hover span.changeTheme {
	display:block
}
#sliderBloc {
	height:130px;
	/*margin:0 auto;*/
	width:830px;
	overflow:hidden;
}
#sliderBloc a#previous, #sliderBloc a#next {
	/*background:url('include/templates/envision/images/fleche-carrousel-gauche.png') no-repeat left top;*/
	float:left;
	/*text-indent:-9999px;*/
	cursor:pointer;
	width:22px;
	height:28px;
	margin:50px 12px 0 0;
}
#sliderBloc a#next {
	/*background:url('include/templates/envision/images/fleche-carrousel-droite.png') no-repeat left top;*/
	margin:50px 0 0 12px;
}
#sliderBloc a#previous:hover, #sliderBloc a#next:hover {
	background-position:left -20px;
}
.demo{
	background: repeat scroll 0 0;
	padding:0 1em 1em;
}