* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background-color: #fff;
	color: #3c3838;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td {
	font-size: 11px;
}
#login {
	height: 535px;
	width: 100%;
}
#header_erreur {
	height: 398px;
	width: 100%;
	background: url(/_erreur/design/bg_header_repeat.png) repeat-x top left;
}
#content_erreur {
	background: url(/_erreur/design/bg_header.png) no-repeat top left;
}
#content_erreur {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1036px;
	margin-left: -628px;
	height: 487px;
}
#txt_erreur {
	z-index:6;
	position: absolute; 
	top: 202px;
	left: 50%;
	margin-left: -393px;
	padding:100px 20px 10px 100px;
	font-size:72px;
	color:#d2360a;
}
#bg_erreur {
	z-index:8;
	position: absolute; 
	top: 202px;
	left: 50%;
	margin-left: -393px;
	width: 410px;
	height: 276px;
	background: url(/_erreur/design/sep.png) no-repeat 401px 39px;
}
#titre_erreur {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -270px;
	text-align: left;
	line-height: 20px;
}
#titre_erreur a {
	font-size: 13px;
}
#titre_erreur span.titre_erreur {
	font-size: 30px;
	color: #300;
	text-transform: lowercase;
}
#texte_erreur {
	position: absolute;
	top: 202px;
	right: 30px;
	width: 340px;
	height: 276px;
}

#texte_erreur table td.vMiddle {
	width: 320px;
	text-align: left;
	font-size: 11px;
	height: 275px;
}
#texte_erreur table td.quote {
	padding: 10px 0;
	line-height:16px;	
}
#texte_erreur h2 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #d2360a;
	line-height:20px;	
}
#texte_erreur span {
	font-weight:bold;
	color: #333;
	line-height:13px;	
}
#copyright_erreur {
	width: 800px;
	margin: 0 auto;
	padding-top: 100px;
}
#copyright_erreur img {
	margin-right: 10px;
	border-right: 1px dotted #3c3838;
	padding-right: 15px;
}
.left {
	float: left;
}
.right {
	float: right;
	padding-right:30px;
	margin-bottom:20px;
}
.clear {
	clear: both;
}
.vTop {
	vertical-align: top;
}
.vBottom {
	vertical-align: bottom;
}
.vMiddle {
	vertical-align: middle;
}
/* ---------- gestion des liens et boutons ---------------------------------------- */
a {
	color: #d2360a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

