@charset "UTF-8";
/* CSS Document */

/* ======== DIAPORAMA ======== */

#diapo {
/*	position: absolute;
	top:0px;
	left:0px;
*/margin: 0 auto;
	width:890px;
	height:246px;
	float:left;
	
}
.diaporama{
	width:890px;
	height:246px;
	padding:0;
	float:left;
	 
}
#diapo ul{
	margin-top: 0px;
	margin-left: 0px;
}
#diapo li{
	list-style-type:none;
	overflow:hidden;
	position:absolute;
	margin-bottom: 0px;
}

.diaporama_controls{
	width:414px;
	margin:0;
	padding:5px;
	clear:both;
	overflow:hidden;
}

.diaporama_controls .btns{
	float:right;
}

.diaporama_controls a{
	font-weight:normal;
	width:10px;
	height:13px;
	text-indent:-9999px;
	display:inline-block;
	margin:0 3px;
}

.diaporama_controls .prev{
	background:url(images/commun/fleches_diapo.png) no-repeat top right;
}

.diaporama_controls .next{
	background:url(images/commun/fleches_diapo.png) no-repeat top left;
}

.diaporama_controls .pause{
	background:url(images/commun/fleches_diapo.png) no-repeat bottom right;
}

.diaporama_controls .play{
	background:url(images/commun/fleches_diapo.png) no-repeat bottom left;
}