body {
	background: #55142E url('../images/fond_erreur.jpg') no-repeat top center;
	font:0.8em Arial,Helvetica,Verdana,Tahoma,Georgia,Sans Serif,serif;
	height: 600px;
}

.shadowBox-error {
	background-color: black;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 500;
}

.div-error {
	position: absolute;
	top:0px;
	left:50%;
	right:0px;
	margin: 250px 0px 0px -275px;
	width: 550px;
	z-index: 1000;
	background-color: #FFFFFF;
	border: 2px solid #4A3469;
	padding: 10px 5px 0;
}
.error-logo-eduscol img {
	float: left;
}
.error-logo-eduscol div {
	float: left;
	margin-top: 19px;
}
.error-logo-eduscol .font-blue {
	clear: left;
	float: left;
	color:#3229A7;
	font-weight: bold;
	font-size: 1.1em;
}
.error-title {
	clear: both;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	color: #4A3469;
	padding: 0.4em 0 2em;
}
#erreur500 .error-title {
	font-size: 1.9em;
	padding-bottom:0.2em;
}
.error-text {
	font-size: 1.4em;
	color: #474747;
	font-weight: bold;
	padding: 0px 5px;
}
.error-text p {
	margin: 1em 0;
}
.error-text a {
	color: #0000FF;
}
ul {
	list-style-type: none;
	margin:0;
	padding:0 0 40px 170px;
}
li {
	list-style-type: none;
	margin:0;
	padding:0;
}
.error-text li a {
	color: #474747;
	font-weight: bold;
	text-decoration: underline;
}
