#err404 {
	text-align:center;
}

#err404 p {
	text-align:center;
}

#err404 .big {
	font-size:15em;
	font-weight:bold;
}

#err404 .title {
	font-size:3em;
	font-weight:bold;
}

#err404 .link a {
	background:#4f4f4f;
	color:white;
	display:block;
	padding:5px 10px;
	width:300px;
	margin:auto;
}

#err404 .link a:hover {
	text-decoration:none;
	background:#717171;
}

#qcq {
	width: 100%;
	max-width: 1280px;
	min-width: 800px;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 350px;
	margin-top: -175px;
	overflow: hidden;
}
#qcq #left,
#qcq #right {
	float: left;
	overflow: hidden;
}
#qcq #left {
	width: 66.6%;
}	
#qcq #left img {
	width: 74%;
	max-width: 625px;
	float: left;
	margin-left: 8%;
}

#qcq #right {
	width: 25.3%;
	text-align: right;
}
#qcq #right p {
	margin: 0;
	padding: 0;
}
#qcq #right p.erreur {
	color: #989DA0;
	font-family: 'Amaranth', sans-serif;
	font-size: 1.5em;
	text-align: left;
	padding-left: 51%;
}
#qcq #right img {
	width: 55%;
}
#qcq #right p.not-found {
	color: #656768;
	font-family: 'Amaranth', sans-serif;
	font-size: 1.6em;
	text-align:right;

}
#qcq a.back {
	color: white;
	text-decoration: none;
	font-family: 'Amaranth', sans-serif;
	font-size: 1.6em;
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -149px;
	bottom: 0;
	width: 297px;
	height: 59px;
	background: url(img/back.png) center center no-repeat;
}
#qcq a.back:hover {
	text-decoration: none;
}
#qcq a.back p {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 59px;
	height: 59px;
	color:white;
}

#qcq.mobile {
	width: 100%;
	height: auto;
	overflow: hidden;
	max-width: none;
	min-width: 600px;
	position: static;
	margin: auto;
	padding: 0;
}
#qcq.mobile #left,
#qcq.mobile #right {
	float: none;
	width: 70%;
	max-width: 600px;
	margin: auto;
	text-align: center;
}
#qcq.mobile #right {
	margin-bottom: 2em;
	margin-top: 2em;
}
#qcq.mobile #left img {
	margin: 0;
}
#qcq.mobile #right p.erreur {
	text-align: center;
	padding: 0;
}
#qcq.mobile #left img {
	width: 100%;
}
#qcq.mobile #right img {
	margin: 5%;
}
#qcq.mobile a.back {
	
	position: static;
	display: block;
	
	margin: auto;
	
}


#content .next,
#content .prev{
	-webkit-transition:all ease-out 0.25s;
	-moz-transition:all ease-out 0.25s;
	transition:all ease-out 0.25s;
	cursor:pointer;
	position:absolute;top:25%;
	background:url(img/arrows.png) no-repeat;width:42px;height:163px;
	opacity:0;
}
#content .prev {
	left:20px;
	background-position:42px 0;
}
#content .next {
	right:20px;
	background-position:-84px 0;
}

#content:hover .prev,
#content:hover .next{
	-webkit-transition:all ease-out 0.25s;
	-moz-transition:all ease-out 0.25s;
	transition:all ease-out 0.25s;
	opacity:1;
}

#content:hover .prev{
	background-position:0 0;
}
#content:hover .next{
	background-position:-42px 0;
}


@media screen and (max-width:1000px){
	#content .next,
	#content .prev{top:10%;}
}
	
@media screen and (max-width:600px){
	#content .next,
	#content .prev{display:none!important;}
}
