body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	background-color: #000000;
}

img {
	border: 0px;
}

a {
	color: #000000;
}

#baseDiv {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #000000;
	margin-bottom: 10px;
}

#header {
	width: 1000px;
	height: 129px;
}
#headerLogo {
	width: 500px;
	height: 129px;
	float: left;
}
#headerAudio {
	width: 500px;
	height: 129px;
	float: right;
}

#menu {
	width: 1000px;
	height: 46px;
}
#menuListe {
	width: 1000px;
	height: 46px;
	list-style-type: none;
	margin: 0; 
	padding: 0;
	
}
#menuListe li {
	float: left;
}
#menuListe li a {
	display: block;
	overflow: hidden;
	height: 46px;
	margin: 0px;
	padding: 0px;
	text-indent: -99999px;
}
#menuAccueil a {
	width: 143px;
	background: url(images/menu_01.jpg) 0 0 no-repeat;
	overflow: hidden;		
}
#menuSoiree a {
	width: 97px;
	background: url(images/menu_02.jpg) 0 0 no-repeat;
	overflow: hidden;		
}
#menuArtistes a {
	width: 104px;
	background: url(images/menu_03.jpg) 0 0 no-repeat;
	overflow: hidden;		
}
#menuBoutique a {
	width: 106px;
	background: url(images/menu_04.jpg) 0 0 no-repeat;
	overflow: hidden;		
}
#menuServices a {
	width: 109px;
	background: url(images/menu_05.jpg) 0 0 no-repeat;
	overflow: hidden;		
}
#menuMixtapes a {
	width: 105px;
	background: url(images/menu_06.jpg) 0 0 no-repeat;
	overflow: hidden;		
}
#menuForum a {
	width: 79px;
	background: url(images/menu_07.jpg) 0 0 no-repeat;
	overflow: hidden;		
}
#menuTv a {
	width: 113px;
	background: url(images/menu_08.jpg) 0 0 no-repeat;
	overflow: hidden;		
}
#menuContact a {
	width: 144px;
	background: url(images/menu_09.jpg) 0 0 no-repeat;
	overflow: hidden;		
} 
#menuAccueil a:hover,
#menuSoiree a:hover,
#menuArtistes a:hover,
#menuBoutique a:hover,
#menuServices a:hover,
#menuMixtapes a:hover,
#menuForum a:hover,
#menuTv a:hover,
#menuContact a:hover { 
	background-position: 0 -46px;
}

#content {
	width: 1000px;
	height: auto;
	display: table-cell;
	background-image: url(images/maquette_05.jpg);
	background-color: #1a1a1a;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#contentb {
	width: 1000px;
	height: auto;
	display: table-cell;
	background-image: url(images/maquette_05.jpg);
	background-color: #1a1a1a;
	background-repeat: no-repeat;
}

#zone1 {
	width: 675px;
	float: left;
}
#zone1b {
	width: 675px;
	float: right;
}

#zone1Title {
	width: 640px;
	margin-left: 20px;
	margin-top: 15px;
}

#news{
	width: 640px;
	height: 550px;
	overflow: auto;
	display: block;
	margin-left: 20px;
}
.newsBox{
	width: 620px;
	margin-top: 10px;
	display: table;
}
.newsBox img{
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}
.newsTitre{
	width: 620px;
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: bold;
	color: #fcb814;
	text-align: left;
}
.newsDate{
	width: 620px;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}
.newsTexte{
	display: block;
	width: 620px;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}

#service{
	width: 640px;
	height: auto;
	display: block;
	margin-left: 20px;
}
.serviceBox{
	width: 620px;
	margin-top: 10px;
	display: table;
}
.serviceTitre{
	width: 620px;
	font-size: 18px;
	font-weight: bold;
	color: #fcb814;
	text-align: left;
}
.serviceTexte{
	display: block;
	width: 620px;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}

#agenda{
	width: 640px;
	height: auto;
	display: block;
	margin-left: 20px;
}
.agendaBox{
	width: 620px;
	margin-top: 10px;
	display: table;
}
.agendaBox img{
	float: left;
	border: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
}
.agendaTitre{
	width: 620px;
	font-size: 18px;
	font-weight: bold;
	color: #fcb814;
	text-align: left;
}
.agendaDate{
	width: 620px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	margin-bottom: 3px;
}
.agendaType{
	width: 620px;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}
.agendaTexte{
	display: block;
	width: 620px;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}

#contact{
	width: 640px;
	height: auto;
	display: block;
	margin-left: 20px;
}
.contactBox{
	width: 620px;
	margin-top: 10px;
	display: table;
}
.contactBox img{
	float: left;
	border: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
}
.contactTitre{
	width: 450px;
	font-size: 18px;
	font-weight: bold;
	color: #fcb814;
	text-align: left;
}
.contactTexte{
	display: block;
	width: 450px;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}
.contactTel{
	display: block;
	width: 450px;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}

#boutique{
	width: 640px;
	height: auto;
	display: block;
	margin-left: 20px;
}
.boutiqueTexte{
	display: block;
	width: 620px;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}

