﻿/*																		*/
/* Porte-Folio des articles									*/
/* qui fonctionne avec le plugin jquery Galleriffic	*/
/*																		*/

#portefolio_container { width:492px; margin: 12px auto;}
div.content {
	display: none;
/*	float: right; */
	width:492px;
}
.content .surtitre{
	color: #8bc94c;
	text-align: center;
	font-size: 2em;
	font-style: italic;
	background-image: url(decor/positions-corps.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.content .surtitre span{ background-color: #fff;}
.content a, .portefolio_container .navigation a {
	color: #003e80;
	background-color: #f9fcff;
}
.content a:focus, .content a:hover, .content a:active {
	color: #F57900;
	text-decoration: underline;
	outline: none; /* Supprime les pointilles autour des liens */
}

/*
/* Navigation de l'affichage des images 
/* */
.controls {	margin-top: 0px;	height: 23px; font-size: 0.84em;}
.controls a {	padding: 1px;}
.ss-controls {	float: left;}
.nav-controls {	float: right;}

/*
/* affichage des images 
/* */
.slideshow-container { clear: left; position: relative;}
.loader {
/*
	position: absolute;
	top: 0;
	left: 0;
*/
	background-image: url('decor/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width:492px;
	height: 380px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.slideshow {clear: both;}
.slideshow span.image-wrapper {
/*	position: absolute;
	top: 0;
	left: 0;
*/
	float: left;
	padding-bottom: 12px;
}
.slideshow a.advance-link {
	display: block;
	border: 0px solid #ccc;
	margin-top:8px;
}
.slideshow a.advance-link:hover, 
.slideshow a.advance-link:active, 
.slideshow a.advance-link:visited {
	text-decoration: none;
}
.slideshow img {	
	border: none;
	display: block;
	width:492px;
	max-width:492px;
	margin-top:-18px;
}

/*
/* Légende de la photo exposée
/* */
.caption-container {
	position: relative;
	clear: left;
	/*
	height: 35px;
	*/
}
span.image-caption {
	display: block;
	width: 492px;
	/*
	position: absolute;
	top: 0;
	left: 0;
	*/
}
.caption {	padding: 4px 12px;}
.image-title {	font-weight: bold;	font-size: 1em;}
.image-desc { padding-top: 0px; font-style: italic; font-size: 0.86em;}

/*
/* vignettes de la collection
/* */

#thumbs {
	margin-top: 40px;
	clear: left;
	position: relative;
	text-align: center;
}
#thumbs .navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is 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 {
	display:-moz-inline-box;
	display: inline-block;
	vertical-align:top;
	width:150px;
	zoom:1;
	padding: 0;
	margin: 5px 5px 5px 5px;
	list-style: none;
}
a.thumb {
	display: block;
	border: 1px solid #ccc;
	padding: 2px;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

/*
/* pagination de la présentation de la collection
*/ */
#thumbs .pagination {
	clear: both;
}
#thumbs .navigation div.top.pagination {
	margin-bottom: 12px;
	height: 11px;
	text-align: center;
}
#thumbs .navigation div.bottom {
	margin: 12px 0 30px 0;
	text-align: center;
}
#thumbs .pagination a,#thumbs .pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 0px solid #ccc;
}
#thumbs .pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
#thumbs .pagination span.current {
	font-weight: bold;
	background-color: #ccc;
	border-color: #ccc;
	color: #fff;
}
#photo-mention{
	margin: 35px 0 0 0;
	clear: both;
	padding-top: 0px;
	font-style: italic;
	font-size: 0.86em;
}
