@charset "UTF-8";

body {
	background:#333;
	width: 95%;
	margin: auto;
	
	font-family: arial;
	font-size: 1em;
	display: block;
	max-width: 1500px;
}
li {
	list-style:none;
}
img {
	border:medium none;
}
h2 {
	border-bottom: 0.2em solid #FF6633;
	border-top: 0.05em solid #FF6633;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 0.5em;
	width: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.nodys {
	display: none;
}
hr.clear {
	visibility: hidden;
	margin: 0;
	padding: 0;
	clear: both;
}

#header, header {
	background: url('../images/header.png') repeat 0 0 transparent;
}
#logo {
	display: block;
	padding: 16px 16px 0 0;
	width: 45%;
	float: left;
	margin: 0 0 0 -11px;
}
#logo img
{
	width: 100%;
}

#main-menu {
	display: block;
	float: right;
	width: 500px;
}
#main-menu ul
{
	padding: 0;
}
#main-menu li {
	background-image: -moz-linear-gradient(center top , #FF6633 20%, #333333 0%, #FFFFFF 40%);
	border-radius: 0.3em 0.3em 0.3em 0.3em;
	display: inline-block;
	font-weight: bold;
	list-style: none outside none;
	margin: 12px;
	padding: 8px;
	text-align: center;
	text-transform: uppercase;
	width: 200px;
	cursor: pointer;
	
	-moz-transition: background-image 200ms;
	-webkit-transition: background-image 200ms;
	transition: background-image 200ms;
}
#main-menu li:hover, #main-menu li:focus {
	background-image: -moz-linear-gradient(center top , #FFFFFF 20%, #333333 0%, #FF6633 40%);
}

#main-menu li > a {
	display: block;
	width: 100%;
	padding-top: 4px;
	color: #333;
	text-decoration: none;
}
#main-menu li:hover > a, #main-menu li:focus > a { color: #fff; }

p#slogan {
	color: #777777;
	margin-left: 28px;
	margin-bottom: 0;
	width: 45%;
	margin-top: -20px;
	font-size: 18px;
}

strong#peintre
{
	color:#000000;
}
strong#photographe
{
	color:#CC6633;
}

#breadcrumbs span
{
  color: #FF6633;
  font-weight: bold;
  text-decoration: none;
}
#breadcrumbs span.showHere
{
  color: #777777;
  font-weight: bold;
  text-decoration: none;
}
#breadcrumbs a.pathway:link, #breadcrumbs a.pathway:visited, #breadcrumbs a.pathway:active 
{
  color: #CCCCCC;
  font-weight: bold;
  text-decoration: none;
}
#breadcrumbs a.pathway:hover, #breadcrumbs a.pathway:focus
{
  color: #CCCCCC;
  font-weight: bold;
  text-decoration: underline;
}

#content
{
	color: #FFFFFF;
	display: block;
	width: 100%;
	background: none repeat scroll 0 0 #000000;
	min-height: 700px;
}
p#welcome
{
	border-bottom: 0.2em solid #FF6633;
	border-top: 0.05em solid #FF6633;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 0.5em;
	width: 100%;
}
img#home-img
{
	width: 100%;
}
#component {
	clear: both;
	width: 96%;
	margin: auto;
}
#breadcrumbs
{
	padding-top: 1em;
	padding-bottom: 1em;
	width: 60%;
	float: left;
	
	margin-left: 28px;
}

#galhome {
	text-align: center;
	margin-bottom: 80px;
}
#galhome > p {
	text-transform: uppercase;
	font-weight: bold;
}
#galhome > a {
	display: inline-block;
	margin-right: 60px;
}
#galhome > a:last-child {
	margin-right: 0;
}

#section-jump
{
	padding-left: 3.7em;
    padding-right: 3.7em;

	padding-top: 1em;
	padding-bottom: 1em;
	width: auto;
	
	float: right;
}
#section-jump a:link, #section-jump a:visited, #section-jump a:hover, #section-jump a:active, #section-jump a:focus
{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

#catback a:link, #catback a:visited, #catback a:active
{

	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#catback a:hover, #catback a:focus
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

div.galerie > h2 {
	font-size: 28px;
	text-transform: uppercase;
	border-left: 3px solid #FF6633;
	padding-left: 10px;
	border-right: medium none;
	border-top: medium none;
	border-bottom: medium none;
	padding-top: 0;
}

ul.thumbs {
	width: 100%;
	float: none;
	padding: 0;
	margin: 0;
}

ul.thumbs > li {
	width: 180px;
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 25px;
	border: 3px solid #555;
	height: 270px;
	overflow: hidden;
	
	background-size: cover;
	background-position: center center;
}
div.galerie > ul.thumbs > li {
	position: relative;
}
ul.thumbs > li.galerie-thumb {
	width: 240px;
	height: 320px;
}
ul.thumbs > li img {
	opacity: 0;
}
ul.thumbs > li:hover, ul.thumbs > li:focus {
	border: 3px solid #FF6633;
}
ul.thumbs > li > span {
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 8px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	padding-top: 4px;
	padding-bottom: 4px;
}
ul.thumbs > li:hover > span, ul.thumbs > li:focus > span {
	color: #FF6633;
}
div.folder > ul.thumbs {
	width: 900px;
	float: left;
}
div.folder > div#picture-container {
	float: left;
	width: 420px;
}
div.folder > div#picture-container > img {
	max-width: 100%;
	display: block;
	border: 3px solid #eee;
}
div#picture-loader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	display: none;
}
div#picture-loader > img {
	position: fixed;
	width: 150px;
	left: calc((100% / 2) - 75px);
	top: 150px;
}

