
/*nos réalisations*/
figure { 
	display: inline-block; 
}
section a {
	text-decoration: none;
	border-bottom: 1px solid rgb(212,170,132);
	color: rgb(212,170,132);
}
section a:hover,
section a:focus {
	border-bottom: 1px dashed rgb(212,170,132);
}

/*cadre photo*/
#slideshow {
	position: relative;
	width: 800px;
	height: 600px;
	padding: 15px;
	border: 1px solid #ddd;
	margin: 0 auto 2em;
	background: #FFF;
	background: -webkit-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: -moz-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: -ms-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: -o-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	
	-webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
	box-shadow: 0 0 3px rgba(0,0,0, 0.2);
}

/* Bouton precedant suivant */
#slideshow:before,
#slideshow:after {
	position: absolute;
	display:block;
	bottom:16px;
	width: 50%;
	height: 20px;
	content: " ";
	background: rgba(0,0,0,0.1);
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.4), 0 20px 10px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0 0 3px rgba(0,0,0, 0.4), 0 20px 10px rgba(0,0,0, 0.7);
	box-shadow: 0 0 3px rgba(0,0,0, 0.4), 0 20px 10px rgba(0,0,0, 0.7);
	
	z-index: -10;
}
#slideshow:before {
	left:0;
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
}
#slideshow:after {
	right:0;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	-o-transform: rotate(4deg);
}

/* légende des boutons*/
#slideshow .commands {
	position: absolute;
	top: 45%;
	padding: 5px 13px;
	border-bottom:0;
	font-family: 'Amaranth', Arial, Verdana, sans-serif;
	font-size: 1.3em;
	color: #aaa;
	text-decoration:none;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: -moz-linear-gradient(#fff,#ddd);
	background-image: -ms-linear-gradient(#fff,#ddd);
	background-image: -o-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
	text-shadow: 0 0 1px #aaa;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#slideshow .commands:after {
	position: absolute;
	bottom: 65px; left:-18px;
	content: attr(title);
	width: 50px;
	padding: 12px;
	background: #fff;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	text-align:center;
	text-shadow: 0 0 0;
	opacity: 0;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	
	-webkit-transition: opacity 0.7s, bottom 0.7s;
	-moz-transition: opacity 0.7s, bottom 0.7s;
	transition: opacity 0.7s, bottom 0.7s;
}
#slideshow .commands:before {
	position: absolute;
	bottom: 55px; left: 13px;
	content: " ";
	width: 1px; height: 1px;
	border-top: 10px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	z-index:100;
	opacity: 0;
	
	-webkit-transition: opacity 0.7s, bottom 0.7s;
	-moz-transition: opacity 0.7s, bottom 0.7s;
	transition: opacity 0.7s, bottom 0.7s;
}
#slideshow .commands:hover:before {
	bottom: 35px;
	opacity: 1;
}
#slideshow .commands:hover:after {
	bottom: 45px;
	opacity: 1;
}
#slideshow .commands:focus { 
	outline: 0;
	-webkit-transform: translate(1px, 2px);
	-moz-transform: translate(1px, 2px);
	-ms-transform: translate(1px, 2px);
	-o-transform: translate(1px, 2px);
	transform: translate(1px, 2px);
}
#slideshow .commands:active {
	-webkit-transform: translate(0, 1px);
	-moz-transform: translate(0, 1px);
	-ms-transform: translate(0, 1px);
	-o-transform: translate(0, 1px);
	transform: translate(0, 1px);
}


#slideshow .prev {
	left: -48px;
}
#slideshow .next {
	right: -48px;
}
#slideshow .prev,
#slideshow .next {
	display:none;
}
#slideshow .prev,
#slideshow .next {
	display:none;
}
#slideshow .commands1 {
	display: block;
}

/* play/pause commands */
.play_commands {
	
	position: absolute;
	/*dimensionnement icone*/
	width: 22px; height: 22px;
	/*positionner commande*/
	top: 25px; right: 25px;
	z-index: 10;
	text-indent: -9999px;
	border:0 none;
	
	/*mettre a 1 pour voir tout le temps*/
	opacity: 0;

	/*animation d'affichage quand sourit sur l'image*/
	-webkit-transition: opacity 1s, right 1s;
	-moz-transition: opacity 1s, right 1s;
	transition: opacity 1s, right 1s;
}

