.diaporama{
	width:1030px;
	height:700px;
	margin: auto;
	left: 50%;
	top: 50%;
}

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

.diaporama_controls{
	width:512px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding: 15px;
}

.diaporama_controls .btns{
	float:right;
	left: 500px;
}

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

.diaporama_controls .prev{
	background-image: url(img/fleches_diapo.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.diaporama_controls .next{
	background-image: url(img/fleches_diapo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.diaporama_controls .pause{
	background-image: url(img/fleches_diapo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.diaporama_controls .play{
	background-image: url(img/fleches_diapo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#banniere {
	background-image: url(img/banniere.jpg);
	margin: auto;
	height: 80px;
	width: 1024px;
	left: 50%;
	position: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-style: normal;
	top: 10px;
}
#banniere a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
#banniere a:hover {
	text-decoration: underline;
	color: #333333;
	font-weight: bolder;
}
#banniere a:visited {
	color: #333333;
	text-decoration: none;
}
#banniere a:active {
	text-decoration: none;
	color: #333333;
}
#piedpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	margin: auto;
	height: 40px;
	width: 1024px;
	left: 50%;
}

