@charset "utf-8";
body {
	margin:0;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link,a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #DF000A;
}

#cont {
	background-image: url(images/pixel.gif);
	width: 600px;
	right: 20px;
}
#accueil {
	background-image: url(images/bg_1.jpg);
	background-repeat: no-repeat;
	height: 520px;
}
#photos {
	background-image: url(images/bg_2.jpg);
	background-repeat: no-repeat;
	height: 520px;
}
#show {
	background-image: url(images/bg_3.jpg);
	background-repeat: no-repeat;
	height: 520px;
}
#presse {
	background-image: url(images/bg_4.jpg);
	background-repeat: no-repeat;
	height: 520px;
}
#films {
	background-image: url(images/bg_5.jpg);
	background-repeat: no-repeat;
	height: 520px;
}
#videos {
	background-image: url(images/bg_6.jpg);
	background-repeat: no-repeat;
	height: 520px;
}
#live {
	background-image: url(images/bg_7.jpg);
	background-repeat: no-repeat;
	height: 520px;
}
.menu, .menu a, .menu a:hover {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.contenu {
	margin-right: 10px;
	padding: 5px;
	background-color: #000000;
}
#liens a, #liens a:hover, #liens a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