/*animation affichage*/
.play { right: 55px; cursor: default; }

.pause:hover { border:0 none; }
.play_commands:focus { outline:0; }

#slideshow:hover .pause,
#sl_play:target ~ #slideshow:hover .pause,
.play_commands:focus {
	opacity: 1;
}
.sl_command:target ~ #slideshow:hover .pause,
#sl_pause:target ~ #slideshow:hover .pause {
	opacity: 0;
}


.pause:after,
.pause:before {
	position: absolute;
	display: block;
	content: " ";
	top:0;
	width:38%;
	height: 22px;
	background: #fff;
	background: rgba(255,255,255,0.5);
}
.pause:after {
	right:0;
}
.pause:before {
	left:0;
}
.play {
	width: 1px; 
	height: 1px; 
	border-top: 10px solid transparent; 
	border-left: 20px solid #fff; 
	border-left: 20px solid rgba(255,255,255,0.5); 
	border-bottom: 10px solid transparent;
	opacity: 0;
}
.play:hover,
.play:focus {
	border-bottom: 10px solid transparent;
}

#slideshow .container {
	position:relative;
	width: 800px;
	height: 600px;
	overflow: hidden;
}
/* timeline base */
#slideshow .container:after {
	position:absolute;
	bottom: 0; left:0;
	content: " ";
	background: #999;
	width: 100%;
	height: 1px;
}

/*@-webkit-keyframes slider {
	0%, 20%, 100%	{ left: 0 }
	25%, 45%		{ left: -100% }
	50%, 70%		{ left: -200% }
	75%, 95%		{ left: -300% }
}
@-moz-keyframes slider {
	0%, 20%, 100%	{ left: 0 }
	25%, 45%		{ left: -100% }
	50%, 70%		{ left: -200% }
	75%, 95%		{ left: -300% }
}
@keyframes slider {
	0%, 20%, 100%	{ left: 0 }
	25%, 45%		{ left: -100% }
	50%, 70%		{ left: -200% }
	75%, 95%		{ left: -300% }
}*/

@-webkit-keyframes slider {
	0%, 5%, 100%	{ left: 0 }
	10%, 15%		{ left: -100% }
	20%, 25%		{ left: -200% }
	30%, 35%		{ left: -300% }
	40%, 45%		{ left: -400% }
	50%, 55%		{ left: -500% }
	60%, 65%		{ left: -600% }
	70%, 75%		{ left: -700% }
	80%, 85%		{ left: -800% }
	90%, 95%		{ left: -900% }
}	
@-moz-keyframes slider {
	0%, 5%, 100%	{ left: 0 }
	10%, 15%		{ left: -100% }
	20%, 25%		{ left: -200% }
	30%, 35%		{ left: -300% }
	40%, 45%		{ left: -400% }
	50%, 55%		{ left: -500% }
	60%, 65%		{ left: -600% }
	70%, 75%		{ left: -700% }
	80%, 85%		{ left: -800% }
	90%, 95%		{ left: -900% }
}
@keyframes slider {
	0%, 5%, 100%	{ left: 0 }
	10%, 15%		{ left: -100% }
	20%, 25%		{ left: -200% }
	30%, 35%		{ left: -300% }
	40%, 45%		{ left: -400% }
	50%, 55%		{ left: -500% }
	60%, 65%		{ left: -600% }
	70%, 75%		{ left: -700% }
	80%, 85%		{ left: -800% }
	90%, 95%		{ left: -900% }
}

#slideshow .slider {
	position: absolute;
	left:0; top:0;
	width: 1000%; /* 100 * le nombre d'image*/
	height: 600px;
	
	-webkit-animation: slider 80s infinite; /* cycle d'image = 8 * nombre d'image*/
	-moz-animation: slider 80s infinite;
	animation: slider 80s infinite;
}
.sl_i:target ~ #slideshow .slider {
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	transition: left 1s;
}
.sl_command:target ~ #slideshow .slider {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

