@charset "utf-8";
body {
	background-color: #000;
	background-image: url(images/bg_motif.jpg);
	color: #FFF;
	font:Arial, Helvetica, sans-serif;
}
.welcome {
	height: 500px;
	width: 676px;
	margin-left: -378px;
	position: absolute;
	top: 50px;
	left: 50%;
}
.content {
	height: 575px;
	width: 900px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 60px;
	background-image: url(images/bg_content.png);
	background-repeat: no-repeat;
	background-position: top;
}
.content .menu {
	bottom: 20px;
	position: absolute;
	height: 79px;
	width: 900px;
	cursor: pointer;
	background-image: url(images/bg_content.png);
}
#logo_feelking {
	position: fixed;
	top: 10px;
	left: 50%;
	margin-left: -590px;
}

#bg_gradient {
	position: fixed;
	top: 0px;
	left: 0px;
}

.content .contenu {
	height: 418px;
	position: absolute;
	left: 24px;
	top: 35px;
}
.content .barre {
	margin: 0px;
	padding: 0px;
	height: 456px;
	width: 56px;
	position: absolute;
	top: 19px;
}
.content .contenu_b {
	height: 417px;
	position:absolute;
	top: 35px;
}

#copyright {
	height: 20px;
	width: 300px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	text-align: right;
	color: #999;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

	#copyright a{
		color:#CCC;
		text-decoration:none;
	}
	
	#copyright a:hover{
	color:#09F;
	text-decoration:none;
	}

