@page {size: portrait}

body{
	width: 730px;
	display: block;
	margin-left: auto;
    margin-right: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: "Impact";
}

.box{
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-top: 3%;
	margin-bottom: 3%;
	padding: 20px;
	width: 90%;
	box-sizing: content-box;
	border: solid #808080 5px;
	background: rgba(225, 225, 225, 0.85);
	font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
	text-align: center;
	box-shadow: 10px 5px 5px #404040;
}

.contoured{
	border: solid #808080 2px;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
}



h1{
	font-size: 3em;
	font-weight: bold;
	text-decoration: underline;
	color: red;
	text-align: center;
}
h2{
	font-size: 1.7em;
	font-weight: bold;
	text-decoration: none;
	color: black;
	text-align: left;
	margin-left: 1em;
	margin-bottom: 1.7em;
}
h3{
	margin-top: -1.7em;
	margin-bottom: 1.5em;
	font-size: 1.2em;
	color: #6B6B6B;
	text-align: left;
	margin-left: 0em;
	text-align: justify;
}
h4{
	color: red;
	font-size: 2em;
}


p{
	font-size: 1em;
	font-weight: none;
	text-decoration: none;
	color: black;
	text-align: justify;
}

br{
	margin-bottom: 5px;
}


img{
	
	margin-bottom: 3em;
	background-color: white;
	width: 95%;
	border-radius: 3px;
}
#ImpPuce{
	display: block;
	margin-top: 1%;
	margin-left: 1%;
	margin-bottom: -5%;
	background-color: transparent;
	border-radius: 0px;
	width: 5%;
}
#ImpPuce:hover{
	transform: scale(1.2);
	cursor: pointer;
}


.schema{
	width: 60%;
	border-radius: 15px;
	border: solid 2px black;
}



.divfrise{
	width: 650px;
	height: 1000px;
	position: relative;
}
.divfrise h3{
	position: absolute;
	left: 103px;
	font-size: 17px;
	color: #6B6B6B;
	margin-top: -7px;
	margin-left: 2px;
	margin-bottom: 0px;
	text-align: justify;
	font-weight: 150;
	font-stretch: 50%;
	line-height:16px;
	font-weight: bold;
}
.arrowfrise{
	width: 50px;
	height: 15px;
	position: sticky;
	margin: 0px;
	margin-left: 5px;
	margin-right: 10px;
	background-color: transparent;
}
.picfrise{
	margin-left: 40px;
	margin-top: 10px;
	width : 80%
}
.frise{
	width: 100px;
	height: 1000px;
	position: absolute;
	left: 0px;
	border-radius: 0px;
}



#photoloupe{
	width: 30%;
}
#ImageMesures{
	width: 90%;
}



bbr{
	text-decoration:overline;
}







