/* CSS Document */

div#container {
float: left;
	overflow: hidden;
	width: 949px;
	height: 375px;
	
}
div.content {
	display: none;
	clear: both;
	margin:0;
	padding:0;
}

.raccourcis{  
float:left;
height: 150px;
width: 170px;
padding: 25px 0 0 0;
margin:0;
color: #FFFFFF;
font-weight: bold;}

.raccourcis ul{
list-style: none;
background: url(../images/fond-raccourcis.gif) no-repeat top left;
}

.raccourcis li{
padding-left: 40px;
margin-top: 5px;
margin-bottom: 5px;
}

.raccourcis li a{
text-decoration: none;
color: #FFFFFF;
}

.raccourcis li a:visited{
text-decoration: none;
color: #FFFFFF;
}

.raccourcis li a:hover{
color: #999;
}

.raccourcis li.fiche{
background: url(../images/fiche.gif) no-repeat left;
}

.raccourcis li.plan{
background: url(../images/plan.gif) no-repeat left;
}

.raccourcis li.video{
margin-top: 8px;
background: url(../images/video.gif) no-repeat left;
}
.raccourcis li.mail{
margin-top: 8px;
background: url(../images/mail.gif) no-repeat left;
}

.raccourcis li.newsletter{
margin-top: 8px;
background: url(../images/newsletter.gif) no-repeat left;
}

.raccourcis li.contact{
margin-top: 8px;
background: url(../images/contact.gif) no-repeat left;
}

.prev{
display: block;
float:left;
height: 73px;
width: 75px;
background:url(../images/previous.jpg) no-repeat top left;
}

.prev:hover {
background:url(../images/previous-on.jpg) no-repeat top left;
}


.next{
display: block;
float:left;
margin-left: 5px;
height: 73px;
width: 75px;
background:url(../images/next.jpg) no-repeat top left;
}

.next:hover {
background:url(../images/next-on.jpg) no-repeat top left;
}


div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

div.controls {
float:left;
	padding-top: 10px !important;
	padding-top: 20px;
	height: 23px;
}

div.ss-controls {
	float: left;
}
div.nav-controls {
	float: left;
	width: 160px;
	margin-top: 25px;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 510px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 320px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	margin-top: 30px;
  margin-left: 15px;
	float: left;
	height: 320px;

}

div.slideshow{
	clear: both;
	float: left;
	height: 320px;

}

div.loader {
	float: left;

}
div.slideshow span.image-wrapper {
	display: block;
	float:left;

}
div.slideshow a.advance-link {
	display: block;
	line-height: 320px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}

div.slideshow img {
	border-style: solid;
	border-width: 1px;
}
div.caption-container {
	float: left;
	width:170px;
	margin-top: 30px;
}
span.image-caption {
	display: block;
	float: left;
	top: 0;
	left: 0;
}

div.caption-container, span.image-caption {
	width: 170px;
	height: 40px;
}


div.image-title {
margin-top: 10px;
	font-weight: bold;
	font-size: 1.4em;
}

div.download {
	margin-top: 8px;
}
div.photo-index {
	float: left;
	bottom: 0;
	left: 0;
	padding: 0 12px;                     
}
div.navigation-container {
	float: left;
	width:230px;
	height:320px;
	margin-top: 25px;
	margin-right: 15px;
}

div.navigation {
	float: left;

}
div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {

	float: left;

}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 4px;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}

