#slider-stage {
	width: 360px;
	overflow:hidden;
	height: 200px;
	margin-left:1px;
	float:left;
	position:relative;
}
/*#slider-buttons {
	width: 296px;
	margin: 0 auto;
	position:relative;
	height:20px;
}*/
#slider-list {
	width: 2000px;
	border: 0;
	margin: 0;
	padding: 0;
	left: 0px;
	position: absolute;
}
#slider-list a.theme {
	list-style: none;
	margin: 0 10px;
	padding: 0;
	border: 0;
	float: left;
	width: 339px;
	height: 200px;
	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:#000000;
	display:none;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:13px;
	font-weight:normal;
	height:16px;
	left:0px;
	padding:50px 0px 0px 0px;
	/*position:absolute;*/
	text-align:left;
	/*text-transform:uppercase;*/
	top:0px;
	width:500px;
}
#slider-list a.theme:hover span.changeTheme {
	display:block
}
#sliderBloc {
	height:220px;
	width:403px;
	overflow:hidden;
	padding:5px 0px 0px 0px;
}
#sliderBloc a#previous, #sliderBloc a#next {
	background:url(fleche-carrousel-gauche.png) no-repeat left top;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	width:20px;
	height:20px;
	margin:70px 0px 0px 0px;
}
#sliderBloc a#next {
	background:url(fleche-carrousel-droite.png) no-repeat left top;
	margin:70px 0px 0px 2px;
}
#sliderBloc a#previous:hover, #sliderBloc a#next:hover {
	background-position:left -20px;
}
.demo{
/*	background: #F3F2DA none repeat scroll 0 0;
	padding:0 1em 1em;*/
}
