.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/blank.gif);
}
#myGallery { /* bloc contenant la galerie qui est aussi dans contenu_fondbleu...*/
	width: 800px;
	height: 650px;
}
#myGallery img {
	border: 2px solid #52697E;
}
a.loading {
	background: #fff url(images/ajax_small.gif) no-repeat center;
}

#myGallery {custom.css (ligne 1)
height:300px;
width:100%;
}
.spacegallery {spacegallery.css (ligne 1)
overflow:hidden;
position:relative;
}
.tabsContent {layout.css (ligne 84)
border-style:solid;
}

