#footer {
	background: #000;
	color: #fff;
	margin: 50px 0 0 0;
	padding: 35px 0;
}

#footerContent {
	margin: auto;
	overflow: hidden;
	width: 930px;
}

#footerContent ul, #footerContent dl {
	display: inline;
	float: left;
	font-size: 9px;
	line-height: 20px;
}

#footerContent .menu {
	width: 130px;
	text-transform: uppercase;
}

#footerContent .menu a {
	color: #fff;
	text-decoration: none;
}

#footerContent .artistes {
	width: 420px;
	text-transform: uppercase;
}

#footerContent .artistes a {
	color: #c6c6c6;
	text-decoration: none;
}

#footerContent .presse {
	width: 300px;
	text-transform: uppercase;
}

#footerContent .presse dt {
	border-bottom: 1px solid #595959;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#footerContent .presse a {
	color: #fff;
	text-decoration: none;
}


#mentions {
	padding: 15px;
	text-align: justify;
	width: 525px;
}

#mentions h1 {
	font-size: 20px;
	margin: 0;
	width: auto;
}

#mentions h2 {
	background: none;
	font-size: 11px;
	margin: 20px 0 5px 0;
	padding: 0;
	text-decoration: underline;
}

#mentions a {
	color: #000000;
}

#mentions a:hover {
	background-color: #c7c7c7;
	color: #ffffff;
	text-decoration: none;
}