button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}


  body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

  a:link, a:active, a:visited { text-decoration: none; color :#000;  }
  a:hover, a:focus { text-decoration: none; color :#000; }
  
  


h2 {
	margin-top: 0px;
	padding-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
h3 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	padding-bottom: 0px;
}


#main{
 width : 1000px;
 margin-left : auto;
 margin-right : auto;
 padding : 0;
}

#header{
width: 200px;
	float: left;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}

#logo{
	height:200px;
	width:200px;
	clear: both;
	display: block;
	background-image : url(img/logo.jpg); 
	cursor: pointer; cursor: hand;
	background-repeat:no-repeat;
}

#logo:hover{
	background-image : url(img/logo2.png); 
	background-repeat:no-repeat;
}


.header_item{
	background-color: #999;
	padding-right: 15px;
	padding-left: 5px;
	overflow:hidden;
	margin-bottom:3px;
	width: auto;
	font-size: 20px;
	line-height: 30px;
	cursor: pointer; cursor: hand;
	padding-top : 1px;
}

.header_item:hover{
	color: #FFF;
}
.header_item a:hover{
	color: #FFF;
}

.header_selected:hover{
	color: #000;

}


.header_selected{
	background-color: #FFF;
}

.header_top{
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;  
	-webkit-border-top-left-radius: 10px; /* pour Chrome */
}
	
.header_bottom{
	-moz-border-radius: 0px 0px 0px 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;  
	-webkit-border-bottom-left-radius: 10px; /* pour Chrome */
}

#middle
{
	width: 600px;
	float: left;
	margin: 0px;
	background-color: #FFF;
	min-height : 1000px;

	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px; 
	border-radius: 10px 10px 10px 10px;         
	-webkit-border-bottom-right-radius: 10px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 10px;/* pour Chrome */ 
}

#menuright{
	width: 200px;
	float: left;
	margin: 0px;
	margin-top: 15px;
	clear : right;
}


.link_date{
font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
font-weight: normal;	

}


#bancontainer{
	width:600px;
	margin: 0px;
	height: 200px;
	
}

#ban {
	width:600px;
	margin: 0px;
	height: 200px;
	clear: right;
	background-color : #000;

	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;  
	-webkit-border-top-right-radius: 10px; /* pour Chrome */ 
	-webkit-border-top-left-radius: 10px;/* pour Chrome */ 
}
.link_item{
	text-align : center;
	clear : both;
	width : 100%;
	margin-top : 20px;

}

#links{
	clear : both;
	width : 100%;
	margin-top : 20px;
	margin-bottom : 20px;

}

#links a {
	font-size: 18px;
	color: #000;
	line-height: 18px;
	font-weight: bold;
}
#links a:link {
	text-decoration: none;
}
#links a:visited {
	text-decoration: none;
	color: #000;
}
#links a:hover {
	text-decoration: none;
	color: #999;
}
#links a:active {
	text-decoration: none;
	color: #000;
}

.banddates {
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-bottom: 10px;
	padding-top: 5px;
	clear:both;
}

#banddetails {
	
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-right: 15px;
	float: left;
	padding-left: 15px;
	margin-top: 180px;
	width: 570px;
	height: 20px;
	line-height: 20px;
	background: url('img/fondbanddetails.png');
	_background: none transparent;
	_filter: progid:DXImageTransform.Microsoft.Gradient(startcolorstr="#aa555555",endcolorstr="#aa555555");

	
	
}

#programmation{
	margin : 25px;
	clear : both;
}

#programmationmenu{
	height: 20px;
	width: 180px;
	
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #CCCCCC;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 15px;
	padding-top: 10px;
	-moz-border-radius: 0px 10px 0 0; 
	-webkit-border-radius: 0px 10px 0 0; 
	border-radius: 0px 10px 0 0;         
	-webkit-border-top-right-radius: 10px; 

}

#content_programmation{
	background-color: #CCC;
	clear: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 30px;
	
			/* arrondis */ 
-moz-border-radius: 0px 10px 10px 10px;
-webkit-border-radius: 0px 10px 10px 10px;
border-radius: 0px 10px 10px 10px;  
-webkit-border-top-right-radius: 10px; /* pour Chrome */ 
-webkit-border-bottom-right-radius: 10px; /* pour Chrome */ 
-webkit-border-bottom-left-radius: 10px;/* pour Chrome */ 
	}