.sl_i:target ~ #slideshow .c_slider {
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	transition: background 1s;
}

#slideshow figure {
	position:relative;
	padding:0; margin:0;
}

@-webkit-keyframes figurer {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90%, 100%						{ -webkit-box-shadow: 0 0 65px rgba(0,0,0, 0) inset; box-shadow: 0 0 65px rgba(0,0,0, 0) inset;	}
	1%, 5%, 11%, 15%, 21%, 25%, 31%, 35%, 41%, 45%, 51%, 55%, 61%, 65%, 71%, 75%, 81%, 85%, 91%, 95%		{ -webkit-box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;	box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset; }
}
@-moz-keyframes figurer {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90%, 100%						{ -webkit-box-shadow: 0 0 65px rgba(0,0,0, 0) inset; box-shadow: 0 0 65px rgba(0,0,0, 0) inset;	}
	1%, 5%, 11%, 15%, 21%, 25%, 31%, 35%, 41%, 45%, 51%, 55%, 61%, 65%, 71%, 75%, 81%, 85%, 91%, 95%		{ -webkit-box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;	box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset; }
}
@keyframes figurer {
	/*0%, 25%, 50%, 75%, 100%						{ -moz-box-shadow: 0 0 65px rgba(0,0,0, 0) inset; box-shadow: 0 0 65px rgba(0,0,0, 0) inset;	}
	5%, 20%, 30%, 45%, 55%, 70%, 80%, 95%		{ -moz-box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;	box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset; }
*/
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90%, 100%						{ -webkit-box-shadow: 0 0 65px rgba(0,0,0, 0) inset; box-shadow: 0 0 65px rgba(0,0,0, 0) inset;	}
	1%, 5%, 11%, 15%, 21%, 25%, 31%, 35%, 41%, 45%, 51%, 55%, 61%, 65%, 71%, 75%, 81%, 85%, 91%, 95%		{ -webkit-box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;	box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset; }
}

/*mettre un ombrage a l'image*/
#slideshow figure:after {
	position: absolute;
	display:block;
	content: " ";
	top:0; left:0;
	width: 100%; height: 100%;
	-webkit-box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;
	-moz-box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;
	box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;
	
	-webkit-animation: figurer 80s infinite;
	-moz-animation: figurer 80s infinite;
	animation: figurer 80s infinite;
}

/*@-webkit-keyframes figcaptionner {
	0%, 6%, 9%, 16%, 19%, 26%, 29%, 36%, 39%, 46%, 49%, 56%, 59%, 66%, 69%, 76%, 79%, 86%, 89%, 96%, 100%	{ bottom: -55px;	}
	1%, 4%, 11%, 14%, 21%, 24%, 31%, 34%, 41%, 44%, 51%, 54%, 61%, 64%, 71%, 74%, 81%, 84%, 91%, 94%		{ bottom: 5px;		}
}
@-moz-keyframes figcaptionner {
	0%, 6%, 9%, 16%, 19%, 26%, 29%, 36%, 39%, 46%, 49%, 56%, 59%, 66%, 69%, 76%, 79%, 86%, 89%, 96%, 100%	{ bottom: -55px;	}
	1%, 4%, 11%, 14%, 21%, 24%, 31%, 34%, 41%, 44%, 51%, 54%, 61%, 64%, 71%, 74%, 81%, 84%, 91%, 94%		{ bottom: 5px;		}
}
@keyframes figcaptionner {
	0%, 6%, 9%, 16%, 19%, 26%, 29%, 36%, 39%, 46%, 49%, 56%, 59%, 66%, 69%, 76%, 79%, 86%, 89%, 96%, 100%	{ bottom: -55px;	}
	1%, 4%, 11%, 14%, 21%, 24%, 31%, 34%, 41%, 44%, 51%, 54%, 61%, 64%, 71%, 74%, 81%, 84%, 91%, 94%		{ bottom: 5px;		}
}*/

