/* CSS Document */

/*---------HOME PAGE------------------------------*/
body {
	margin: 0 auto;
	background: #000;
	}
	
#conteneur_home {
	width: 800px;
	height: auto;	
	margin: 0 auto 10px;
	font-family: Georgia, times;
	font-size: 11px;
	color: #FFFFFF;
	}
	
#contenu_home {
	width: 800px;
	height: 600px;
	margin: 0 auto 10px;
	background: url(../images/homepage/home.jpg);
	}

#enter {
	position: absolute;
	margin: 550px 0 0 240px;
	border: none;
	}

#footer_home {
	height: 50px;
	width: 800px;
	background-image: url(../images/homepage/footer_home.jpg);
	margin-top: -10px;
	text-align: center;
	}

#footer_home ul, #footer_home li {
	line-height: 50px;
	display: inline;
	}

#footer_home ul {
	margin-left: -20px;
	}

a:link {
	color: #918517;
	}

a:visited {
	color: #54502d;
	}