#carrousel{
	border: solid #e8e8e8;
	width: 500px;
	height:300px;
	margin: 0 auto;
	position: relative;
}



.slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 300px;
	}
	
.titre{
	padding-left: 15px;
	line-height: 35px;
	height: 25px;
	bottom: 0;
	left: 0;
	width: 485px;
	background: url(img/opaque.png);
	position: absolute;
	}
	
	
.navigation{
	right: 2px;
	position: absolute;
	bottom: 2px;
	}
	
	
.navigation span{
	background: #000;
	color: #fff;
	padding: 2px 4px;
	}
	
.navigation span:hover{
	background: #ffba00;
	color: #000;
	cursor: pointer;
	}