#slideshow figcaption {
	position:absolute;
	padding: 20px 20px; margin:0;
	left:0; right:0; bottom: 5px;
	text-align:center;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	font-family: Georgia, Times, serif;
	background: #000;
	background: rgba(255,255,255,0.7);
	border-top: 1px solid rgb(225,225,225);
	color: #555;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.3);
	
	/*-webkit-animation: figcaptionner 80s infinite;
	-moz-animation: figcaptionner 80s infinite;
	animation: figcaptionner 80s infinite;*/
}

@-webkit-keyframes timeliner {
	/*0%, 25%, 50%, 75%, 100%	{ width: 0;		}
	20%, 45%, 70%, 90%		{ width: 800px;	}*/
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90%, 100%	{ width: 0;		}
	5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95%		    { width: 800px;	}
}
@-moz-keyframes timeliner {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90%, 100%	{ width: 0;		}
	5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95%		    { width: 800px;	}
}
@keyframes timeliner {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90%, 100%	{ width: 0;		}
	5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95%		    { width: 800px;	}
}

#timeline {
	position: absolute;
	background: #999;
	bottom: 15px;
	left: 15px;
	height: 1px;
	background: rgb(212,170,132);
	background: rgba(212,170,132,.8);
	width: 0;
	
	-webkit-animation: timeliner 80s infinite;
	-moz-animation: timeliner 80s infinite;
	animation: timeliner 80s infinite;
}

