#carrousel{
	border:solid 1px #ccc;
	background: white;
	margin: 0 auto;
	width:530px;
	height: 200px;
	position: relative;
	overflow: hidden;
	
}

#diapoapparence{

	padding: 20px 0px;
	vertical-align: middle;
}

#diapoapparence img{
	float: left;
	margin-right: 10px;
}

#diapoapparence a{
	text-decoration: none;
}

.diapo{
	position: absolute;
	top: 0px;
	left: 0px;
	width:500px;
	height: 200px;
}

.diapotexte{	
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 480px;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	background: url(images/fd_txt_diapo.png) top left repeat;
}

.carrouselnav{
	position: absolute;
	right: 5px;
	top: 5px;
}

.carrouselnav span{
	background: #333;
	color: white;
	padding: 2px 4px;
	cursor: pointer;
}
.carrouselnav span:hover, .carrouselnav span.active{
	background: white;
	color: #333;
}
