body
{
	margin:0;
	padding:0;
	font-family:arial;
	font-size:12px;
}
#header
{
	height:90px;
	background:#333333;
	border-bottom:3px solid #858585;
	color:#FFFFFF;
}
#header .title
{
	width:800px;
	margin:auto;
}
#header span a
{
	float:right;
	margin:60px 50px 0 0;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
#trunk
{
	padding:0 0 0 0;
	text-align:center;
}
a img
{
	border:0;
}




.diaporama{
	/*position:relative;
	width:512px;
	height:288px;*/
	margin:0;
	padding:0;
}

.diaporama li{
	list-style-type:none;
	overflow:hidden;
	position:absolute;
	left:0;
	right:0;
}

.diaporama_controls{
	/*width:512px;*/
	margin:3px 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(img/fleches_diapo.png) no-repeat top right;
}

.diaporama_controls .next{
	background:url(img/fleches_diapo.png) no-repeat top left;
}

.diaporama_controls .pause{
	background:url(img/fleches_diapo.png) no-repeat bottom right;
}

.diaporama_controls .play{
	background:url(img/fleches_diapo.png) no-repeat bottom left;
}