/* dots styles */
.dots_commands  {
	position: relative;
	top: 32px;
	padding:0; margin:0;
	text-align:center;
}
.dots_commands li {
	display:inline;
	padding:0; margin:0;
	list-style:none;
}
.dots_commands a {
	position: relative;
	display:inline-block;
	height:8px; width: 8px;
	margin: 0 5px;
	text-indent: -9999px;
	background: #fff;
	border-bottom:0;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.55) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.55) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.55) inset;
	
	z-index:25;
}
.dots_commands li + li a {
	z-index:10;
}
@-moz-keyframes dotser {
	0%, 100% 	{ opacity: 1; left: 0; 		}
	
	5%			{ opacity: 1; left: 0;		}
	7%			{ opacity: 0; left: 0;		}
	8%			{ opacity: 0; left: 18px;	}
	10%			{ opacity: 1; left: 18px;	}
	
	15%			{ opacity: 1; left: 18px;	}
	17%			{ opacity: 0; left: 18px;	}
	18%			{ opacity: 0; left: 36px;	}
	20%			{ opacity: 1; left: 36px;	}
	
	25%			{ opacity: 1; left: 36px;	}
	27%			{ opacity: 0; left: 36px;	}
	28%			{ opacity: 0; left: 54px;	}
	30%			{ opacity: 1; left: 54px;	}
	
	35%			{ opacity: 1; left: 54px;	}
	37%			{ opacity: 0; left: 54px;	}
	38%			{ opacity: 0; left: 72px;	}
	40%			{ opacity: 1; left: 72px;	}
	
	45%			{ opacity: 1; left: 72px;	}
	47%			{ opacity: 0; left: 72px;	}
	48%			{ opacity: 0; left: 90px;	}
	50%			{ opacity: 1; left: 90px;	}
	
	55%			{ opacity: 1; left: 90px;	}
	57%			{ opacity: 0; left: 90px;	}
	58%			{ opacity: 0; left: 108px;	}
	60%			{ opacity: 1; left: 108px;	}
	
	65%			{ opacity: 1; left: 108px;	}
	67%			{ opacity: 0; left: 108px;	}
	68%			{ opacity: 0; left: 126px;	}
	70%			{ opacity: 1; left: 126px;	}
	
	75%			{ opacity: 1; left: 126px;	}
	77%			{ opacity: 0; left: 126px;	}
	78%			{ opacity: 0; left: 144px;	}
	80%			{ opacity: 1; left: 144px;	}
	
	85%			{ opacity: 1; left: 144px;	}
	87%			{ opacity: 0; left: 144px;	}
	88%			{ opacity: 0; left: 162px;	}
	90%			{ opacity: 1; left: 162px;	}
	
	95%			{ opacity: 1; left: 162px;	}
	97%			{ opacity: 0; left: 162px;	}
	98%			{ opacity: 0; left: 0;	}
}
@-webkit-keyframes dotser {
	/*0%, 100% 	{ opacity: 1; left: 0; 		}
	
	20%			{ opacity: 1; left: 0;		}
	22%			{ opacity: 0; left: 0;		}
	23%			{ opacity: 0; left: 18px;	}
	25%			{ opacity: 1; left: 18px;	}
	
	45%			{ opacity: 1; left: 18px;	}
	47%			{ opacity: 0; left: 18px;	}
	48%			{ opacity: 0; left: 36px;	}
	50%			{ opacity: 1; left: 36px;	}
	
	70%			{ opacity: 1; left: 36px;	}
	72%			{ opacity: 0; left: 36px;	}
	73%			{ opacity: 0; left: 54px;	}
	75%			{ opacity: 1; left: 54px;	}
	
	95%			{ opacity: 1; left: 54px;	}
	97%			{ opacity: 0; left: 54px;	}
	98%			{ opacity: 0; left: 0;	}*/
	0%, 100% 	{ opacity: 1; left: 0; 		}
	
	5%			{ opacity: 1; left: 0;		}
	7%			{ opacity: 0; left: 0;		}
	8%			{ opacity: 0; left: 18px;	}
	10%			{ opacity: 1; left: 18px;	}
	
	15%			{ opacity: 1; left: 18px;	}
	17%			{ opacity: 0; left: 18px;	}
	18%			{ opacity: 0; left: 36px;	}
	20%			{ opacity: 1; left: 36px;	}
	
	25%			{ opacity: 1; left: 36px;	}
	27%			{ opacity: 0; left: 36px;	}
	28%			{ opacity: 0; left: 54px;	}
	30%			{ opacity: 1; left: 54px;	}
	
	35%			{ opacity: 1; left: 54px;	}
	37%			{ opacity: 0; left: 54px;	}
	38%			{ opacity: 0; left: 72px;	}
	40%			{ opacity: 1; left: 72px;	}
	
	45%			{ opacity: 1; left: 72px;	}
	47%			{ opacity: 0; left: 72px;	}
	48%			{ opacity: 0; left: 90px;	}
	50%			{ opacity: 1; left: 90px;	}
	
	55%			{ opacity: 1; left: 90px;	}
	57%			{ opacity: 0; left: 90px;	}
	58%			{ opacity: 0; left: 108px;	}
	60%			{ opacity: 1; left: 108px;	}
	
	65%			{ opacity: 1; left: 108px;	}
	67%			{ opacity: 0; left: 108px;	}
	68%			{ opacity: 0; left: 126px;	}
	70%			{ opacity: 1; left: 126px;	}
	
	75%			{ opacity: 1; left: 126px;	}
	77%			{ opacity: 0; left: 126px;	}
	78%			{ opacity: 0; left: 144px;	}
	80%			{ opacity: 1; left: 144px;	}
	
	85%			{ opacity: 1; left: 144px;	}
	87%			{ opacity: 0; left: 144px;	}
	88%			{ opacity: 0; left: 162px;	}
	90%			{ opacity: 1; left: 162px;	}
	
	95%			{ opacity: 1; left: 162px;	}
	97%			{ opacity: 0; left: 162px;	}
	98%			{ opacity: 0; left: 0;	}
}
@keyframes dotser {
	0%, 100% 	{ opacity: 1; left: 0; 		}
	
	5%			{ opacity: 1; left: 0;		}
	7%			{ opacity: 0; left: 0;		}
	8%			{ opacity: 0; left: 18px;	}
	10%			{ opacity: 1; left: 18px;	}
	
	15%			{ opacity: 1; left: 18px;	}
	17%			{ opacity: 0; left: 18px;	}
	18%			{ opacity: 0; left: 36px;	}
	20%			{ opacity: 1; left: 36px;	}
	
	25%			{ opacity: 1; left: 36px;	}
	27%			{ opacity: 0; left: 36px;	}
	28%			{ opacity: 0; left: 54px;	}
	30%			{ opacity: 1; left: 54px;	}
	
	35%			{ opacity: 1; left: 54px;	}
	37%			{ opacity: 0; left: 54px;	}
	38%			{ opacity: 0; left: 72px;	}
	40%			{ opacity: 1; left: 72px;	}
	
	45%			{ opacity: 1; left: 72px;	}
	47%			{ opacity: 0; left: 72px;	}
	48%			{ opacity: 0; left: 90px;	}
	50%			{ opacity: 1; left: 90px;	}
	
	55%			{ opacity: 1; left: 90px;	}
	57%			{ opacity: 0; left: 90px;	}
	58%			{ opacity: 0; left: 108px;	}
	60%			{ opacity: 1; left: 108px;	}
	
	65%			{ opacity: 1; left: 108px;	}
	67%			{ opacity: 0; left: 108px;	}
	68%			{ opacity: 0; left: 126px;	}
	70%			{ opacity: 1; left: 126px;	}
	
	75%			{ opacity: 1; left: 126px;	}
	77%			{ opacity: 0; left: 126px;	}
	78%			{ opacity: 0; left: 144px;	}
	80%			{ opacity: 1; left: 144px;	}
	
	85%			{ opacity: 1; left: 144px;	}
	87%			{ opacity: 0; left: 144px;	}
	88%			{ opacity: 0; left: 162px;	}
	90%			{ opacity: 1; left: 162px;	}
	
	95%			{ opacity: 1; left: 162px;	}
	97%			{ opacity: 0; left: 162px;	}
	98%			{ opacity: 0; left: 0;	}
}
.dots_commands li:first-child a:after,
.dots_commands li:first-child a:before {
	position: absolute;
	top: 0; left: 0;
	content: " ";
	width: 8px; height: 8px;
	background: rgb(212,170,132);
	z-index:20;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.55) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.55) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.55) inset;
}
.dots_commands li:first-child a:after {
	-webkit-animation: dotser 80s infinite; 
	-moz-animation: dotser 80s infinite;
	animation: dotser 80s infinite;
}
.dots_commands li:first-child a:before {
	display:none;
}




