* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html {
	width: 100%,
	height: 100%;
	overflow: hidden;
}

body {
	background-color: #1a0e00;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	color: #BFBFBF;
	font-family: Verdana, sans-serif;
	font-size: medium;
}

#trailer {
	position: absolute;
	bottom: 25%;
	left: 50%;
	margin-bottom: -15px;
	margin-left: -198px;
	z-index: 99;
}

#logo {
	position: absolute;
	z-index: 99;
	bottom: 20%;
	left: 50%;
	margin-left: -490px;
	width: 278px;
	height: 22px;
}

#bandeannonce {
	position: absolute;
	z-index: 99;
	bottom: 20%;
	left: 50%;
	margin-left: 165px;
	margin-bottom: -19px;
	width: 281px;
	height: 32px;
}

#wrap {
	position: absolute;
	height: 100%;
	width: 100%;
}

#top {
	height: 80%;
	width: 100%;
	background-image: url('../images/center.jpg');
	background-position: center;
	text-align: center;
}

#wrap-top {
	width: 930px;
	height: 100%;
	text-align: left;
	overflow: auto;
}

#menu {
	width: 250px;
	float: left;
	text-align: right;
}

#menu > ul {
	list-style: none;
	padding: 0.5em;
	list-style-image: none;
	list-style-type: none;
}

#menu > ul > li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

#content {
	height: 100%;
	width: 660px;
	float: right;
	font-size: 0.7em;
}

#content > div {
	padding-top: 0.8em;
	padding-right: 1em;
	padding-bottom: 2em;
	margin-bottom: 3em;
}

#content > div ul {
	padding: 1em;
	margin-left: 1em;
	padding-left: -0.3em;
}

html > body #wrap-top {
	position: absolute;
	left: 50%;
	width: 930px;
	margin-left: -525px;
	height: 80%;
}

#bottom {
	height: 20%;
	width: 100%;
}

#bricks {
	width: 100%;
	height: 19px;
	background-image: url('../images/bricks.png');
	background-repeat: repeat-x;
}

#strip {
	width: 2000px;
	height: 110px;
	background-image: url('../images/strip.png');
	background-repeat: repeat-x;
}

#strip > ul {
	padding: 10px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

#strip > ul li {
	float: left;
	margin: 6px;
	width: 125px;
	heigth: 77px;
	display: inline;
}

#gallery {
	margin-left: 1em;
}

#gallery > a {
	padding: 0.3em;
	margin: 0.6em;
	background-color: #3b2314;
	float: left;
}

#powered {
	position: absolute;
	bottom: 3px;
	left: 3px;
	font-size: 0.5em;	
}

#bande-annonce {
	margin-top: 2em;
}