
.carrousel {
	margin:0;
	width:870px;
	height:355px;
	position:relative;
}
.slide {
	position:absolute;
	width:870px;
	height:355px;
}
.title {
	position:absolute;
	bottom:0;
	color:#171717;
    font: 13px/1.4em Candara,Arial,Helvetica,Garuda,sans-serif;
	height:35px;
	width:100%;
	line-height:35px;
	padding-left:20px;
	left:0;
	background:url(../images/arriere.png) left top repeat;
}
.navigation {
	position:absolute;
	bottom:20px;
	right:0px;
}
.navigation span {
	padding-right:12px;
	float:left;
	color:#FFF;
	text-decoration:none;
	list-style:none;
	cursor:pointer;
	font-size:15px;
}

.navigation span:hover,.navigation span.active {
	color:#c1cb0d;
	cursor:pointer;
}
.next {
	position:absolute;
	left:940px;
	top:146px;
	width:61px;
	height:36px;
	opacity:0.5;
}
.prev {
	position:absolute;
	left:10px;
	top:146px;
	width:61px;
	height:36px;
	opacity:0.5;
}
.next:hover {
	opacity:1;
	cursor:pointer;
}
.prev:hover {
	opacity:1;
	cursor:pointer;
}