/*#slider-buttons {
	width: 296px;
	margin: 0 auto;
	position:relative;
	height:20px;
}*/
#slider-list {
	width: 100px;
	border: 0;
	padding: 0;
	left:0;
	position: relative;
}
#slider-list .one_project_element_home_slide {
	list-style: none;
	padding: 0;
	border: 0;
	position:relative;
	width:182px;
	height:183px;
	float:left;
	margin-right:7px;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
}

#slider-list .one_project_element_home_slide .box_image{ 
width:182px;
height:148px; 
overflow:hidden;
margin-top:10px;
}

#slider-list .one_project_element_home_slide .text_view{
font-style:italic; 
margin-top:3px;
}

#slider-list .one_project_element_home_slide .title_project{
font-family:"Times New Roman", Times, serif; 
font-size:15px; 
color:#57534a;
width:178px;
text-align:left;
overflow:hidden;
margin-left:8px;
}

#slider-list .one_project_element_home_slide .title_project a{
color:#57534a;
}

#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:55px;
	left:0;
	padding:0;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	top:120px;
	width:179px;
}
#slider-list a.theme:hover span.changeTheme {
	display:block
}
#sliderBloc {
	height:145px;
	/*margin:0 auto;*/
	width:294px;
	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:20px;
	height:20px;
	margin:55px 2px 0 0;
}
#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;
}
