#slider-stage {
	width:900px;
	overflow:hidden;
	float:left;
	position:relative;
	border: solid 0px #FF0000;
	height:225px;
	margin-top:10px;
}
/*#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;
	overflow:hidden;
}
#slider-list a.theme {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	margin-right:27px;
	float: left;
	width: 158px;
	height: 148px;
	position:relative;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
}
#slider-list a img {
	width: 158px;
	height: 148px;
	border: solid 0px #000;	
}
#slider-list a.theme:hover {
}
#slider-list a.theme span.nameVignette {
	position:absolute;
	left:0px;
	bottom:0px;
	width: 158px;
	height:30px;
	color:#0090bb;
	font-weight:bold;
	padding-left:10px;
	line-height:34px;
	font-size:11px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	border: solid 0px #000;
	background:url(../images/botbg.png) left top no-repeat;
}
#slider-list a.theme:hover span.nameVignette {
	color:#494947;background:url(../images/botbgup.png) left top no-repeat;
}
#slider-list a.theme span.changeTheme {
	display:block;
	position:absolute;
	top:5px;
	right:2px;
	width:40px;
	height:32px;
	background: url(../images/matsasm.png) left top no-repeat;
}
#slider-list a.theme:hover span.changeTheme {
	display:block
}
#sliderBloc {
	height:210px;
	/*margin:0 auto;*/
	width:568px;
	border: solid 0px #000; 
}
#sliderBloc a#previous {
	background:url(../images/fleche-carrousel-gauche.png) no-repeat left -36px;
	text-indent:-9999px;
	cursor:pointer;
	width:20px;
	height:36px;
	margin:0px 10px 0 0;
	display:block;
	position:absolute;
	left: 508px;
	top: 7px;
}
 #sliderBloc a#next {
	background:url(../images/fleche-carrousel-gauche.png) no-repeat left -36px;
	text-indent:-9999px;
	cursor:pointer;
	width:20px;
	height:36px;
	margin:0px 10px 0 0;
	display:block;
	position:absolute;
	left: 544px;
	top: 7px;
}
#sliderBloc a#next {
	background:url(../images/fleche-carrousel-droite.png) no-repeat left -36px;
	margin:0px 0 0 0px;
}
#sliderBloc a#previous:hover, #sliderBloc a#next:hover {
	background-position:left top;
}
.demo{
	background: #F3F2DA none repeat scroll 0 0;
	padding:0 1em 1em;
}
