@charset "UTF-8";
/* CSS Document */

html,body{
	margin:0;
	text-align:center;
	background: #171212 url(background-erreur.jpg) no-repeat center top;
	padding: 0;
	font-family: Verdana, sans-serif;
}
#erreur{
	width:994px;
	height:555px;
	margin:0 auto;
	text-align:left;
}
#erreur div {
	padding-left: 524px;
	padding-top: 90px;
}
#erreur p, #erreur ul, #erreur li {
	margin: 0;
	padding: 0;
}
#erreur ul {
	margin-bottom: 15px;
}
#erreur ul li {
	color: white;
	font-size: 13px;
	padding-bottom: 5px;
	margin-left: 50px;
}
#erreur ul li a {
	color: white;
}
#erreur ul li a:hover {
	color: #e54731;
}

#erreur p.oups {
	color: white;
	font-size: 84px;
	font-weight: bold;
}
#erreur p.explain {
	font-size: 12px;
	font-weight: bold;
	color: #f9b500;
	line-height: 16px;
	padding-bottom: 20px;
}

#erreur p.clickhere {
	font-weight: bold;
	font-size: 17px;
	overflow: hidden;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#erreur p.clickhere a {
	color: #171212;
	text-decoration: none;
	background: url(button.png) right;
	display: block;
	float: left;
	height: 34px;
	padding-right: 16px;
	cursor: pointer;
}
#erreur p.clickhere a span {
	background: url(button.png) left;
	display: block;
	float: left;
	height: 34px;
	line-height: 29px;
	padding-left: 16px;
}

#erreur p.retouraccueil {
	color: #7eb35d;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}
