#partie3{
		background-color: #f4dcbd;
}

#partie3a, #partie3b{
	background-color: white;
	padding-left:3em;
	padding-right:3em;
	padding-top:1em;
}


#microsommaire{
background-color:#fde9d7; margin:1em auto; margin-bottom:5em; width:55%; padding-top:1em; padding-left:-2em; padding-right:2em; padding-bottom:0em; border-radius: 1em; list-style:none;}
			#microsommaire p{
					margin-left:1%; padding-right:0em; padding-bottom:0em; border-radius: 1em; list-style:none;}	

	#partie3a h3, #partie3b h3{
			padding-top:1em;
			margin-bottom:2em;
			font-size:1.6em;
			line-height:1.5em;
			text-align:left;
			color:#333;
		 text-transform:uppercase;
		  text-shadow: 0.05em 0.02em 0.07em gray;
		}
	#partie3a .signe, #partie3b .signe{
		text-align:right; 
		line-height:1.4em;
		font-size:0.8em;
		padding-left:60%; 
	}
	#partie3a .effetexte, #partie3b .effetexte{
		font-family:kreon, garamond, serif;
		font-weight:600;
		margin-top:0.2em;
	}


	.lettrine{
		float:left;
		font-size:4em;
		line-height:0.8em;
		font-family:Garamond, Serif;
		text-shadow: 0.01em 0.01em 0.01em gray;
		padding-top:0;
		margin:0;
		vertical-align:top;
		margin-right:5px;
	}
	.textright{
	padding-top:2%;
		padding-left:45%;
	}
	.textleft{
		padding-top:2%;
		padding-right:45%;
	}
	.textcenter{
		text-align:center;
		padding-top:2%;
		padding-left:20%;
		padding-right:20%;
	}
.polashow a:hover{
	text-shadow:none;
}
.polashow {
	font-family:Satisfy;
	font-size:0.8em;
	line-height:2em;
}	

.encart{
	margin-left:30%;
	margin-right:30%;
	padding:1.5em 0.8em 0.5em 0.8em;
	background-color:#f4dcbd;
	border-radius:1em;
}
	.encart p{line-height:1.5em; margin-bottom:0.2em; }
	.small {font-size:0.8em;line-height:0.2em;padding-bottom:1.5em; }
											/*//////////////////////
													PARTIE SUIVANTE
										//////////////////////*/
											.partiesuivante{
												float:right; 
												text-align:right; 
												padding-right:1em; 
												padding-top:0.7em;
											}
												.partiesuivante a{
													-webkit-transition: all 0.2s linear;
													-moz-transition: all 0.2s linear;			
													-o-transition: all 0.2s linear;
													-ms-transition: all 0.2s linear;
													transition: all 0.2s linear;
												}
												.partiesuivante a:hover{
													color:inherit;
												  text-shadow: 0.1em 0.02em 0.1em gray;		
												}
										/*//////////////////////
													PARTIE PRECEDENTE
										//////////////////////*/
											.partieprecedente{
												float:left; 
												text-align:left; 
												padding-left:1em; 
												padding-top:0.7em;
											}
												.partieprecedente a{
													-webkit-transition: all 0.2s linear;
													-moz-transition: all 0.2s linear;			
													-o-transition: all 0.2s linear;
													-ms-transition: all 0.2s linear;
													transition: all 0.2s linear;
												}
												.partieprecedente a:hover{
													color:inherit;
												  text-shadow: 0.1em 0.02em 0.1em gray;		
												}

/*///////////////////////////////////////////////////////
					Scroll-top
///////////////////////////////////////////////////////*/		
	#scroll-top{
		display:none;
		position:fixed;
		bottom:20px;
		right:20px;
		margin:0;
		padding:0;
		width:3.5%;
		height:7.5%;
		background-image:url(../partie5/scroll-top.png);
		background-size: auto auto;
		background-position:center center;
		background-repeat:no-repeat;
		background-color:rgba(0,0,0,0.4);
		text-indent:-9999px;
		cursor:pointer;
		z-index:2000;
	}
	#scroll-top:hover{
		background-color:rgba(0,0,0,0.7);
		-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
		-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
		-o-box-shadow:0 0 5px rgba(0,0,0,0.3);
		-ms-box-shadow:0 0 5px rgba(0,0,0,0.3);
		box-shadow:0 0 5px rgba(0,0,0,0.3);
	}
	#scroll-top{
		-webkit-transition:all 0.35s ease;
		-moz-transition:all 0.35s ease;
		-o-transition:all 0.35s ease;
		-ms-transition:all 0.35s ease;
		transition:all 0.35s ease;
		-webkit-transform:translateZ(0);
		-moz-transform:translateZ(0);
		-o-transform:translateZ(0);
		-ms-transform:translateZ(0);
		transform:translateZ(0);
	}
	
	
												