/* need a stop ! */

/* actions when target ! */
.sl_command { display: none; }

.sl_command:target ~ #slideshow .slider,
.sl_command:target ~ #slideshow figure:after,
/*.sl_command:target ~ #slideshow figcaption,*/
.sl_command:target ~ #slideshow #timeline,
.sl_command:target ~ #slideshow .dots_commands li:first-child a:after {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	animation-play-state: paused;
}

#sl_play:target ~ #slideshow .slider,
#sl_play:target ~ #slideshow figure:after,
/*#sl_play:target ~ #slideshow figcaption,*/
#sl_play:target ~ #slideshow #timeline,
#sl_play:target ~ #slideshow .dots_commands li:first-child a:after {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	animation-play-state: running;
}

.sl_command:target ~ #slideshow .pause 	{ opacity:0; }
.sl_command:target ~ #slideshow .play 	{ opacity:1; right: 25px; cursor: pointer; }
#sl_play:target ~ #slideshow .pause 	{ opacity:0; }
#sl_play:target ~ #slideshow .play 		{ opacity:0; right: 55px; cursor: default;}



.sl_i:target ~ #slideshow .slider									{ visibility: hidden }
.sl_i:target ~ #slideshow .slider figcaption						{ visibility: hidden }
.sl_i:target ~ #slideshow .dots_commands li:first-child a:after		{ display:none; }
.sl_i:target ~ #slideshow .dots_commands li:first-child a:before	{ display:block; }}

#sl_i1:target ~ #slideshow .commands								{ display: none; }
#sl_i1:target ~ #slideshow .commands1								{ display: block; }
#sl_i1:target ~ #slideshow .c_slider								{ background-position: 0 0, 800px 0, 1600px 0, 2400px 0,3200px 0, 4000px 0, 4800px 0, 5600px 0, 6400px 0, 7200px 0; }
#sl_i1:target ~ #slideshow .dots_commands li:first-child a:before	{ left:0; }

#sl_i2:target ~ #slideshow .commands								{ display: none; }
#sl_i2:target ~ #slideshow .commands2								{ display: block; }
#sl_i2:target ~ #slideshow .c_slider								{ background-position: -800px 0, 0 0, 800px 0, 1600px 0, 2400px 0,3200px 0, 4000px 0, 4800px 0, 5600px 0, 6400px 0; }
#sl_i2:target ~ #slideshow .dots_commands li:first-child a:before	{ left:18px; }

