/* CSS Document create by JEANDE MArie-Aude http://webdesignerparis.com/ */

#chantier1{
	position:relative;
	font-family:  CenturyGothic, Arial, Helvetica, sans-serif;
	font-size:14px;
	width:230px;
	height:100px;
	margin-top:-205px;
	margin-left:273px;
	z-index:4444;
	color:#fff;
	line-height:2.4em;
	letter-spacing:3px;
	padding-left:10px;
}
#chantier1 a{
	color:#fff;
	text-decoration:none;
}
#chantier1 a:hover{
	color:#fff;
	text-decoration:underline;
}
#chantierfond{
	position:relative;
	width:130px;
	height:75px;
	margin-top:-100px;
	margin-left:273px;
	z-index:42000;
	color:#999;
	line-height:3em;
	letter-spacing:3px;
	background-color:#000;
	padding-left:10px;
	opacity: 1;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.diaporama{
	position:relative;
	width:730px;
	height:288px;
	margin-top:140px;
	margin-left:213px;
	z-index:1000;
}

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

.diaporama_controls{
	width:635px;
	margin:3px 0;
	padding:0px;
	clear:both;
	overflow:hidden;
	margin-left:193px;
	border:0px #30C solid;
	margin-top:-140px;
}

.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/prev.png) no-repeat top right;
	margin-left:-20px;
	width:30px;
	height:55px;
	cursor:pointer;
	position:absolute;
	z-index:4000;
	}

.diaporama_controls .next{
	background:url(../images/next.png) no-repeat top left;
	margin-left:520px;
	width:30px;
	height:55px;
	cursor:pointer;
	position:relative;
	z-index:4000;
}

#boutonprev{
	background:url(../images/prev.gif) no-repeat top right;
	margin-left:10px;
	width:30px;
	height:55px;
	}

#boutonnext{
	background:url(../images/next.gif) no-repeat top left;
	margin-left:560px;
	width:30px;
	height:55px;
}
.diaporama_controls .pause{
	background:url() no-repeat bottom right;
}

.diaporama_controls .play{
	background:url() no-repeat bottom left;
}