@charset "utf-8";
/* CSS Document */

BODY {
	background-color: #191919;
	background: #191919;
	margin: 0px; padding: 0px;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #999999;
}

A { color: #999999; }

/* Elements */
#general {
	display: block; position: relative; overflow: hidden;
	visibility: hidden;
	width: 960px; height: 820px;
}

#menu-lang {
	display: block; position: absolute; overflow: hidden; 
	top: 0px; left: 0px; width: 200px; height: 20px;
	margin: 0px; padding: 0px;
}
a.lang {
	display: block; position: relative; float: left;
	margin: 0px 10px 0px 0px;
}

#menu {
	display: block; position: absolute; overflow: hidden; 
	top: 0px; left: 360px; width: 600px; height: 20px;
	margin: 0px; padding: 0px;
}

#underline {
	display: block; position: absolute; overflow: hidden;
	top: 19px; left: 0px; width: 600px; height: 1px;
	margin: 0px; padding: 0px;
}
.menu-underline {
	display: block; position: relative;
	height: 1px;
	background-color: #CCCCCC;
	margin: 0px; padding: 0px;
}

#linktomusic {
	padding: 0px 5px 10px 60px;
}
a.musique {
	font-size: 9px; text-decoration: none; float: right;
}
a.musique:hover {
	color: #FFFFFF;
}

#content {
	display: block; position: absolute; overflow: hidden;
	top: 20px; left: 0px; width: 960px; height: 507px;
	margin: 0px; padding: 0px;
}

#general-elements {
	display: block; position: absolute; overflow: hidden;
	top: 0px; left: 0px; width: 960px; height: 470px;
	background: #FFFFFF;
}

#background {
	position: absolute; width: 960px; height: 470px;
}

#text-banner {
	display: block; position: relative; overflow: hidden;
	left: 70px; width: 220px; height: 470px;
	margin: 0px; padding: 0px;
	background: url(img/fd-txt.png) repeat;
}

#left-elements {
	display: block; position: absolute; overflow: hidden;
	top: 0px; left: 0px; width: 360px; height: 470px;
	background: #FFFFFF;
}

#logo {
	display: block; position: relative;
	top: 0px; left: 105px;
}

#left-text {
	display: block; position: absolute; overflow: auto;
	top: 193px; left: 18px; width: 330px; height: 265px;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666;
	background: #FFFFFF;
}

#right-elements {
	display: block; position: absolute; overflow: hidden;
	top: 0px; left: 360px; width: 600px; height: 470px;
	background: #FFFFFF;
}

#change-photo {
	display: block; position: absolute; overflow: hidden;
	top: 450px; left: 430px; width: 170px; height: 15px;
	color:#FFFFFF;
}

.photos {
	display: block; position: absolute; overflow: hidden;
	top: 0px; left: 0px; width: 600px; height: 470px;
}

.photo-text {
	display: block; position: relative; float: left; overflow: auto;
	margin-right: 5px;
}
.photo-on {
	display: block; position: relative; float: left; overflow: hidden;
	width: 12px; height: 12px; margin-right: 2px;
	background: #c6c6c4;
}

.photo-off {
	display: block; position: relative; float: left; overflow: hidden;
	width: 12px; height: 12px; margin-right: 2px;
	background: #000000;
}

.submenu {
	display: block; position: relative; overflow: hidden;
	width: 220px; height: 470px;
	margin: 0px; padding: 0px;
	background: url(../img/fd-menu.png) repeat;
}

A.submenu-link {
	display: block; position: relative; overflow: hidden;
	width: 220px; height: 13px;
	margin: 0px; padding: 6px 15px 6px 15px;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF;
	text-decoration: none; text-transform: uppercase;
}

A.submenu-link:hover {
	color: #999999; background: #FFFFFF; text-decoration: none;
}

#reservation {
	display: block; position: absolute; overflow: hidden;
	top: 470px; left: 0px; width: 960px; height: 24px;
	background: #000000;
	margin: 0px; padding: 7px 0px 7px 0px;
	text-align: center; vertical-align: middle; color: #FFFFFF;
}

#reservation-content {
	display: block; 
}

#footer {
	display: block; position: absolute; overflow: hidden;
	top: 527px; left: 0px; width: 960px; height: 73px;
	margin: 0px; padding: 0px;
	margin-bottom: 20px;
}

.footer-adresse {
	display: block;
	padding: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #84888b;
}

.footer-copyright {
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #84888b;
}

A.footer-link {
	font-family: Arial, Helvetica, sans-serif; color: #84888b; text-decoration: none;
}
A.footer-link:hover {
	text-decoration: underline;
}

/* Ajout Trackbusters */

a.lien_footer{
	color:#84888B;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	text-decoration:none;
}

ul#footer{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	position:relative;
	max-width:200px;
	
}


div#footer_trackbusters{
	position:relative;
	top:60px;
	left:110px;
}