@charset "UTF-8";
/* CSS Document */
#carrousel{
	width:292px;
	height:250px;
	position:relative;
	overflow:hidden;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.slide{
	position:absolute;
	top:0px;
	left:0px;
	width:292px;
	height:219px;
	overflow:hidden;
}
.slide img{
	width:292px;
}
.title{
	width: 287px;
	display:block;
	height:30px;
	line-height:30px;
	position:absolute;
	left:0px;
	bottom:0px;
	color:#FFF;
	font-style:italic;
	padding-left:5px;
	background-image: url(../images/diaporama_span_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left
}
.navigation{
	position:absolute;
	bottom:0px;
	left:0px;
	padding:0px;
	text-align:center;
	width:292px;
}
.navigation span{
	height: 22px;
	width: 33px;
	display:block;
	margin-right:2px;
	cursor:pointer;
	float:left;
	border:solid 1px #ccc;
	overflow:hidden;
}
.navigation span img{
	width: 33px;
}
.navigation span.active{
	border:solid 1px #C00;
}
.navigation span:hover{
	border:solid 1px #000;
}