div#page #container a{
text-decoration : none;
outline: none; 
}

div#thumbs{
margin-top : 45px;
width:49%!important;
float : left;
opacity: 1;
}

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: block;
	float: right;
	width: 50%!important;
	color : white;
}

div.controls {
	margin-bottom : 0px;
	height: 55px;
}
div.controls a {
	padding: 5px;
	position : relative;
	z-index : 1;
    top: 4px;
}

.couleuralbum{
	color : #378aef;
    font-style: italic;
}
a.prev {
	float: left;
	margin-left : 5px;
	display : block;
	height : 20px;
    left: 10px;
	width : 20px;
	background:url(../images/2017/left.gif) no-repeat;
	text-indent : -9999px;
	background-size : 100%;
}
div.ss-controls{
text-align:center;
}
a.next {
	float: right;
	display : block;
	height : 20px;
    right: 10px;
	width : 20px;
	margin-right : 5px;
	background:url(../images/2017/right.gif) no-repeat;
	text-indent : -9999px;
	background-size : 100%;
}

div.slideshow-container {
	position: relative;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	max-width: 100%;
	background: rgba(0, 0, 0, 0.6);
}
div.slideshow a.advance-link {
    display: flex;
    width: 100%;
    height: 502px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
    max-height: 480px;
    text-align: center;
	max-width : 98%;
    vertical-align: middle;
}
div.download {
    position: absolute;
    right: 0;
    top: 0;
}

div.image-album {
	margin-right : 20px;
	margin-bottom : 20px;
	font-weight:bold;
    color: #378aef;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
div.caption {
	padding: 5px 0;
}
div.image-title {
	background-color: #378aef;
    border-radius: 100px 100px 0px 0px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 20px;
    padding: 7px 0 5px 0;
    position: absolute;
    text-align: center;
    top: -541px;
    width: 100%;
    z-index: 0;
}
span.image-auteur {
	font-weight: normal;
	font-size: 14px;
}
span.image-auteur a{
	font-weight: normal;
	font-size: 14px;
    text-decoration: underline!important;
}
span.image-auteur a:hover{
	color : black;
}
div.image-desc {
	line-height: 1.3em;
	color : black;
	font-weight: bold;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	opacity : 0.67;
	cursor : pointer;
	transition : opacity 0.4s;
}

ul.thumbs li:hover {
	opacity : 1;
}
a.thumb {
	display: block;
    width: 80px;
    height: 80px;
    border: 0.1px solid rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    overflow: hidden;
}
a.thumb img{
	width : 80px;
	height : 80px;
}

ul.thumbs li.selected a.thumb {
	background: #378aef;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 6px;
	padding: 4px 7px 2px 7px;
    border-radius: 5px;
}

div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
