.cover{
	position:absolute;
	width:645px;
	height:445px;
	z-index: 1;
	visibility: visible;
}

.diaporama{
	position:relative;
	width:640px;
	height:429px;
	margin-left: -40px;
	z-index: 0;
}

.diaporama li{
	list-style-type:none;
	overflow:hidden;
	position:absolute;
	visibility: visible;
}

.diaporama_controls{
	width:630px;
	clear:both;
	overflow:hidden;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

.diaporama_controls .btns{
	float:none;
	background-color: #000;
}

.diaporama_controls a{
	font-weight:normal;
	width:38px;
	height:25px;
	text-indent:-9999px;
	display:inline-block;
	margin:0 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	z-index: 9;
}

.diaporama_controls .prev{
	background-image: url(../MesImages/FlechesP.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 9;
}

.diaporama_controls .next{
	background-image: url(../MesImages/FlechesS.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.diaporama_controls .pause{
	background-image: url(../MesImages/FlechesA.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.diaporama_controls .play{
	background-image: url(../MesImages/FlechesLe.png);
	background-repeat: no-repeat;
	background-position: center center;
}