#livre{
	width:240px;
	float:left;
	margin-right:2em;
	overflow:hidden;
}
#livre img{
	position:relative;
		-webkit-animation:livre 9s steps(51) 3s;
		-moz-animation:livre 9s steps(51) 3s;
		-o-animation:livre 9s steps(51) 3s;
		-ms-animation:livre 9s steps(51) 3s;
	animation:livre 9s steps(51) 3s;
		-webkit-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
		-webkit-animation-direction:alternate;
		-moz-animation-direction:alternate;
		-o-animation-direction:alternate;
		-ms-animation-direction:alternate;
	animation-direction:alternate;
		-webkit-animation-fill-mode:backwards;
		-moz-animation-fill-mode:backwards;
		-o-animation-fill-mode:backwards;
		-ms-animation-fill-mode:backwards;
		animation-fill-mode:backwards;
}

@-webkit-keyframes livre{
	from { left:0; }
	to {left:-12230px; }
}
@-moz-keyframes livre{
	from { left:0; }
	to {left:-12230px; }
}
@-ms-keyframes livre{
	from { left:0; }
	to {left:-12230px; }
}
@-o-keyframes livre{
	from { left:0; }
	to {left:-12230px; }
}
@keyframes livre{
	from { left:0; }
	to {left:-12230px; }
}
#livid{
	width:240px;
	height:450px;
	float:left;
	margin-right:2em;
	overflow:hidden;
		-webkit-box-shadow: 3px 3px 6px 0px #656565;
	-moz-box-shadow: 3px 3px 6px 0px #656565;
	-o-box-shadow: 3px 3px 6px 0px #656565;
	-ms-box-shadow:3px 3px 6px 0px #656565;
	box-shadow: 3px 3px 6px 0px #656565;
}
#livid img{
	position:relative;
		-webkit-animation:livid 10s steps(53) 2s;
		-moz-animation:livid 10s steps(53) 2s;
		-o-animation:livid 10s steps(53) 2s;
		-ms-animation:livid 10s steps(53) 2s;
	animation:livid 10s steps(53) 2s;
		-webkit-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
		-webkit-animation-direction:alternate;
		-moz-animation-direction:alternate;
		-o-animation-direction:alternate;
		-ms-animation-direction:alternate;
	animation-direction:alternate;
		-webkit-animation-fill-mode:backwards;
		-moz-animation-fill-mode:backwards;
		-o-animation-fill-mode:backwards;
		-ms-animation-fill-mode:backwards;
		animation-fill-mode:backwards;
}

@-webkit-keyframes livid{
	from { left:0; }
	to {left:-12720px; }
}
@-moz-keyframes livid{
	from { left:0; }
	to {left:-12720px; }
}
@-ms-keyframes livid{
	from { left:0; }
	to {left:-12720px; }
}
@-o-keyframes livid{
	from { left:0; }
	to {left:-12720px; }
}
@keyframes livid{
	from { left:0; }
	to {left:-12720px; }
}


/*/////////////////////////////////////////////////////////////
				POLASHOW
////////////////////////////////////////////////////////////*/
#polashow{
	width:80%;
	text-align:center;
}

.polaroid-style-un{
	float:left;
}
.polaroid-style-un a{
	background:linear-gradient(#f5f0e9, #eae8e4);
	display: inline;
	float:left;
	padding:0.5em 0.5em 0.5em;
	text-align:center;
	line-height:1.5em;
	text-decoration:none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
	position: relative;
}
.polaroid-style-un a:after {
	color: #333;
	font-size: 0.5em;
	content: attr(title);
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top:15px;
}
.polaroid-style-un img {
	display: block;
	width: inherit;
}
.polaroid-style-un a:first-child{
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	transform: rotate(-4deg);
}

.polaroid-style-un a:hover{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	z-index:10;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.7);
	box-shadow: 0 10px 20px rgba(0,0,0,.7);
	size:100%;
}




/*///////////////////////////////
 Style2
//////////////////////////////*/

.polaroid-style-deux{
	float:left;

}
.polaroid-style-deux a{
	background:linear-gradient(#f5f0e9, #eae8e4);
	display: inline;
	float:left;
	padding:0.5em 0.5em 0.5em;
	text-align:center;
	line-height:1.5em;
	text-decoration:none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
	position: relative;
}
.polaroid-style-deux a:after {
	color: #333;
	content: attr(title);
	text-decoration:none;
	font-size:5em;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top:15px;
}
.polaroid-style-deux img {
	display: block;
	width: inherit;
}
.polaroid-style-deux a:first-child{
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	transform: rotate(2deg);
}
.polaroid-style-deux a:hover{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	z-index:100;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.7);
	box-shadow: 0 10px 20px rgba(0,0,0,.7);
	size:100%;
}





