/* Encodé en UTF-8 */

/*** HTML ELEMENTS ***/
p, form, img, h1, h2, h3, h4, h5, h6, ul, ol, li, html, body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

html {
	height: 100%;
	background: #000;
}

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #404040;
	height: 100%;
	background: #000 url("../images/theme/404-bg.jpg") no-repeat center 0;
}


/*** GENERAL STYLE **/
.hide {
	position: absolute;
	left: -10000px;
}
.clear{
	clear: both;
}


/*** PAGES ***/
#page {
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}

/*** HEADER ***/

#header {
	height: 455px;
}

#content p.txt-404{
	position: absolute;
	top: 360px;
	right: 120px;
	width: 278px;
	text-align: center;
	color: #836a4e;
	line-height: 140%;
	padding-bottom: 74px;
	background: url("../images/theme/404-text-bottom.png") no-repeat center 100%;
	font-size: 1.2em;
}
#content a.back-home{
	position: absolute;
	top: 590px;
	right: 160px;
	display: block;
	width: 212px;
	height: 28px;
	text-align: center;
	color: #836a4e;
	line-height: 130%;
	background: url("../images/theme/404-back.png") no-repeat center 100%;
	font-size: 1.2em;
}
#content p.txt-404-end{
	position: absolute;
	top: 630px;
	right: 132px;
	width: 270px;
	text-align: center;
	color: #836a4e;
	line-height: 130%;
	font-size: 1.1em;
}



