#slider-stage {
	width: 710px;
	background:#161616/*URL(/Images/BG_Content.jpg) top repeat-x*/;
	border:1px solid #444;
	overflow:hidden;
	height: 210px;
	padding:20px 0;
	margin:10px auto;
	position:relative;
}
/*#slider-buttons {
	width: 296px;
	margin: 0 auto;
	position:relative;
	height:20px;
}*/
#slider-list {
	width: 1000px;
	border: 0;
	margin:0 0 0 5px;
	padding: 0;
	left: 0px;
	position: absolute;
}
#slider-list a.theme {
	list-style: none;
	margin: 0 16px;
	padding:2px;
	background-color:#BBB;
	border:1px solid #444;
	margin-right:8px;
	float: left;
	width: 142px;
	height: 204px;
	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:#BBB;
	color:#FFD200;
	display:none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	height:16px;
	left:0px;
	padding:1px 0 0;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	top:0px;
	width:120px;
}
#slider-list a.theme:hover span.changeTheme {
	display:block
}
#sliderBloc {
	height:204px;
	/*margin:0 auto;*/
	width:142px;
	overflow:hidden;
}

#btnprevious {background:URL(/images/BTN-Prev.png) bottom no-repeat; float:left; width:24px; height:45px; margin-top:100px;}
#btnprevious:hover {background:URL(/images/BTN-Prev-Hover.png);}
#btnnext {background:URL(/images/BTN-Next.png) bottom no-repeat; float:right; width:24px; height:45px; margin-top:100px;}
#btnnext:hover {background:URL(/images/BTN-Next-Hover.png);}

#sliderBloc a#previous, #sliderBloc a#next {
	background:url(fleche-carrousel-gauche.png) no-repeat left top;
	text-indent:-9999px;
	cursor:pointer;
	width:32px;
	height:31px;
}
#sliderBloc a#next {
	background:url(fleche-carrousel-droite.png) no-repeat left top;
	margin:55px 0 0 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;
}

