#carrousel{
	border: none;
	width: 460px;
	height: 255px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	font-family:Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

.slide{
	position:absolute;
	top:0;
	left:0;
	width:460px;
	height:255px;
}

.cadre1{
	position:absolute;
	top:0;
	left:0;
	width:460px;
	height:225px;
	float: left;
}

.cadre2{
	position:absolute;
	top:0;
	left:0;
	width:460px;
	height:225px;
	float: right;
}

.images{
	position:absolute;
	width:460px;
	height:225px;
	top:0px;
	left:0px;
	float: left;
}

.descriptions{
	position:absolute;
	width:230px;
	height:225px;
	top:20px;
	right: 20px;
	float: right;
}

.titles{
	position:absolute;
	padding-left:14px;
	width:460px;
	line-height:30px;
	height:30px;
	bottom:0;
	left:0;
	color: white;
	font-weight: bold;
	background:url(img/opaque.png) top left repeat;
}

.navigation{
	position:absolute;
	bottom:5px;
	right:5px;
}

.navigation span{
	background:#000;
	color:#FFF;
	padding:2px 4px;
	cursor:pointer;
	margin:0 1px;
}

.navigation span:hover,.navigation span.active{
	background:#FFF;
	color:#000;
}
