body {
background-color:#000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.75em;
color:#CCCCCC;
text-align:justify;
}

#conteneur{
position: absolute;
top: 50%;
left: 50%;
width: 1000px;
height: 600px;
margin-top: -300px; /* moitié de la hauteur */
margin-left: -500px; /* moitié de la largeur */
/*border-color:#FFCC99;
border-style:solid;
border-width:thin;*/
}

#header {
width: 1000px;
height: 48px;
background:url(../img/header.jpg) no-repeat;
background-position:center top;
}

#musique {
position:absolute;
top:50%;
right:50%;
margin-right:-445px;
margin-top:-265px;
z-index:15;
}

#centre {
/*taille sans padding: 615*480px*/
width: 580px;
height: 480px;
background:url(../img/centre.jpg);
margin-left: 179px;
margin-right: 207px;
padding: 0px 0px 0px 35px;
overflow:hidden;
}
#sub-centre {
	width: 569px;
	height: 460px;
	overflow:auto;
	padding:10px 10px 10px 0px;
}

#centre-index {
/*taille sans padding: 615*480px*/
width: 580px;
height: 480px;
background:url(../img/centre_vierge.jpg);
margin-left: 179px;
margin-right: 207px;
padding: 0px 0px 0px 35px;
overflow:hidden;
}


#gauche {
position: absolute;
left:0;
width: 179px;
height: 552px;
background-color:#000000;
}

#droite {
position: absolute;
right:0;
width: 207px;
height: 480px;
background:url(../img/droite.jpg) no-repeat;
text-align:center;
padding-top:50px;
z-index:10;
}

#news{
width: 179px;
height: 40px;
clear: both;
margin:auto;
}

#emission{
width: 179px;
height: 42px;
clear: both;
margin:auto;
}

#playlist{
width: 179px;
height: 45px;
clear: both;
margin:auto;
}

#galerie{
width: 179px;
height: 41px;
clear: both;
margin:auto;
}

#chroniques{
width: 179px;
height: 45px;
clear: both;
margin:auto;
}

#forum{
width: 179px;
height: 39px;
clear: both;
margin:auto;
}

#liens{
width: 179px;
height: 42px;
clear: both;
margin:auto;
}

#contact{
width: 179px;
height: 43px;
clear: both;
margin:auto;
}

#menu_bas{
background:url(../img/menu_bas.jpg) no-repeat;
width: 179px;
height: 143px;
clear: both;
margin:auto;
}

#live{
width: 179px;
height: 72px;
clear: both;
margin:auto;
}

#footer {
width: 821px;
height: 72px;
margin-left: 179px;
background:url(../img/footer.jpg) no-repeat;
}
#footer-txt {
	position:absolute;
	text-align:right;
	padding:58px 30px 0px 0px;
	width:775px;
	color:#666666;
	font-size:0.7em;
}
#footer-txt a, a:hover {
	color:#777777;
	text-decoration:none;
	font-weight:bold;
}

p {
margin: 0 0 15px 0;
}

a img{
border: none;
}

#centre a, #img-view a{
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

#centre a:active{
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

#centre a:visited{
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

#message {
	z-index:100;
	border:2px solid #333333;
	background-color:#000000;
	color:#CCCCCC;
	font-weight:bold;
	padding:10px 15px 10px 15px;
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-125px;
	width:250px;
}

h1 {
	font-variant:small-caps;
	margin:10px 20px 10px 20px;
	font-size:1.5em;
}
h2 {
	margin:10px 15px 10px 15px;
	font-size:1.2em;
}

table.playlist {
	border-top:3px double #444444;
	border-right:none;
	border-bottom:none;
	border-left:none;
	margin: -10px -10px -10px -6px;
	border-collapse:collapse;
}
td.playlist {
	border:1px solid #444444;
	padding:2px 4px 2px 4px;
}

.google-playlist {
	width:100%;
	text-align:center;
	margin:0px 0px 20px 0px;
}
#liensGroupes, #liensLabels, #liensWebzine {
	display:none;
}

#img-view {
	display:none;
	position:fixed;
	z-index:20;
	background-color:#090909;
	text-align:center;
	padding-top:5%;
	width:100%;
	height:100%;
	top:0px;
	opacity: 0;
	filter:alpha(opacity=0);
}

a.page {
	margin:3px;
	padding:3px;
	font-weight:bold;
	border:1px none #999999;
}
a.page:hover, a.page_on {
	margin:3px;
	padding:3px;
	font-weight:bold;
	border:1px none #999999;
	border:1px dashed #999999;
	background-color:#191919;
}