/* b24-06 style intro - Dec2007 - www.pixelscarres.com */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	color: #000;
	background-color: #000;
	padding: 0;
	margin: 0;
	font: 0.8em Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

#top {
	width: 78em;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 78em;
	background-color: #fff;
	height: 47em;
}

#header {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 205px;
	background-color: #fff;
	position: relative;
	top: 160px;
}
a img
{
	border: 0;
}

a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #330500;
}

#enter {
	width: 20em;
	height: 5em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 230px;
}

/* @group Formatage texte */

h1 {
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
}

h2 {
	font-weight: bold;
	color: #999;
	font-size: 1em;
}

h3 {
	font-size: 1em;
	color: #ff1c00;
}
/* @end */

/* @group Footer */

#footer {
	background-color: #fff;
	text-align: center;
	color: #999999;
	font-size: 0.9em;
	margin-top: 70px;
}

#footer a {
	color: #999999;
	text-decoration: none;
} 

#footer a:hover {
	text-decoration: underline;
}
/* @end */

