
.spacegallery {
	position: relative;
	overflow: hidden;
	
}
.spacegallery img {
	position: absolute;
	
	top:0px;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor:default;
}
/*#bandeau {
	width:1001px; 
	height:182px;
	background-image: url(../images/bandeau.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#bandeau_gauche{
	background-image: url(../images/bandeau_gauche.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width:411px;
	height: 182px;
	float: left;
	display: block;
}*/



#myGallery { /* bloc contenant la galerie */
	margin-left:850px;
/*	width: 400px;*/
	height: 150px;
        top:45px;
}
#myGallery img {
	
	padding-left:0px;
}
a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}
