.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/spacegallery/blank.gif);
}

#myGallery { /* bloc contenant la galerie    */
	width: 500px;
	height: 400px;
	/*background-color: #abb5c8;*/
	float : left;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
	/*border : 1px solid white;
	background-image: url(../../images/spacegallery/fond_spacegallery.png);*/
}
#myGallery img {
	border: 1px solid #566684;
}
#myGallery .texte {
	margin-top: 360px;
}
a.loading {
	background: #fff url(../../images/spacegallery/ajax_small.gif) no-repeat center;
}

#essentiel { /* bloc contenant le texte */
	width: 400px;
	height: 410px;
	float : right;
	padding-right: 40px;
}


/*~~~~~~~~~~~~~~~~~~~~~
=#sub_col
~~~~~~~~~~~~~~~~~~~~~~~*/
#sub_col {
 float: left;
 width: 240px;
 margin: 45px 10px 0 0;
 overflow: hidden;
}
#sub_col h2 {
 font-weight: normal;
 font-size: 24px;
 padding: 0 0 10px 0;
 color: #272727;
 line-height: 1em;
 letter-spacing: 2px;
}
#sub_col h2 small {
 display: block;
 font-size: 12px;
 padding: 5px 0 0 0;
 letter-spacing: 0;
}
#sub_col h2 small a {
 color: #46c8c8;
 font-weight: normal;
}
#sub_col div {
 display: none;
}
#sub_col a:hover {
 text-decoration: none;
 border-bottom:1px solid #F05392;
}

/*~~~~~~~~~~~~~~~~~~~~~
=#main_col
~~~~~~~~~~~~~~~~~~~~~~~*/
#main_col {
 float: right;
 width: 420px;
 overflow: hidden;
 padding: 0px 0 0 0;
}
#gallery {
 width: 100%;
 height: 330px;
}