/*///////////////////////////////
 Style3
//////////////////////////////*/

.polaroid-style-trois{
	float:left;
}
.polaroid-style-trois a{
	background:linear-gradient(#f5f0e9, #eae8e4);
	display: inline;
	float:left;
	padding:0.5em 0.5em 0.5em;
	text-align:center;
	line-height:1.5em;
	text-decoration:none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
	position: relative;
}
.polaroid-style-trois a:after {
	color: #333;
	content: attr(title);
	text-decoration:none;
	font-size:5em;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top:15px;
}
.polaroid-style-trois img {
	display: block;
	width: inherit;
}
.polaroid-style-trois a:first-child{
	-webkit-transform: rotate(deg);
	-moz-transform: rotate(9deg);
	transform: rotate(9deg);
}
.polaroid-style-trois a:hover{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	z-index:10;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.7);
	box-shadow: 0 10px 20px rgba(0,0,0,.7);
	size:100%;
}





/*///////////////////////////////
 Style4
//////////////////////////////*/
.polaroid-style-quatre{
	float:left;
}
.polaroid-style-quatre a{
	background:linear-gradient(#f5f0e9, #eae8e4);
	display: inline;
	float:left;
	padding:0.5em 0.5em 0.5em;
	text-align:center;
	line-height:1.5em;
	text-decoration:none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
	position: relative;
}
.polaroid-style-quatre a:after {
	color: #333;
	font-size: 20px;
	content: attr(title);
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top:15px;
}
.polaroid-style-quatre img {
	display: block;
	width: inherit;
}
.polaroid-style-quatre a:first-child{
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	transform: rotate(5deg);
}
.polaroid-style-quatre a:hover{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	z-index:10;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.7);
	box-shadow: 0 10px 20px rgba(0,0,0,.7);
	size:100%;
}




/*///////////////////////////////
 Style5
//////////////////////////////*/
.polaroid-style-cinq{
	float:left;
}
.polaroid-style-cinq a{
	background:linear-gradient(#f5f0e9, #eae8e4);
	display: inline;
	float:left;
	margin:0 18px 30px;
	padding:0.5em 0.5em 0.5em;
	text-align:center;
	line-height:1.5em;
	text-decoration:none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
	position: relative;
}
.polaroid-style-cinq a:after {
	color: #333;
	font-size: 20px;
	content: attr(title);
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top:15px;
}
.polaroid-style-cinq img {
	display: block;
	width: inherit;
}
.polaroid-style-cinq a:first-child{
	-webkit-transform: rotate(-9deg);
	-moz-transform: rotate(-9deg);
	transform: rotate(-9deg);
}
.polaroid-style-cinq a:hover{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	z-index:10;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.7);
	box-shadow: 0 10px 20px rgba(0,0,0,.7);
	size:100%;
}


/*///////////////////////////////
 Style bandeau
//////////////////////////////*/

.polaroid-style-bandeau{
	float:left;

}
.polaroid-style-bandeau a{
	background:linear-gradient(#f5f0e9, #eae8e4);
	display: inline;
	float:left;
	margin:0 45px 30px;
	padding:0.5em 0.5em 0.5em;
	text-align:center;
	line-height:1.5em;
	text-decoration:none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
	position: relative;
}
.polaroid-style-bandeau a:after {
	color: #333;
	font-size: 20px;
	content: attr(title);
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top:15px;
}
.polaroid-style-bandeau img {
	display: block;
	width: inherit;
}
.polaroid-style-bandeau a:first-child{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}
.polaroid-style-bandeau a:hover{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	z-index:10;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.7);
	box-shadow: 0 10px 20px rgba(0,0,0,.7);
	size:100%;
}







@media only screen and (min-width: 400px) {
	.titrepartie h2{
		font-size:1.5em;
		line-height:1em;
	}
	
}

@media only screen and (min-width: 700px) {
	.titrepartie h2{
		font-size:1.5em;
	}
}

@media only screen and (min-width: 900px) {
	.titrepartie h2{
		font-size:1.5em;
	}
}

@media only screen and (min-width: 1100px) {
	.titrepartie h2{
		font-size:1.8em;
	}
}

@media only screen and (min-width: 1280px) {
	.titrepartie h2{
		font-size:2em;
	}
}