/* CSS pour IMAGES SLIDER DE Gerard Ferrandez at http://www.dhteumeuleu.com */
	#center {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	}
	#slider {
	position:relative;
	width: 994px;
	height: 402px;
	overflow: hidden;
	background: #000;
	border: 15px solid #000;
	border-top:none;
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 402px;
		width: 600px;
		background: #000;
		overflow: hidden;
		border-left: #000 solid 1px;
		cursor: default;
	}
	#slider .title   {
		color: #F29400;
		font-weight: bold;
		font-size: 1.2em;
		margin-right: 1.5em;
		text-decoration: none;
	}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000;
		filter: alpha(opacity=40);
		opacity: 0.4;
	}
	#slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		width: 570px;
		left: 10px;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}
