#carrousel {
	width: 660px;
	height: 200px;
	position: relative;
	overflow:hidden;
	margin: 0;
	padding: 0;
}

.slide {
	position: absolute;
	top:0;
	left: 0;
	width: 660px;
	height: 200px;
	margin: 0;
	padding: 0;
	
	/* AJOUT */
	overflow:scroll;	
}

.slide h1{
	font-size: 1.0em;
	color: #0077c5;
	font-weight: bold;
	margin: 0px; padding: 0px;
}

.read_full_news
{
	position: absolute;
	padding-left: auto;
	padding-right: auto;
	line-height: 35px;
	width: 100px;
	height: 30px;
	left:100px;
	bottom:0;
}

.bottom {
	position: absolute;
	padding-left: 100px;
	line-height: 35px;
	width: 300px;
	height: 30px;
	left: 100px;
	bottom:0;
	
	
}
.bottomLink {
	position: absolute;
	padding-left: 12px;
	line-height: 35px;
	width: 600px;
	height: 30px;
	left:0;
	bottom:0;
	background:url("../img/opaque.png");
}
.navigation {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.navigation span{
	background: #000;
	color: #fff;
	padding:2px 4px;
}

.navigation span:hover, .navigation span.active{
	background: #fff;
	color: #000;
	cursor: pointer;
}


