@charset "utf-8";
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #2c3343;
	background-image: url(images/error/background_degrade.png);
	font-size: 12px;
	text-align: center;
	background-repeat: repeat-y;
	background-position: center 290px;
	color: #415a68;
}
#texte {
	color: #415a68;
	height: 195px;
	width: 690px;
	background-color: #FFF;
	text-align: center;
}

/* HEADER */

#barreFoncee {
	position: absolute;
	height: 290px;
	width: 100%;
	background-image: url(images/error/background_header.png);
	background-repeat: repeat-x;
	background-position: center top;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#barreFonceeDegradee {
	position: relative;
	height: 290px;
	width: 100%;
	background-image: url(images/error/background_header_degrade.png);
	background-repeat: no-repeat;
	background-position: center top;
	left: 0px;
	z-index: 2;
	text-align: center;
}
#header {
	position: relative;
	height: 290px;
	width: 690px;
	text-align:center;
	z-index: 3;
	top: 78px;
}

/* SECTION PRINCIPALE */

#contenu {
	position: relative;
	width: 690px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
h1 {
	font: 36px 'TitilliumText22LXBold', Tahoma, sans-serif;
	color: #4dc8e9;
	font-weight: bold;
	margin: 0px;
	padding-top: 50px;
}
h2 {
	font: 24px 'TitilliumText22LRegular', Tahoma, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}
h2 a {
	color: #415a68;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
