body{
	text-align: center;
	background-color: transparent;
    background-repeat: repeat, no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
    background-size: auto, cover;
	color: #fff;
	font-family: 'Josefin Slab', Arial, sans-serif;

}

.measurement{
	font-family: 'Iceland', cursive;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font-size: 18px;
	text-align: justify;
	background-color: rgba(0, 0, 0, 0.7);
	/* Arrondis du Background*/
	border:hidden 5px #000000;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright:21px;
	-moz-border-radius-bottomleft:21px;
	-moz-border-radius-bottomright:22px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:21px;
	-webkit-border-bottom-left-radius:21px;
	-webkit-border-bottom-right-radius:22px;
	border-top-left-radius:0px;
	border-top-right-radius:21px;
	border-bottom-left-radius:21px;
	border-bottom-right-radius:22px;
	/*Ombre du Background*/
	-moz-box-shadow: 5px 14px 20px #000000;
	-webkit-box-shadow: 5px 14px 20px #000000;
	box-shadow: 5px 14px 20px #000000;
}

.measurement p{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.measurement span{
	font-size: 22px;
}

.video{
	width: 853px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.videotext{
	font-family: 'Iceland', cursive;
	width: 853px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	text-align: justify;
	background-color: rgba(0, 0, 0, 0.82);
	/*Arrondis du Background*/
	border:hidden 5px #000000;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright:21px;
	-moz-border-radius-bottomleft:21px;
	-moz-border-radius-bottomright:22px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:21px;
	-webkit-border-bottom-left-radius:21px;
	-webkit-border-bottom-right-radius:22px;
	border-top-left-radius:0px;
	border-top-right-radius:21px;
	border-bottom-left-radius:21px;
	border-bottom-right-radius:22px;
	/*Ombre du Background*/
	-moz-box-shadow: 5px 14px 20px #000000;
	-webkit-box-shadow: 5px 14px 20px #000000;
	box-shadow: 5px 14px 20px #000000;
}

.videotext p{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


/*Pages Panel de Transition avec Effet Fondu*/
.panel{
	min-width: 99%;
	height: 88%;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	margin-top: -150%;
	background-color: transparent;
	opacity: 0;
	z-index:1;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	-ms-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}
.panel:target{
	opacity: 1;
	margin-top: 0%;
}
#spec:target ~ #header #navigation #link-spec,
#product:target ~ #header #navigation #link-product,
#video:target ~ #header #navigation #link-video,
#tuto:target ~ #header #navigation #link-tuto,
#mars:target ~ #header #navigation #link-mars,
#newsletter:target ~ #header #navigation #link-newsletter{
	background: #000;
	color: #fff;
}