#tv{
	width: 640px;
	height: auto;
	display: block;
	margin-left: 20px;
}
.tvTitre{
	width: 640px;
	font-size: 18px;
	font-weight: bold;
	color: #fcb814;
	text-align: center;
	margin-top: 10px;
}
.tvTexte{
	display: block;
	width: 640px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.tvDate{
	width: 640px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.tvEmbed{
	width: 640px;
	text-align: center;
	margin-top: 10px;
}

#mixtape{
	width: 640px;
	height: auto;
	display: block;
	margin-left: 20px;
}
.mixtapeWrap{
	width: 620px;
	height: auto;
	display: table;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}
.mixtapeWrap2{
	width: 300px;
	height: auto;
	float: left;
	display: table-cell;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-right: 10px;
}
.mixtapeBox{
	width: 300px;
	margin-top: 10px;
	text-align: left;
	float: right;
	padding: 0px;
	margin: 0px;
}
.mixtapeBoxImg{
	float: left;
	width: 310px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
.mixtapeBoxImg img{
	padding-bottom: 5px;
}
.mixtapeDate{
	width: 300px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
.mixtapeTitre{
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	color: #fcb814;
	text-align: left;
}
.mixtapeTexte{
	width: 275px;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}

#artiste{
	width: 640px;
	height: auto;
	display: block;
	margin-left: 20px;
}
.artisteWrap{
	width: 620px;
	height: auto;
	display: table;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}
.artisteBox{
	width: 350px;
	margin-top: 10px;
	text-align: left;
	float: right;
	padding: 0px;
	margin: 0px;
}
.artisteBoxImg{
	float: left;
	width: 260px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
.artisteBoxImg img{
	padding-bottom: 5px;
}
.artisteTitre{
	width: 340	px;
	font-size: 18px;
	font-weight: bold;
	color: #fcb814;
	text-align: left;
}
.artisteTexte{
	width: 340px;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}

#liens{
	width: 640px;
	height: auto;
	display: table;
	margin-left: 20px;
}
.liensBox{
	width: 640px;
	margin-top: 10px;
	display: block;
}
.liensTitre{
	width: 640px;
	font-size: 18px;
	font-weight: bold;
	color: #fcb814;
	text-align: left;
}
.liensBox a{
	width: 640px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #fcb814;
	text-align: left;
}
.liensTexte{
	width: 640px;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}

.photos {
	width: 640px;
	margin-left: 20px;
}
.photos img {
	margin: 5px;
}
.photos ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.photos ul li {
	display: inline;
}

#zone2 {
	width: 325px;
	float: right;
	text-align: left;
}
#zone2pub {
	margin-left: 15px;
	margin-top: 15px;
}
#zone2b {
	width: 325px;
	float: left;
}

#zone2Title {
	width: 285px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#zone2Tv {
	width: 285px;
	height: 450px;
	overflow: auto;
	margin-left: 15px;
}

.zone2TvBox {
	width: 265px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: table;
}
.zone2TvBox img{
	float: left;
	margin-right: 4px;
}
.zone2TvTitre {
	width: 135px;
	height: auto;
	font-size: 18px;
	font-weight: bold;
	color: #fcb814;
	text-align: left;
	float: right;
}
.zone2TvDate {
	width: 135px;
	height: auto;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	float: right;
}

.zone2agendaBox{
	width: 300px;
	display: table;
	margin-left: 15px;
	margin-bottom: 20px;
}
.zone2agendaTitre{
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	color: #fcb814;
	text-align: center;
	margin-bottom: 3px;
}
.zone2agendaDate{
	width: 300px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.zone2agendaType{
	width: 300px;
	font-size: 11px;
	color: #FFF;
	text-align: center;
}
.zone2agendaTexte{
	display: block;
	width: 300px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

#zone2Audio {
	width: 300px;
	margin-left: 15px;
}

#zone2AudioBox {
	width: 300px;
	display: table;
	margin-bottom: 15px;
}
#zone2AudioInfo {
	width: 250px;
	float: left;
}
#zone2AudioImg {
	width: 50px;
	float: right;
}
#zone2AudioImg img{
	border: 0px;
}
#zone2AudioArtiste {
	width: 250px;
	font-size: 18px;
	font-weight: bold;
	color: #fcb814;
}
#zone2AudioTitre {
	width: 250px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#zone2AudioFeat {
	width: 250px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

#footer {
	width: 1000px;
	height: 250px;
	background-image: url(images/bg.jpg);
	background-color: #171717;
	display: block;
	text-align: center;
	padding-bottom: 10px;
}
#footerListe {
	list-style-type: none;
	margin: 0; 
	padding: 0;
	padding-top: 25px;
	margin-left: 87px;
	
}
#footerListe li {
	float: left;
}
#footerListe li a {
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.footerBlock a {
	width: 165px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #000;	
}
.footerBlock a:hover {
	width: 165px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;	
}
.footerBlock img{
border: 2px solid #000;
}
.footerBlock a:hover img{
border: 2px solid #FFF;
}
/* Sous menu Soirée */
#menuSoiree ul {
	display: none;
	width: 97px;
	border-top: 1px black solid;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 10;
}

#menuSoiree:hover ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
	
#menuSoiree ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menuSoiree ul li a{
	width: 193px;
	height: auto;
	margin: 0px;
	padding: 2px;
	padding-bottom: 5px;
	display: block;
	background-color: #000;
	background-image: none;
	color: #FFF;
	text-indent: 0px;
	text-decoration: none;
	position: relative;
	top: -1px;
	left: -50px;
	border-bottom: 1px solid #FFF;
}
#menuSoiree ul li a:hover {
	color: #fcb814;
}

/* Sous menu Artistes */
#menuArtistes ul {
	display: none;
	width: 97px;
	border-top: 1px black solid;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 10;
}

#menuArtistes:hover ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
	
#menuArtistes ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menuArtistes ul li a{
	width: 193px;
	height: auto;
	margin: 0px;
	padding: 2px;
	padding-bottom: 5px;
	display: block;
	background-color: #000;
	background-image: none;
	color: #FFF;
	text-indent: 0px;
	text-decoration: none;
	position: relative;
	top: -1px;
	left: -50px;
	border-bottom: 1px solid #FFF;
}
#menuArtistes ul li a:hover {
	color: #fcb814;
}

