/* ------------------------------------------------------------ */
/* ---- DECLARATION LARGEUR ET HAUTEUR PRINCIPALES : DEBUT ---- */
/* ------------------------------------------------------------ */
#bodyData div.content, #bodyData #gallery, #bodyData div.controls, #bodyData div.loader, #bodyData  span.image-wrapper, 
#bodyData a.advance-link , #bodyData span.image-caption  {
	width: 460px; 
}

#bodyData div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	width: 300px; 
	float: left;    		/* compatibilité avec firefox... */
	/* background: #fff; */
	border: 0px solid #fff;
	padding-top: 30px;
}

#bodyData div.slideshow-container, #bodyData div.loader {
	height: 405px; 			/* This should be set to be at least the height of the largest image in the slideshow */
}

#bodyData a.advance-link {
	height: 405px; 			/* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 405px; 		/* This should be set to be at least the height of the largest image in the slideshow */
}

/* ----------------------------------------------- */
/* ---- DECLARATION LARGEUR ET HAUTEUR : FIN  ---- */
/* ----------------------------------------------- */




#bodyData div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
}
#bodyData div.content a, #bodyData  div.navigation a {
	text-decoration: none;
	color: #777;
	color: #000;
}
#bodyData div.content a:focus, #bodyData div.content a:hover, #bodyData div.content a:active {
	text-decoration: underline;
}

#bodyData div.controls {
	margin-top: 5px;
	height: 23px;
	
	padding-top:2px;
	border: 0px solid #fff;
}
#bodyData div.controls a {
	padding: 5px;
}
#bodyData div.ss-controls {
	float: left;
}
#bodyData div.nav-controls {
	float: right;
}
#bodyData div.slideshow-container {
	position: relative;
	clear: both;
}
#bodyData div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
}
#bodyData div.slideshow {

}
#bodyData  span.image-wrapper {
	display: block;
	position: absolute; 
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 2px solid #000;
	background-color: rgb(72,46,28);
}
#bodyData a.advance-link {
	display: block;
	text-align: center;
	border: 0px solid black;
}
#bodyData a.advance-link:hover, #bodyData a.advance-link:active, #bodyData a.advance-link:visited {
	text-decoration: none;
}
#bodyData span.image-wrapper img {
	vertical-align: middle;
	border: 2px solid #fff;
	max-width: 100%; 			/* les images seront limitées à la largeur de leur parent */
}


#bodyData div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}

#bodyData span.image-caption {
	display: block;	
	position: absolute;
	top: 0;
	left: 0;
}

#bodyData div.caption {
	/* display: none;  */
	padding: 12px 0px;
	margin-top: 10px;
	float: left;
	width: 280px;
	border:0px ridge #fff;
	text-align: right;
}
#bodyData div.image-title {
	display: none;
	font-weight: 400;
	font-size: 1.1em;
	float: left;
	padding-left:5px;
}
#bodyData div.download {
	margin: 0 auto;
	/* padding-left:5px;
	   padding-right:2px; 
	float: right; */
}
#bodyData div.download a:link, #bodyData div.download a:visited, #bodyData div.download a:active, #bodyData div.download a:hover {
	color: #000;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
}

#bodyData div.image-desc {
	display: none;
	padding-top: 12px;
	float: left;
	padding-left:5px;
}



#bodyData ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#bodyData ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
#bodyData a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
#bodyData ul.thumbs li.selected a.thumb {
	background: #000;
}
#bodyData a.thumb:focus {
	outline: none;
}
#bodyData ul.thumbs img {
	border: none;
	display: block;
}
#bodyData div.pagination {
	clear: both;
}
#bodyData div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
#bodyData div.navigation div.bottom {
	margin-top: 12px;
}
#bodyData div.pagination a, #bodyData div.pagination span.current, #bodyData div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 3px 7px 3px 7px;
	border: 1px solid #555;
}
#bodyData div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
#bodyData div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
#bodyData div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