/*
ul.thumbs li
{
	display:inline-block;
	margin-right: 2em;
	margin-bottom: 2em;
	text-align: center;
}
ul.thumbs img
{
	width: 150%;
}
ul.thumbs img.sleep
{
	border: 0.2em solid #333333;
}
ul.thumbs img.active
{
	border: 0.2em solid #FF6633;
}
ul.thumbs img.hovered
{
	border: 0.2em solid #2b0e2b;
}
*/
ul.thumbs li a:link, ul.thumbs li a:visited, ul.thumbs li a:active
{
	font-size: 1.3em;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}
ul.thumbs li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
ul.thumbs li a:hover, ul.thumbs li a:focus
{
	font-size: 1.3em;
	font-weight: bold;
	color: #cccccc;
	text-decoration: underline;
}
img#medium, div#galeries-list, div#download-box
{
	width:40%;
	float: right;
	margin-right: 10em;
}
div#galeries-list a:link, div#galeries-list a:visited, div#galeries-list a:active,
div#download-box a:link, div#download-box a:visited, div#download-box a:active
{
	color: #FF6633;
    font-weight: bold;
    text-decoration: none;
}
div#galeries-list a:hover, div#galeries-list a:focus,
div#download-box a:hover, div#download-box a:focus
{
	font-weight: bold;
	color: #FF6633;
	text-decoration: underline;
}
#form-login, form#download
{
	display: none;
}
#download-box h3
{
	margin-bottom: 0.2em;
}
a#get-original {
	color: #fff;
	text-decoration: none;
	margin-top: 22px;
	display: block;
	font-size: 18px;
}
a#get-original:hover, a#get-original:focus {
	text-decoration: underline;
}
p#waiter
{
	display: none;
	text-align: center;
	font-size: 1.3em;
    font-weight: bold;
}
h3.others-galeries-title { color: #FF6633; margin-bottom: 12px;  }
ul.others-galeries {
	padding: 0;
	margin-top: 0;
}
ul.others-galeries > li {
	margin-top: 2px;
	margin-bottom: 2px;
}
ul.others-galeries > li > a {
	color: #fff;
	text-decoration: none;
}
ul.others-galeries > li > a:hover, ul.others-galeries > li > a:focus {
	text-decoration: underline;
}
ul.others-galeries > li > a {
	color: #fff;
	text-decoration: none;
}
ul.others-galeries > li:last-child {
	margin-top: 10px;
}

/* Formulaire */
fieldset {
	border: medium none;
	padding: 0;
	margin-bottom: 68px;
}
form div.controls {
	margin-bottom: 20px;
}
form div.controls > input, form div.controls > button {
	padding: 8px;
	width: 250px;
}
label.required > .star {
	color: #ff0000;
}
form div.controls > button {
	background-color: #2FA4E7;
	border: medium none;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	margin-top: 12px;
}
form div.controls > button:hover, form div.controls > button:focus {
	background-color: #04519b;
}
textarea {
	width: 260px;
	height: 100px;
}
ul.form-error-list {
	padding: 0;
}
li.form-error {
	list-style: square;
	color: #cc0000;
	margin-left: 16px;
}

#sidebar {
	position: fixed;
	top: 177px;
	left: -80px;
	
	-moz-transition: left 300ms;
	-webkit-transition: left 300ms;
	transition: left 300ms;
}
#sidebar > a {
	display: block;
	position: relative;
	width: 80px;
	overflow: hidden;
	height: 313px;
	margin-bottom: 25px;
}
#sidebar > a > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	-moz-transition: left 400ms;
	-webkit-transition: left 400ms;
	transition: left 400ms;
}
#sidebar > a > img + img { left: 80px; }
#sidebar > a:hover > img + img, #sidebar > a:focus > img + img { left: 0; }

#gal-nav
{
	display: block;
	float: right;
	margin-top: -50%;
	width: 20%;
}

#footer, footer
{
	display: block;
	clear: both;
	background: none repeat scroll 0 0 #777777
}
#footer-inner { padding-top: 20px; }
#footer-inner > ul { margin-top: 0; }
#footer-inner > ul > li { display: inline-block; }
#footer-inner > ul > li::before { content: "| "; }
#footer-inner > ul > li:first-child::before { display: none; }
#footer-inner > ul > li > a {
	color: #333;
	text-decoration: none;
}
#footer-inner > ul > li > a:hover, #footer-inner > ul > li > a:focus {
	color: #000;
	text-decoration: underline;
}
p#disclaim {
	color: #000;
	font-weight: bold;
	width: 80%;
	margin-left: 40px;
	margin-top: 0;
	border-bottom: 2px solid #cc0000;
}
#copyright {
	width: 80%;
	margin-left: 40px;
	clear: both;
	padding-bottom: 5px;
}
#copyright a:link, #copyright a:visited, #copyright a:active
{
	color: #333333;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus
{
	color: #333333;
	text-decoration: underline;
}

.sp-image-rotator
{
	cursor: pointer;
}