.error-wrapper {
	text-align: center;
}
.error-titre {
	margin: 20px 10px;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 5px rgba(25,136,255,1);
	color: rgba(25,136,255,1);
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -2px;
	display: inline-block;
	position: relative;
	text-align: center;
}

.link {
	color: #FF8000;
}
.link:hover {
	color: #1988FF;
	text-decoration: underline;
}

.error-content {
	width: 800px;
    margin: 0px auto 20px;
    z-index: 1;
    position: relative;
	display: block;
	text-align: center;
	font-size: 20px;
}
.error-content img {
	display: block;
	margin: 5px auto 20px;
}

.error-home {
	display: block;
	margin: 20px auto 10px;
	padding: 5px 20px;
	background-color: #FF8000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	text-align: center;
	max-width: 140px;
}

@media only screen and (max-width: 929px) {
}
@media only screen and (max-width: 819px) {
	.error-content {
		width: auto;
		margin: 0px 10px 15px;
	}
}
@media only screen and (max-width: 639px) {
	.error-titre {
		font-size: 30px;
		line-height: 30px;
		border-bottom: solid 4px rgba(25,136,255,1);
	}
}
@media only screen and (max-width: 584px) {
}
@media only screen and (max-width: 479px) {
}