﻿@charset "utf-8";
/* CSS Document */

body { margin:0px; padding:0px; /* background-color: #3A3A3A; */ }

/* REVISION PAGE ERREUR */
#surlignage {display:block; width:100%; height:50px; background-color:#EA2623; }
#errxxx {font-family:Arial; margin-top:5%; color:#f1f1f1;}
.encart-erreur { margin-right:auto; margin-left:auto;padding: 20px;border-radius:12px;background-color:#f2f2f2;text-align:center;}
.exclamation { font-size:40px; color:#999; letter-spacing:-1pt;font-weight:600;line-height:3em;padding-bottom:30px;}
.numero { font-size:160px;font-weight:600;line-height:0.8em; color:#EA2623;}
.annonce {  padding: 40px; font-size:18px; font-style:italic;color:#b7b7b7;}


/* ANCIENNE MISE EN FORME */
	.erreur {
	font-family: "open_extrabold";
	font-size: 35pt;
	color: #EEE;
	text-align: left;
	display: block;
	font-weight: normal;
	padding-left: 110px;
	line-height: 5pt;
}
	.number {
	font-family: "open_extrabold";
	color: #FFF;
	font-size: 120pt;
	font-weight: bold;
	text-align: left;
	display: block;
	padding-left: 105px;
	line-height: 100px;
	max-width:400px;
}

.number2 {
	font-family: "open_extrabold";
	color: #FFF;
	font-size: 50pt;
	font-weight: bold;
	text-align: left;
	display: block;
	padding-left: 105px;
	line-height: 100px;
	max-width:400px;
}

	.ligne {
	background-color: #EA2623;
	height: 30px;
	width: 100%;
}
	.texte {
	font-size:18pt;
	line-height:18pt;
}

.lien-retour {
	display: block;
	text-align:right;
	font-size: 12pt;
	line-height:18pt;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.couleur-index {
	color:#EA2623;
}

/* Nouveau style */
#surlignage {
	display: none;
}

.encart-erreur {
	background: none;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.exclamation {
	text-transform: lowercase;
	color: #1A1A1A;
}

.exclamation:first-letter {
	text-transform: uppercase;
}

.numero {
	display: none;
}

.annonce {
	font-style: normal;
	color: #1A1A1A;
}

.encart-erreur a {
	font-weight: bold;
}
