#fondnoir {
	top: 0px;
	left: 0px;
	background-color: #000000;
	position: absolute;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index: 1;
	cursor: pointer;
}

#container {
	margin: 0px;
	position: absolute;
	z-index: 2;
}

#container img {
	margin: 0px;
	padding: 0px;
	display: none;
	z-index: 3;
	cursor: pointer;
}

#legende {
	background-color: #FFF;
	margin: 0px;
	padding: 0;
	z-index: 3;
	position: absolute;
}


#prec, #suiv, #agrd, #redc, #diap_deb, #diap_fin {
	margin: 0px;
	padding: 0px;
	top: 0px;
	display: block;
	position: absolute;
	z-index: 4;
	cursor: pointer;
	width: 20px;
	height: 20px;
}
#agrd 		{ right: 20px; 	background: #FFFFFF url(../images/layers/zoom_plus.png)	no-repeat center; }
#redc 		{ right: 20px; 	background: #FFFFFF url(../images/layers/zoom_moin.png)	no-repeat center; }
#suiv 		{ right: 40px; 	background: #FFFFFF url(../images/layers/suivant.png) 	no-repeat center; }
#diap_fin 	{ right: 60px; 	background: #FFFFFF url(../images/layers/arrete.png) 	no-repeat center; }
#diap_deb 	{ right: 60px; 	background: #FFFFFF url(../images/layers/commence.png) 	no-repeat center; }
#prec 		{ right: 80px; 	background: #FFFFFF url(../images/layers/precedent.png)	no-repeat center; }

#ferme {
	top: 20px;
	right: 20px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	z-index: 4;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(../images/layers/ferme.png) no-repeat center #FFF;
}

#td_image { 
	height: 100px;
	width: 170px;
	background: url(../images/layers/attente.gif) no-repeat center;
	background-color: #FFFFFF;
}