a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	position: center;
	width: 100%;
	margin-top: -50px;
}

#pageintrouvable {
	/*display:inline;
	position : relative;
	padding-top : 50px;
	padding-bottom: 50px;
	bottom: 600px;
	margin-left: 35%;
	margin-right: 35%;
	text-align: center;*/

}

#pageintrouvable p {
	font-size: 30px;
	color: #000;
	font-family: 'Ubuntu Condensed', Arial;
	text-align: center;
	margin-bottom: 0px;
}
#pageintrouvable p:first-child{
	margin-bottom: 40px;
}
#pageintrouvable p a {
	display: inline-block;
	margin-top: 15px;
}

p#fr1 {
	font-size: 52px;
	color: white;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-shadow: 1px 0 0 #000000, 0 2px 0 #000000, 0 -1px 0 #000000, -1px 0 0 #000000, 1px 1px 0 #000000, 1px -1px 0 #000000, -1px 2px 0 #000000, -1px -1px 0 #000000;

}

p#fr2 {
	font-size: 30px;
	color: white;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-shadow: 1px 0 0 #000000, 0 2px 0 #000000, 0 -1px 0 #000000, -1px 0 0 #000000, 1px 1px 0 #000000, 1px -1px 0 #000000, -1px 2px 0 #000000, -1px -1px 0 #000000;
}

#nl1 {
	font-size: 35px;
	color: white;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-shadow: 1px 0 0 #000000, 0 2px 0 #000000, 0 -1px 0 #000000, -1px 0 0 #000000, 1px 1px 0 #000000, 1px -1px 0 #000000, -1px 2px 0 #000000, -1px -1px 0 #000000;
}

#nl2 {
	font-size: 25px;
	color: white;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-shadow: 1px 0 0 #000000, 0 2px 0 #000000, 0 -1px 0 #000000, -1px 0 0 #000000, 1px 1px 0 #000000, 1px -1px 0 #000000, -1px 2px 0 #000000, -1px -1px 0 #000000;
}


p {
	line-height: 1.1em;
	font-size: 20px;
	color: white;
	font-family: 'Ubuntu', sans-serif;
}

#navigation {
	width: 70%;
	bottom: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	display: flex;


}

#navi {
	width: 100%;
	position: relative;
	margin-left: 10%;
	margin-right: 10%;
	padding: 15px;
	background-color: black;
	border: 2px #668401 solid;

}


#footer {

	width: 100%;
}

#fav {
	margin: 0px;
	vertical-align: middle;
	width: 6%;
}




@media all and (min-width: 1800px) {

	#pageintrouvable {
		bottom: 800px;
	}

	p#fr1 {
		margin-top: -180px;
		font-size: 52px;

	}

	p#fr2 {
		font-size: 45px;
	}


	
}