@charset "utf-8";
/* CSS Document */
BODY{
	background:url(./errors/files/icon.png)
}
.container{
	font-family:"Courier New", Courier, monospace;
	padding-top:270px;
	vertical-align:middle;
	font-weight:bold;

}
.error402{
	background:url(./errors/files/page402.png) no-repeat top;
}
.error403{
	background:url(./errors/files/page403.png) no-repeat top;
}
.error404{
	background:url(./errors/files/page404.png) no-repeat top;
}
.error500{
	background:url(./errors/files/page500.png) no-repeat top;
}
.error502{
	background:url(./errors/files/page502.png) no-repeat top;
}
.titre{
	color:#666;
	font-size:52px;
	background:url(./errors/files/death.png) no-repeat right;
	padding-right:270px;
	padding-bottom:50px;
	height:100px;
	max-width:350px;
	margin:auto;

}

