/* ----- ELEMENTS GLOBAUX ----- */
body {
	margin:0;
	padding:0;
	background:#1a171b;
	font-family:'Century Gothic', 'Arial', serif;
}

body,html {
	height:100%;
}

.clearer {
	clear:both;
}


/* ----- CONTENEUR ----- */
div#degrade {
	z-index:5;
	position:absolute;
	width:50%;
	height:112%;
	background:#fff;
}

div#conteneur {
	z-index:10;
	position:absolute;
	width:950px;
	height:112%;
	background:url('../images/textures/404/fond.png') repeat-y center;
}

div#contenu {
	margin-top:80px;
}

div#contenu h1, div#coin-titre-gauche, div#coin-titre-droite {
	float:left;
}

div#coin-titre-gauche, div#coin-titre-droite {
	width:17px;
	height:53px;
}

div#coin-titre-gauche {
	background:url('../images/textures/404/coin_titre_gauche.png') no-repeat right center;
}

div#coin-titre-droite {
	background:url('../images/textures/404/coin_titre_droite.png') no-repeat left center;
}

div#contenu h1 {
	margin:0 0 20px 0;
	height:53px;
	color:#e51c84;
	font-size:40px;
	background-color:#38383d;
}

div#boite-haut {
	position:absolute;
	margin-top:-33px;
	margin-left:595px;
	width:301px;
	height:416px;
	background:url('../images/textures/404/boite_haut.png') no-repeat center;
}

div#bloc {
	margin:0;
	padding:22px 0 0 22px;
	width:573px;
	height:288px;
	background:url('../images/textures/404/coin_bloc_bas.png') no-repeat left bottom;
	background-color:#38383d;
}

div#bloc img {
	float:left;
	margin-top:-22px;
	margin-left:-22px;
}

div#bloc p {
	margin:0 0 20px 0;
}

.bleu {
	color:#27bcea;
}

.rouge {
	color:#e42529;
}

.orange {
	color:#f29224;
}

.vert {
	color:#68b146;
}

.grand {
	font-size:20px;
}

div#boite-bas {
	float:right;
	margin-right:54px;
	width:504px;
	height:131px;
	background:url('../images/textures/404/boite_bas.png') no-repeat center;
}

a.bouton {
	display:block;
	margin-top:30px;
	padding-top:6px;
	width:180px;
	height:26px;
	color:#38383d;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background:url('../images/textures/404/bouton.png') no-repeat center;
}