#errorBox {
	width: 275px;
	padding-top: 40px;
	background: url(errorHaut.png) top left no-repeat;
	margin: 26px auto 0px auto;
	font: small/1.5em Calibri;
}
#errorBoxRest {
	background: url(errorBas.png) bottom left no-repeat;
	padding-bottom: 40px;
}
#errorBoxRest p {
	text-align: left;
	margin: -10px 30px 0 10px;
	font-size: 15px;
	color: #000000;
}
#errorBox h3 {
	font-size: 14px;
	text-align: left;
	margin: 0;
	position: relative;
	top: -1.9em;
	left: 55px;
	color: #FFFFFF;
}