#sl_i3:target ~ #slideshow .commands								{ display: none; }
#sl_i3:target ~ #slideshow .commands3								{ display: block; }
#sl_i3:target ~ #slideshow .c_slider								{ background-position: -1600px 0, -800px 0, 0 0, 800px 0, 1600px 0, 2400px 0,3200px 0, 4000px 0, 4800px 0, 5600px 0; }
#sl_i3:target ~ #slideshow .dots_commands li:first-child a:before	{ left:36px; }

#sl_i4:target ~ #slideshow .commands								{ display: none; }
#sl_i4:target ~ #slideshow .commands4								{ display: block; }
#sl_i4:target ~ #slideshow .c_slider								{ background-position: -2400px 0, -1600px 0, -800px 0, 0 0, 800px 0, 1600px 0, 2400px 0,3200px 0, 4000px 0, 4800px 0; }
#sl_i4:target ~ #slideshow .dots_commands li:first-child a:before	{ left:54px; }

#sl_i5:target ~ #slideshow .commands								{ display: none; }
#sl_i5:target ~ #slideshow .commands5								{ display: block; }
#sl_i5:target ~ #slideshow .c_slider								{ background-position: -3200px 0, -2400px 0, -1600px 0, -800px 0, 0 0, 800px 0, 1600px 0, 2400px 0,3200px 0, 4000px 0; }
#sl_i5:target ~ #slideshow .dots_commands li:first-child a:before	{ left:72px; }

#sl_i6:target ~ #slideshow .commands								{ display: none; }
#sl_i6:target ~ #slideshow .commands6								{ display: block; }
#sl_i6:target ~ #slideshow .c_slider								{ background-position: -4000px 0, -3200px 0, -2400px 0, -1600px 0, -800px 0, 0 0, 800px 0, 1600px 0, 2400px 0,3200px 0; }
#sl_i6:target ~ #slideshow .dots_commands li:first-child a:before	{ left:90px; }

#sl_i7:target ~ #slideshow .commands								{ display: none; }
#sl_i7:target ~ #slideshow .commands7								{ display: block; }
#sl_i7:target ~ #slideshow .c_slider								{ background-position: -4800px 0, -4000px 0, -3200px 0, -2400px 0, -1600px 0, -800px 0, 0 0, 800px 0, 1600px 0, 2400px 0; }
#sl_i7:target ~ #slideshow .dots_commands li:first-child a:before	{ left:108px; }

#sl_i8:target ~ #slideshow .commands								{ display: none; }
#sl_i8:target ~ #slideshow .commands8								{ display: block; }
#sl_i8:target ~ #slideshow .c_slider								{ background-position: -5600px 0, -4800px 0, -4000px 0, -3200px 0, -2400px 0, -1600px 0, -800px 0, 0 0, 800px 0, 1600px 0; }
#sl_i8:target ~ #slideshow .dots_commands li:first-child a:before	{ left:126px; }

#sl_i9:target ~ #slideshow .commands								{ display: none; }
#sl_i9:target ~ #slideshow .commands9								{ display: block; }
#sl_i9:target ~ #slideshow .c_slider								{ background-position: -6400px 0, -5600px 0, -4800px 0, -4000px 0, -3200px 0, -2400px 0, -1600px 0, -800px 0, 0 0, 800px 0; }
#sl_i9:target ~ #slideshow .dots_commands li:first-child a:before	{ left:144px; }

#sl_i10:target ~ #slideshow .commands								{ display: none; }
#sl_i10:target ~ #slideshow .commands10								{ display: block; }
#sl_i10:target ~ #slideshow .c_slider								{ background-position: -7200px 0, -6400px 0, -5600px 0, -4800px 0, -4000px 0, -3200px 0, -2400px 0, -1600px 0, -800px 0, 0 0; }
#sl_i10:target ~ #slideshow .dots_commands li:first-child a:before	{ left:162px; }

