body
{
	background-color: white;
	background-image: url(images/fondneutre32000.jpg);
	background-size: 100%;
	background-attachment:fixed;
	background-repeat: no-repeat;
}
@font-face
{
    font-family: '5x5 square';

    src: url('polices/5X5_square/5X5_square.woff') format('woff'),

         url('polices/5X5_square/5X5_square.ttf') format('truetype'),

         url('polices/5X5_square/5X5_square.svg') format('svg');
}
@font-face
{
    font-family: 'Binary X CHR BRK';

    src: url('polices/binary/BinaryCHRBRK.woff') format('woff'),

         url('polices/polices/binary/BinaryCHRBRK.ttf') format('truetype'),

         url('polices/polices/binary/BinaryCHRBRK.svg') format('svg');
}
@font-face {
    font-family: 'bpdotssquaresbold';
    src: url('polices/bpdotssquares_bold_macroman/BPdotsSquareBold-webfont.eot');
    src: url('polices/bpdotssquares_bold_macroman/BPdotsSquareBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/bpdotssquares_bold_macroman/BPdotsSquareBold-webfont.woff2') format('woff2'),
         url('polices/bpdotssquares_bold_macroman/BPdotsSquareBold-webfont.woff') format('woff'),
         url('polices/bpdotssquares_bold_macroman/BPdotsSquareBold-webfont.ttf') format('truetype'),
         url('polices/bpdotssquares_bold_macroman/BPdotsSquareBold-webfont.svg#bpdotssquaresbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
header
{
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3));
	height: 50px;
	opacity: 0;
	transition: 2s;
	overflow: hidden;
	z-index: 3;
}
header:hover
{
	opacity: 1;
	transition: 2s;
}
header h1
{
	font-size: 1em;
	color: rgb(255,70,51);
	display: inline-block;
	vertical-align: baseline;
}
header h1:nth-of-type(1)
{
	font-family: "5x5 square";
	margin-left:130px;
}
header h1:nth-of-type(2)
{
	font-family: "upheavalTT-brk-","5x5 square";
	font-size: 1.3em;
	padding-left: 10px;
}
header img
{
	width: 30px;
	padding-left: 10px;
}
header img:hover
{
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
	transition: 2s;
	cursor: pointer;
}
header figure
{
	display: inline;
	right: 20px;
	vertical-align: baseline;
	position: absolute;
	right: 0px;
	top: 0px;
	perspective: 3000px;
}
nav
{
	position: fixed;
	top: 20px;
	left: 20px;
	width: 40px;
	perspective: 3000px;
	z-index: 2;
}
nav img
{
	width: 40px;
	z-index: 1;
}
nav img:hover
{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	transition: 2s;
	cursor: pointer;
}
.atelierrouge
{
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#menu
{
	position: fixed;
	left: 0px;
	height: 100%;
	min-height: 600px;
	width: 0px;
	background-image:  linear-gradient(to right top, rgba(0,0,0,0), rgba(0,0,0,0.3));
	transition: 1s;
}
#menu ul
{
	overflow: hidden;
	list-style-type: none;
	color: rgb(255,70,51);
}
#menu ul:nth-of-type(1)
{
	font-family: "5x5 square";
	line-height: 1.4em;	
}
#menu ul li ul:nth-of-type(1)
{
	font-family: "Binary X CHR BRK", "5x5 square";
	margin: -5px 0 0 -20px;
	line-height: 1.3em;
}
#menu ul li
{
	padding-left: 5px;
}
#menu ul li:hover
{
	background-color: rgba(0,0,0,0.3);
}
#expandmenu
{
	display: none;
	transition: 2s;
}
#expandmenu-btn
{
	display: block;
	cursor: pointer;
}
#expandmenu:checked ~ #menu
{
	width: 200px;
	transition: 1s;
}
a
{
	text-decoration: none;
	color: inherit;
}
section:nth-of-type(1)
{
	margin-bottom: 300px;
}
img
{
	z-index: 1;
}
h2
{
	position: relative;
	margin: 40px auto;
	width: 550px;
	font-family: "Binary X CHR BRK", "5x5 square";
	text-transform: uppercase;
	text-align: justify;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
p
{
	position: relative;
	margin: 40px auto 100px;
	width: 550px;
	font-family: "Binary X CHR BRK", "5x5 square";
	text-transform: uppercase;
	text-align: justify;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.titre
{
	width: 300px;
	font-weight: bold;
}
.legende
{
	width: 300px;
	margin-top: -80px;
	font-family: "Binary X CHR BRK";
	font-size: 1em;
}
.titre2
{
	position: absolute;
	top: 550px;
	left: 130px;
	width: 300px;
	font-weight: bold;
}
.legende2
{
	position: absolute;
	top: 660px;
	left: 130px;
	width: 300px;
	margin-top: -30px;
	font-family: "Binary X CHR BRK";
	font-size: 1em;
}
.cita
{
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: -80px auto 40px;
	text-transform: none;
	font-size: 1em;
}
#illu1
{
	display: inline-block;
	width: 200px;
	position: relative;
	margin-left: 80px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu1:hover
{
	width: 246px;
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	transition: 1s;
	z-index: 2;
}
#illu2
{
	display: inline-block;
	width: 260px;
	position: relative;
	left: 30px;
	top: 50px; 
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 0.5s;
}
#illu2:hover
{
	width: 270px;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	transition: 1s;
	z-index: 2;
}
#illu3
{
	display: inline-block;
	width: 200px;
	position: relative;
	top: -70px;
	left: 50px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 0.7s;
}
#illu3:hover
{
	width: 236px;
	top: 0px;
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
	z-index: 2;
}
#illu4
{
	display: inline-block;
	width: 180px;
	position: relative;
	left: 80px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu4:hover
{
	width: 236px;
	top: 0px;
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
	z-index: 2;
}
#illu5
{
	display: inline-block;
	width: 400px;
	left: 169px;
	top: 80px;
	position: relative;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 0.6s;
}
#illu5:hover
{
	width: 406px;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
	z-index: 2;
}

#illu6
{
	display: inline-block;
	width: 230px;
	position: relative;
	top: 350px;
	left: 200px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 0.8s;
}
#illu6:hover
{
	width: 236px;
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
	z-index: 2;
}
#illu7
{
	display: inline-block;
	width: 200px;
	position: relative;
	top: 50px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu7:hover
{
	width: 206px;
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
	z-index: 2;
}
#illu8
{
	display: inline-block;
	border-radius: 20px;
	width: 180px;
	top: 20px;
	left: 40px;
	position: relative;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 0.5s;
}
#illu8:hover
{
	width: 206px;
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 0.5s;
	z-index: 2;
}
#illu9
{
	display: inline-block;
	width: 200px;
	position: relative;
	top: 20px;
	left: 130px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu9:hover
{
	width: 206px;
	box-shadow: 4px 8px 8px #1c1a19;
	-webkit-transform: rotateY(360deg) rotate(30deg);
	transform: rotateY(360deg) rotate(30deg);
	transition: 1s;
	cursor: pointer;
	z-index: 2;
}
#illu10
{
	display: inline-block;
	width: 200px;
	position: relative;
	top: 30px;
	left: 160px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu10:hover
{
	width: 206px;
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
	z-index: 2;
}
#illu11
{
	display: inline-block;
	width: 240px;
	position: relative;
	top: 70px;
	left: 460px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu11:hover
{
	width: 256px;
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
	z-index: 2;
}
#illu12
{
	display: block;
	width: 300px;
	position: relative;
	left: 70px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu12:hover
{
	width: 326px;
	top: 30px;
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu13
{
	display: inline-block;
	width: 210px;
	position: relative;
	top: -190px;
	left: 380px;
	-webkit-transform: rotate(7deg);
	transform: rotate(7deg);
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu13:hover
{
	width: 226px;
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu14
{
	display: inline-block;
	width: 310px;
	position: relative;
	left: 450px;
	top: -200px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu14:hover
{
	width: 366px;
	-webkit-transform: rotate(7deg);
	transform: rotate(7deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu15
{
	display: inline-block;
	width: 210px;
	position: relative;
	cursor: pointer;
	transition: 1s;
}
#illu15:hover
{
	width: 226px;
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	transition: 1s;
	z-index: 1;
}
#illu16
{
	display: inline-block;
	width: 230px;
	position: relative;
	top: -230px;
	left: 60px;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu16:hover
{
	width: 236px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu17
{
	display: inline-block;
	width: 210px;
	position: relative;
	top: -220px;
	left: 90px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	cursor: pointer;
	transition: 1s;
}
#illu17:hover
{
	width: 226px;
	-webkit-transform: rotate(12deg);
	transform: rotate(12deg);
	transition: 1s;
}
#illu18
{
	display: inline-block;
	width: 230px;
	position: relative;
	top: -230px;
	left: 360px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	cursor: pointer;
	transition: 1s;
}
#illu18:hover
{
	width: 236px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: 1s;
}
#illu19
{
	display: inline-block;
	width: 300px;
	position: relative;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu19:hover
{
	width: 306px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu20
{
	display: inline-block;
	width: 200px;
	position: relative;
	left: 80px;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	cursor: pointer;
	transition: 1s;
}
#illu20:hover
{
	width: 230px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	transition: 1s;
	z-index: 1;
}
#illu21
{
	display: inline-block;
	width: 180px;
	position: relative;
	top: -220px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu21:hover
{
	width: 206px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu22
{
	display: inline-block;
	width: 400px;
	position: relative;
	left: -30px;
	top: 20px;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu22:hover
{
	width: 406px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu23
{
	display: inline-block;
	width: 200px;
	position: relative;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu23:hover
{
	width: 206px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu24
{
	display: inline-block;
	width: 200px;
	position: relative;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu24:hover
{
	width: 206px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu25
{
	display: inline-block;
	width: 400px;
	position: relative;
	top: 30px;
	left: 20px;
	cursor: pointer;
	transition: 1s;
}
#illu25:hover
{
	width: 406px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	transition: 1s;
}
#illu26
{
	display: inline-block;
	width: 220px;
	position: relative;
	left: 30px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu26:hover
{
	width: 226px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu27
{
	display: inline-block;
	width: 200px;
	position: relative;
	left: 50px;
	top: 20px;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu27:hover
{
	width: 206px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu28
{
	display: inline-block;
	width: 200px;
	position: relative;
	top: 20px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu28:hover
{
	width: 206px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu29
{
	display: inline-block;
	width: 220px;
	position: relative;
	left: 40px;
	top: 30px;
	cursor: pointer;
	transition: 1s;
}
#illu29:hover
{
	width: 256px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	transition: 1s;
}
#illu30
{
	display: inline-block;
	width: 220px;
	position: relative;
	left: 50px;
	top: 20px;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	cursor: pointer;
	transition: 1s;
}
#illu30:hover
{
	width: 246px;
	top: 40px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	transition: 1s;
}
#illu31
{
	display: inline-block;
	width: 200px;
	position: relative;
	top: 70px;
	left: 90px;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu31:hover
{
	width: 226px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu32
{
	display: inline-block;
	width: 160px;
	position: relative;
	left: 110px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu32:hover
{
	width: 226px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu33
{
	display: inline-block;
	width: 320px;
	position: relative;
	left: 20px;
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu33:hover
{
	width: 326px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu34
{
	display: inline-block;
	width: 200px;
	position: relative;
	top: 60px;
	left: 70px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu34:hover
{
	width: 226px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu35
{
	display: inline-block;
	width: 200px;
	position: relative;
	top: 70px;
	left: 90px;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	cursor: pointer;
	transition: 1s;
}
#illu35:hover
{
	width: 226px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	-webkit-transform: rotateY(-20deg);
	transform: rotateY(-20deg);
	transition: 1s;
}
#illu36
{
	display: inline-block;
	width: 200px;
	position: relative;
	top: 80px;
	left: 150px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu36:hover
{
	width: 206px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu37
{
	display: inline-block;
	width: 390px;
	position: relative;
	top: 70px;
	left: 70px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu37:hover
{
	width: 400px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu38
{
	display: inline-block;
	width: 180px;
	position: relative;
	top: 90px;
	left: 100px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu38:hover
{
	width: 206px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu39
{
	display: inline-block;
	width: 150px;
	position: relative;
	top: 70px;
	left: 140px;
	border-radius: 10px;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu39:hover
{
	width: 156px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu40
{
	display: inline-block;
	width: 170px;
	position: relative;
	top: 90px;
	left: 170px;
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu40:hover
{
	width: 186px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu41
{
	display: block;
	width: 250px;
	left: 100px;
	top: 100px;
	position: relative;
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu41:hover
{
	width: 256px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu42
{
	display: inline-block;
	width: 170px;
	position: relative;
	top: -60px;
	left: 400px;
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu42:hover
{
	width: 186px;
	top: -80px;
	-webkit-transform: rotate(-8deg);
	transform: rotate(-8deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
	z-index: 3;
}
#illu43
{
	display: inline-block;
	width: 170px;
	position: relative;
	top: 100px;
	left: 50px;
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu43:hover
{
	width: 186px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu44
{
	display: inline-block;
	width: 170px;
	position: relative;
	top: -90px;
	left: 270px;
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu44:hover
{
	width: 186px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu45
{
	display: inline-block;
	width: 210px;
	position: relative;
	top: 120px;
	left: 0px;
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu45:hover
{
	width: 226px;
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}
#illu46
{
	display: inline-block;
	width: 170px;
	position: relative;
	top: -50px;
	left: 90px;
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	box-shadow: 2px 4px 4px #1c1a19;
	cursor: pointer;
	transition: 1s;
}
#illu46:hover
{
	width: 186px;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	box-shadow: 4px 8px 8px #1c1a19;
	transition: 1s;
}

#gal1
{
	display: none;
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal1
{
	opacity: 0;
	transition: 1s;
}
#gal1:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig1
{
	position: relative;
	width: 1024px;
	margin: auto;
}
#im1
{
	position: relative;
	display: block;
	width: 500px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal2
{
	display: none;
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal2
{
	opacity: 0;
	transition: 1s;
}
#gal2:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig2
{
	position: relative;
	width: 1024px;
	margin: auto;
}
#im2
{
	position: relative;
	display: block;
	width: 500px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal3
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal3
{
	opacity: 0;
	transition: 1s;
}
#gal3:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig3
{
	width: 1024px;
	margin: auto;
}
#fig3:active
{
	opacity: 0;
	transition: 2s;
}
#im3
{
	position: relative;
	display: block;
	width: 500px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal4
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal4
{
	opacity: 0;
	transition: 1s;
}
#gal4:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig4
{
	width: 1024px;
	margin: auto;
}
#fig4:active
{
	opacity: 0;
	transition: 2s;
}
#im4
{
	position: relative;
	display: block;
	width: 500px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal5
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal5
{
	opacity: 0;
	transition: 1s;
}
#gal5:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig5
{
	width: 1024px;
	margin: auto;
}
#fig5:active
{
	opacity: 0;
	transition: 2s;
}
#im5
{
	position: relative;
	display: block;
	width: 900px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#im5-2
{
	position: relative;
	display: block;
	width: 900px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal6
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal6
{
	opacity: 0;
	transition: 1s;
}
#gal6:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig6
{
	width: 1024px;
	margin: auto;
}
#fig6:active
{
	opacity: 0;
	transition: 2s;
}
#im6
{
	position: relative;
	display: block;
	width: 500px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal7
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal7
{
	opacity: 0;
	transition: 1s;
}
#gal7:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig7
{
	width: 1024px;
	margin: auto;
}
#fig7:active
{
	opacity: 0;
	transition: 2s;
}
#im7
{
	position: relative;
	display: block;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#im7-2
{
	position: relative;
	display: block;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal8
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal8
{
	opacity: 0;
	transition: 1s;
}
#gal8:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig8
{
	width: 1024px;
	margin: auto;
}
#fig8:active
{
	opacity: 0;
	transition: 2s;
}
#im8
{
	position: relative;
	display: block;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal9
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal9
{
	opacity: 0;
	transition: 1s;
}
#gal9:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig9
{
	width: 1024px;
	margin: auto;
}
#fig9:active
{
	opacity: 0;
	transition: 2s;
}
#im9
{
	position: relative;
	display: block;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#im9-2
{
	position: relative;
	display: block;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal10
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal10
{
	opacity: 0;
	transition: 1s;
}
#gal10:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig10
{
	width: 1024px;
	margin: auto;
}
#fig10:active
{
	opacity: 0;
	transition: 2s;
}
#im10
{
	position: relative;
	display: block;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#im10-2
{
	position: relative;
	display: block;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal11
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal11
{
	opacity: 0;
	transition: 1s;
}
#gal11:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig11
{
	width: 1024px;
	margin: auto;
}
#fig11:active
{
	opacity: 0;
	transition: 2s;
}
#im11
{
	position: relative;
	display: block;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal12
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal12
{
	opacity: 0;
	transition: 1s;
}
#gal12:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig12
{
	width: 1024px;
	margin: auto;
}
#fig12:active
{
	opacity: 0;
	transition: 2s;
}
#im12
{
	position: relative;
	display: block;
	width: 500px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal13
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal13
{
	opacity: 0;
	transition: 1s;
}
#gal13:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig13
{
	width: 1024px;
	margin: auto;
}
#fig13:active
{
	opacity: 0;
	transition: 2s;
}
#im13
{
	position: relative;
	display: block;
	width: 700px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal14
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal14
{
	opacity: 0;
	transition: 1s;
}
#gal14:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig14
{
	width: 1024px;
	margin: auto;
}
#fig14:active
{
	opacity: 0;
	transition: 2s;
}
#im14
{
	position: relative;
	display: block;
	width: 700px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#im14-2
{
	position: relative;
	display: block;
	width: 700px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal15
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal15
{
	opacity: 0;
	transition: 1s;
}
#gal15:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig15
{
	width: 1024px;
	margin: auto;
}
#fig15:active
{
	opacity: 0;
	transition: 2s;
}
#im15
{
	position: relative;
	display: block;
	width: 700px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal16
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal16
{
	opacity: 0;
	transition: 1s;
}
#gal16:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig16
{
	width: 1024px;
	margin: auto;
}
#fig16:active
{
	opacity: 0;
	transition: 2s;
}
#im16
{
	position: relative;
	display: block;
	width: 700px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal17
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal17
{
	opacity: 0;
	transition: 1s;
}
#gal17:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig17
{
	width: 1024px;
	margin: auto;
}
#fig17:active
{
	opacity: 0;
	transition: 2s;
}
#im17
{
	position: relative;
	display: block;
	width: 700px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal18
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal18
{
	opacity: 0;
	transition: 1s;
}
#gal18:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig18
{
	width: 1024px;
	margin: auto;
}
#fig18:active
{
	opacity: 0;
	transition: 2s;
}
#im18
{
	position: relative;
	display: block;
	width: 500px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
#im18-2
{
	position: relative;
	display: block;
	width: 500px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal19
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal19
{
	opacity: 0;
	transition: 1s;
}
#gal19:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig19
{
	width: 1024px;
	margin: auto;
}
#fig19:active
{
	opacity: 0;
	transition: 2s;
}
#im19
{
	position: relative;
	display: block;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal20
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal20
{
	opacity: 0;
	transition: 1s;
}
#gal20:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	height: 100%;
	transition: 2s;
}
#fig20
{
	width: 1024px;
	margin: auto;
}
#fig20:active
{
	opacity: 0;
	transition: 2s;
}
#im20
{
	position: relative;
	width: 300px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
#im20-2
{
	position: relative;
	width: 300px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
#im20-3
{
	position: relative;
	width: 300px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
#gal21
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal21
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal21:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig21
{
	width: 1024px;
	margin: auto;
}
#fig21:active
{
	opacity: 0;
	transition: 2s;
}
#im21
{
	display: block;
	position: relative;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal22
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal22
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal22:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig22
{
	width: 1024px;
	margin: auto;
}
#fig22:active
{
	opacity: 0;
	transition: 2s;
}
#im22
{
	display: block;
	position: relative;
	width: 800px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#im22-2
{
	display: block;
	position: relative;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal23
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal23
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal23:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig23
{
	width: 1024px;
	margin: auto;
}
#fig23:active
{
	opacity: 0;
	transition: 2s;
}
#im23
{
	display: block;
	position: relative;
	width: 400px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#im23-2
{
	display: block;
	position: relative;
	width: 800px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal24
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal24
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal24:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig24
{
	width: 1024px;
	margin: auto;
}
#fig24:active
{
	opacity: 0;
	transition: 2s;
}
#im24
{
	display: block;
	position: relative;
	width: 800px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal25
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal25
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal25:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig25
{
	width: 1024px;
	margin: auto;
}
#fig25:active
{
	opacity: 0;
	transition: 2s;
}
#im25
{
	display: block;
	position: relative;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#im25-2
{
	display: block;
	position: relative;
	width: 600px;
	margin: auto;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal26
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal26
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal26:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig26
{
	width: 1024px;
	margin: auto;
}
#fig26:active
{
	opacity: 0;
	transition: 2s;
}
#im26
{
	display: block;
	position: relative;
	width: 700px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal27
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal27
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal27:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig27
{
	width: 1024px;
	margin: auto;
}
#fig27:active
{
	opacity: 0;
	transition: 2s;
}
#im27
{
	display: block;
	position: relative;
	width: 700px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal28
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal28
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal28:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig28
{
	width: 1024px;
	margin: auto;
}
#fig28:active
{
	opacity: 0;
	transition: 2s;
}
#im28
{
	display: block;
	position: relative;
	width: 700px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#im28-2
{
	display: block;
	position: relative;
	width: 500px;
	margin: auto;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal29
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal29
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal29:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig29
{
	width: 1024px;
	margin: auto;
}
#fig29:active
{
	opacity: 0;
	transition: 2s;
}
#im29
{
	display: block;
	position: relative;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal30
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal30
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal30:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig30
{
	width: 1024px;
	margin: auto;
}
#fig30:active
{
	opacity: 0;
	transition: 2s;
}
#im30
{
	display: inline-block;
	position: relative;
	width: 300px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#im30-2
{
	display: inline-block;
	position: relative;
	width: 300px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#im30-3
{
	display: inline-block;
	position: relative;
	width: 300px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#im30-4
{
	display: block;
	position: relative;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal31
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal31
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal31:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig31
{
	width: 1024px;
	margin: auto;
}
#fig31:active
{
	opacity: 0;
	transition: 2s;
}
#im31
{
	display: block;
	position: relative;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal32
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal32
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal32:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig32
{
	width: 1024px;
	margin: auto;
}
#fig32:active
{
	opacity: 0;
	transition: 2s;
}
#im32
{
	display: inline-block;
	position: relative;
	width: 200px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#im32-2
{
	display: inline-block;
	position: relative;
	width: 600px;
	margin-left: 60px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#im32-3
{
	display: inline-block;
	position: relative;
	width: 600px;
	margin-left: 260px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal33
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal33
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal33:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig33
{
	width: 1024px;
	margin: auto;
}
#fig33:active
{
	opacity: 0;
	transition: 2s;
}
#im33
{
	display: block;
	position: relative;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal34
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal34
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal34:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig34
{
	width: 1024px;
	margin: auto;
}
#fig34:active
{
	opacity: 0;
	transition: 2s;
}
#im34
{
	display: block;
	position: relative;
	width: 700px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal35
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal35
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal35:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig35
{
	width: 1024px;
	margin: auto;
}
#fig35:active
{
	opacity: 0;
	transition: 2s;
}
#im35
{
	display: block;
	position: relative;
	width: 500px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal36
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal36
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal36:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig36
{
	width: 1024px;
	margin: auto;
}
#fig36:active
{
	opacity: 0;
	transition: 2s;
}
#im36
{
	display: block;
	position: relative;
	width: 700px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal37
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal37
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal37:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig37
{
	width: 1024px;
	margin: auto;
}
#fig37:active
{
	opacity: 0;
	transition: 2s;
}
#im37
{
	display: block;
	position: relative;
	width: 700px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal38
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal38
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal38:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig38
{
	width: 1024px;
	margin: auto;
}
#fig38:active
{
	opacity: 0;
	transition: 2s;
}
#im38
{
	display: block;
	position: relative;
	width: 700px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal39
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal39
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal39:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig39
{
	width: 1024px;
	margin: auto;
}
#fig39:active
{
	opacity: 0;
	transition: 2s;
}
#im39
{
	display: block;
	position: relative;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal40
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal40
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal40:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig40
{
	width: 1024px;
	margin: auto;
}
#fig40:active
{
	opacity: 0;
	transition: 2s;
}
#im40
{
	display: block;
	position: relative;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal41
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal41
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal41:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig41
{
	width: 1024px;
	margin: auto;
}
#fig41:active
{
	opacity: 0;
	transition: 2s;
}
#im41
{
	display: block;
	position: relative;
	width: 700px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal42
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal42
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal42:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig42
{
	width: 1024px;
	margin: auto;
}
#fig42:active
{
	opacity: 0;
	transition: 2s;
}
#im42
{
	display: block;
	position: relative;
	width: 500px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#im42-2
{
	display: block;
	position: relative;
	width: 500px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal43
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal43
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal43:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig43
{
	width: 1024px;
	margin: auto;
}
#fig43:active
{
	opacity: 0;
	transition: 2s;
}
#im43
{
	display: block;
	position: relative;
	width: 600px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal44
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal44
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal44:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig44
{
	width: 1024px;
	margin: auto;
}
#fig44:active
{
	opacity: 0;
	transition: 2s;
}
#im44
{
	display: block;
	position: relative;
	width: 700px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal45
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal45
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal45:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig45
{
	width: 1024px;
	margin: auto;
}
#fig45:active
{
	opacity: 0;
	transition: 2s;
}
#im45
{
	display: block;
	position: relative;
	width: 700px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
#gal46
{
	position: absolute;
	width: 100%;
	background-color: rgba(250,255,250,0.9);
	top: 60px;
}
#gal46
{
	opacity: 0;
	transition: 1s;
	z-index: 0;
}
#gal46:target
{
	z-index: 3;
	display: block;
	opacity: 1;
	width: 100%;
	transition: 2s;
}
#fig46
{
	width: 1024px;
	margin: auto;
}
#fig46:active
{
	opacity: 0;
	transition: 2s;
}
#im46
{
	display: block;
	position: relative;
	width: 500px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 4px 8px 8px #1c1a19;
}