.desc_conc {
	width: 540px;
	min-height : 300px;
	float: left;
	background-color: #FFF;
	overflow:hidden;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	clear: right;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;  
	-webkit-border-bottom-right-radius: 10px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 10px;/* pour Chrome */
}

.heure_lieu {
	font-size: 12px;
	text-align: left;
}

.resa{
	width: 540px;
	height: 30px;
	text-align: right;
	font-size: 12px;
	color: #555;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 10px;
	margin-top: 10px;
	
}

.desc_conc a, .desc_conc a:link, .desc_conc a:visited {
	font-size: 12px;
	color: #666666;
	line-height: 12px;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
.desc_conc a:hover {
	color: #ccc;
	font-style: normal;
	text-align: left;
}




.dateplace{

	margin-left: 220px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.dateplace hr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	
}

.dateplace2{

	padding-bottom: 10px;
	margin-bottom: 10px;
}

.dateplace2 hr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;

}


.imgleft
{
	width:200px;
	height : 267px;
	float:left;
	border: 2px solid #000;
	margin-right: 20px;
	moz-border-radius:5px;
}

.grid {
	font-size: 13px;
	text-align: justify;
}

#partenaires{
	margin : 20px;

}

.part_header{
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;


	clear : both;
	text-transform: uppercase;
	font-size: 20px;
	color : #000;border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width : 100%;
}

.part_item{
	float: left;
	overflow: hidden;
	border : 1px solid #000;
	margin : 20px;
}

.part_item:hover{
	border : 1px solid #FFF;
}



#newsletter {
	width:170px;
	clear:both;
	font-size: 10px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #999999;
	padding-top: 15px;
	padding-bottom: 15px;
	
	
		/* arrondis */ 
-moz-border-radius: 0px 0px 10px 0px;
-webkit-border-radius: 0px 0px 10px 0px;
border-radius: 0px 0px 10px 0px;  
-webkit-border-bottom-right-radius: 10px; /* pour Chrome */ 
	
}

.blacken
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #000;
	margin: 0px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	moz-border-radius:2px;
	width:100%;
}
.blackenradio {
	color: #666;
	background-color: #000;
	
}

#playersongname{
	margin-top : 20px;
	clear: both;
	cursor: pointer;
	cursor: hand;
}


	
	

#player {
	width:170px;

	clear:both;
	font-size: 10px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 5px;
			/* arrondis */ 
-moz-border-radius: 0px 10px 0px 0px;
-webkit-border-radius: 0px 10px 0px 0px;
border-radius: 0px 10px 0px 0px;  
-webkit-border-top-right-radius: 10px; /* pour Chrome */ 
	
	
	
}


#playlist {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 15px;
	
	
	list-style-position: inside;
	list-style-type: square;
	background-color: #CCCCCC;
	font-weight: bold;
}

#playlist a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}



#digi a, #digi a:link, #digi a:visited {
	text-decoration: none;
	border: none;
	color : #fff;
}
#digi a:hover {
	text-decoration: none;
	border: none;
	color : #fff;
}
#fb_button{
	margin-top:5px;
}
#fb_button a, #fb_button a:link, #fb_button a:visited {
	text-decoration: none;
	border: none;
	color : #fff;
}
#fb_button a:hover {
	text-decoration: none;
	border: none;
	color : #fff;
}





.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	padding-left: 15px;
}
	
.buttonplayer{
	cursor : pointer;
	cursor : hand;
	float : left;
	border: none;
}


.buttonplayer a{
	float : left;
	border: none;
}

#footer
{
	height:25px;
	float: left;
	clear: both;
	padding: 5px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	width:100%;
	margin-top:20px;
}


#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	border: none;
	color : #fff;
}
#footer a:hover {
	text-decoration: underline;
	border: none;
	color : #fff;
}

.gp_prog{ 
	margin-left : 20px;
}

.gp_prog:hover{ 
	background-color : #999;
}


#inscription{
color : #FFF;
background-color : #000;
border : none;
}

#inscription:hover{
color : #666;
border : none;
}

#digi img { 
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#digi img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	
}

