#carrousel {
	width:964px;
	height:630px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	top: 25px;
}
#diap {
	border: 2px solid #FFFFFF;
	width:960px;
	height:590px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}



.slide{
	position:absolute;
	top:0;
	left:0;
	width:960px;
	height:590px;
}

.title{
	position:absolute;
	padding-left:15px;
	width:948px;
	line-height:27px;
	height:70px;
	bottom:0;
	left:0;
	background-image: url(/img/fond-footer.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.title  h2       {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px 0px 0px 0px;
}
.title h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




.navigation{
	position:absolute;
	bottom:-22px;
	left: -15px;
	width: 300px;
	height: 30px;
}

.navigation span{
	color:#FFF;
	cursor:pointer;
	width: 15px;
	height: 30px;
	padding: 15px;
	margin: 0px 0px 0px 15px;
	background-image: url(/img/gallery/span.png);
	background-repeat: no-repeat;
	font-size: 0px;
}

.navigation span:hover,.navigation span.active{
	color:#333333;
	background-image: url(/img/gallery/span%20hover.png);
	background-repeat: no-repeat;
}
