@page {size: portrait}

body{
	width: 750px;
	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: 10px;
	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.2em;
	font-weight: bold;
	text-decoration: none;
	color: black;
	text-align: left;
}
h3{
	margin-top: -1.7em;
	margin-bottom: 1.7em;
	font-size: 0.75em;
	color: #6B6B6B;
	text-align: left;
	margin-left: 13%;
}
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-top: 1.5em;
	margin-bottom: 1.5em;
	background-color: white;
	width: 75%;
	border-radius: 10px;
}
#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: 70%;
	border-radius: 15px;
	border: solid 2px black;
	margin-left: 15%;
}


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











