/* CSS Document */

/*********************************************************************
//
//  Developpeur : Christophe Iaïchouchen AKA saturnino
//  Copyright
//  fevrier 2008 oweidemann.com
//
//*********************************************************************/

html{height: 100%;}
body {
	background-color: #000;
	margin:0;
	padding:0;
	height: 100%;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	font-size: 62.5%;
}
/* Neutralize styling:
Elements we want to clean out entirely: */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	
}
/* Neutralize styling:
Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,blockquote, ul, ol, dl, address {
		margin: 1em 0;
		padding: 0;
}
dl, dt, dd, ul, li {list-style-type: none;}
img{border:0;}
fieldset{border:0;}
a{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.2em;
	color: #FFFFFF;
}

#background{
	z-index: 1;
}

#enter{
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	margin-bottom: 400px;
	margin-left: 417px;
	padding-left: 200px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	position: absolute;
	z-index: 3;
	bottom: 0px;
}
#entete{
	display: block;
	margin-bottom: 427px;
	margin-left: 100px;
	position: absolute;
	z-index: 4;
	bottom:0;
	background-color: #000000;
}
.logo{
	float:left;
	margin-left: 4px;
}
#bande{
	display: block;
	width:397px;
	height:45px;
	background-color:#c93400;
	float:left;
}