#slider-stage {
	width:686px;
	overflow:hidden;
	height:148px;
	margin-left:0px;
	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;
	padding: 0;
	border: 0;
	margin-right:3px;
	float: left;
	width:133px;
	height:144px;
	position:relative;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
	border:1px solid #c8c8c8;
	}
	
#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;
	font-weight:bold;
	height:16px;
	left:0px;
	padding:4px 0 0;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	top:0px;
	width:133px;
	}
	
#slider-list a.theme:hover span.changeTheme {
	display:block
	}
	
#sliderBloc {
	height:146px;
	/*margin:0 auto;*/
	width:705x;
	overflow:hidden;
	}
	
#sliderBloc a#previous, #sliderBloc a#next {
	background:url(fleche-carrousel-gauche.png) no-repeat left top;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
	width:7px;
	height:148px;
	margin:0px 0px 0 0;
	}
	
#sliderBloc a#next {
	background:url(fleche-carrousel-droite.png) no-repeat right top;
	margin:0px 0 0 0px;
	}
	
#sliderBloc a#previous:hover {
	background-position:left 0px;
	background:url(fleche-carrousel-gauche1.png) no-repeat left top;
	}
	
#sliderBloc a#next:hover {
	background-position:left 0px;
	background:url(fleche-carrousel-droite1.png) no-repeat right top;
	}

