/* BODY
################################################################################################ */
body {
	background : #161617 url('../images/fond.jpg') top center no-repeat;
	background-size: cover;
	color: #000;
	font: 100% Verdana, helvetica, Arial, Tahoma, serif, sans-serif;	/*Police*/
	font-weight: normal;
	width: auto;
}

img {
	border : none;
	width: 50%;
}

a{
	color: #000;
	text-decoration:none
}
a:hover{
	color: #fff;
}

/* DIV PAGES
################################################################################################ */
div#centre{
	width:80%;
	margin:auto;
	padding-top:100px;
	height:auto;
	text-align:center;
}

div#num_erreur{
	font-size:1400%;
}

div#txt_erreur{
	font-size:150%;
}

div#des_erreur{
	margin-top:20px;
	font-size:80%;
}

div#logo{
	width:40%;
	margin:60px auto 30px auto;
}

div#footer{
	padding-top:100px;
	font-size:80%;
	margin-bottom:10px;
}