body
{
	width: 1000px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #009ee0 url("images/background.jpg") fixed bottom no-repeat;
}

p, div, li
{
	margin: 0;
	border: 0;
}
p
{
	margin-bottom: 14px;
}

a
{
	color: black;
	
}

#page
{
	width: 1000px;
	margin: auto;
}

#top
{
	width: 1000px;
	height: 200px;
	background: url(images/fond_top.jpg) bottom no-repeat;
}




#ban
{
	float: left;
	background: url("images/banniere.png");
	width: 540px;
	height: 200px;
}




#page_titre
{
	height: 20px;
	margin-top: 180px;
	float: left;
}
#page_titre #left
{
	height: 20px;
	float: left;
	width: 20px;
	background: url("images/cointitred.png");
}
#page_titre span
{
	float: left;
	background: url("images/fondtitre.jpg");
	color: black;
	height: 20px;
	font-size: 17px;
	padding-left: 7px;
	padding-right: 27px;
}


#flash
{
	float: right;
	background: url(images/slider_fond.png);
	width: 500px;
	height: 200px;
}


#menu_top
{
	background: url("images/fondmenu.png") no-repeat;
	clear: both;
	width: 1000px;
	height: 43px;
}
#menu
{
	clear: both;
	width: 1000px;
	background: url("images/fondmenu.jpg");
	float: left;
	padding-bottom: 10px;
	height: 100px;
}

#menu div
{
	float: left;
	padding-left: 5px;
	margin-left: 10px;
}
#menu h4
{
	padding: 0px;
	font-size: 1.1em;
	margin: 0;
	border-bottom: 1px solid black;
	margin-bottom: 3px;
	
}
#menu a
{
	margin-left: 10px;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
}
#menu a:hover
{
	
	font-weight: bold;
}

#menu #menuleft 
{
    margin: 0 ;
    padding: 0;

}

#bouton_prog
{
    margin: 0px;
    padding: 0px;
    width: 180px; 
    height: 70px; 
    background: url(images/prog2011.png) no-repeat;
    clear: both;
}

#bouton_prog:hover
{
    background-position: 0 -70px;
}

#bouton_accueil
{
    margin: 0px;
    padding: 0px;
    width: 180px; 
    height: 25px; 
    background: url(images/accueil.png) no-repeat;
}
#bouton_accueil:hover
{
    background-position: 0 -25px;
}

#content
{
	width: 1000px;
	float: left;
	background: url("images/fond.png");
}


#content #left
{
	float: left;
	width: 654px;
	text-align: left;
	margin-left: 15px;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 15px;
	color: white;
	border-left: 2px black dotted;
}


#left .news
{
	background: url("images/50p.png");
	width: 650px;
	margin-bottom: 10px;
}
.news .title
{
	background: black top right no-repeat url("images/plus.png");
	width: 650px;
	cursor: pointer;
}
.news .title h3
{
	font-size: 12px;
}
.news .news_content
{
	padding: 10px;
}
.news .fin
{	
	background: url("images/50p.png");
	padding: 5px;
}

.ferme
{
	height: 20px;
	overflow: hidden;
}


.title h3
{
	padding: 2px;
	padding-left: 10px;
	margin: 0;
}

#content #right
{
	float: right;
	width: 290px;
	min-height: 300px;
	text-align: center;
}

#left a 
{
	color: #7cb522;
	text-decoration: none;
}
#left a:hover
{
	text-decoration: underline;
}

#mentions
{
	clear: both;
	width: 1000px;
	height: 20px;
	background: black;
	text-align: center;
	color: white;
	padding-top: 5px;
	font-size: 10px;
}
#mentions a 
{
	color: white;
}


ul.slideshow {
	list-style:none;
	width:450px;
	height:200px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#gallery {
	position:relative;
	height:200px;
	overflow: hidden;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}
 
	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:40px; 
		width:100%; 
		position:absolute;
		bottom:10px;
        left: 10px
	}
 
	#gallery .caption .contentg {
		margin:5px
	}
	
	#gallery .caption .contentg h3 {
		margin:0;
		padding:0;
		color:orange;
	}
.bg_prog-box
{
	background: #000;
}

.prog-box
{
	color: white;
	background: url("images/cadre-haut.png") no-repeat;
}

.prog-box ul
{
	margin-bottom: 0px;
	padding-bottom: 8px;
}
.prog-box a
{
	color: white;
}

.cadre-infos
{
	color: #7CB522;
	font-size: 11px;
	margin-bottom: 3px;
	margin-left: 5px;
}

.cadre-infos p
{
	display: inline;
}
.cadre-infos strong
{
	font-size: 1.1em;
}

#programmation
{
	width: 450px;
	margin-left: 100px;
}

#programmation h4
{
	color: white;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 0px;
	font-size: 14px;
}

#programmation li
{
	margin-left: 5px;
}

#programmation a
{
	color: white;
}

.art_imp
{
	font-size: 16px;
}
.cadre-titre
{
	height: 20px;
	color: black;
	font-size: 14px;
	padding-top: 3px;
	padding-left: 12px;
	font-weight: bold;
	background: url("images/cadre-titre.png");
}

.cadre-bas
{
	width: 450px;
	height: 7px;
	background: url("images/cadre-bas.png") no-repeat;
	margin-bottom: 10px;
}

.space
{
	height: 8px;
	clear: both;
}
.prog-box a
{
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-family: "myriad pro","trebuchet ms",arial;
}

.prog-box a:hover
{
	color: white;
	font-weight: bold;
}

#images
{
	margin-bottom: 0px;
}
#himages
{
	margin: auto;
	margin-top: 5px;
	background: url("images/himage.png") center no-repeat;
	width: 300px;
	height: 20px;
}

#bimages
{
	margin: auto;
	background: url("images/bimage.png") center no-repeat;
	width: 300px;
	height: 20px;

}


div.apple_overlay.black {
	background-image:url(images/transparent.png);		
	color:#fff;
	height: 600px;
	overflow: none;
}

div.apple_overlay h2 {
	margin:10px 0 0 0;
	font-weight:bold;
	font-size:17px;
}
div.apple_overlay .details {
	margin-left: 20px;
	margin-top: 10px;
	font-size:14px;
	text-align: left;
}

div.black h2 {
	color:#fff;
}

.apple_overlay {
	display:none;
	width:800px;
	height: 500px;
	overflow: auto;
	padding:35px;
	font-size:11px;
}

.apple_overlay div.close {
	background-image:url(images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.site_lien
{
	color: white;
	text-decoration: none;
}
.site_lien:hover
{
	text-decoration: underline;
}

.titre
{
	font-size: 18px;
	margin-bottom: 20px;
	font-family:  'Lucida Grande', 'Lucida Sans Unicode', Lucida, Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: 7cb522;
}
#static
{
	margin-bottom: 15px;
}

#partenaires li
{
	margin: 0;
	padding: 0;
	list-style-image:none;
	list-style-type: none;
	float: left;
}

#partenaires li.part0 a
{
	display: block;
	width: 175px;
	height: 120px;
	padding-top: 7px;
	background: url('images/fondlogo.png') no-repeat;
	margin: 5px;
	text-align: center;
}


#partenaires li.part0 a:hover
{
	display: block;
	width: 175px;
	height: 120px;
	padding-top: 7px;
	background: url('images/fondlogo.png') no-repeat;
	margin: 5px;
	text-align: center;
	filter:alpha(opacity=80);
	opacity:0.8;
}

#partenaires li.part1 a
{
	display: block;
	width: 80px;
	height: 110px;
	padding-top: 7px;
	background: url('images/fondlogo2.png') no-repeat;
	margin: 5px;
	border-collapse: collapse;
	text-align:center;
}

#partenaires li.part1 a:hover
{
	display: block;
	width: 80px;
	height: 110px;
	padding-top: 7px;
	background: url('images/fondlogo2.png') no-repeat;
	margin: 5px;
	border-collapse: collapse;
	text-align:center;
	filter:alpha(opacity=80);
	opacity:0.8;
}

#club .contenu_club
{	
	display: block;
	width: 640px;
	height: 149px;
	padding-top: 0px;
	background: url('images/fondclub.png') no-repeat;
	margin: 5px;
	padding-left: 5px;
	font-size: 1.3em;
	font-family: "Comic Sans MS";
	color: black;
}


.tabl_club2
{
}
.contenu
{
	margin: 0;
}

.bouton_droite
{
    clear: both;
    width: 200px;
    height: 75px;
    margin-bottom: 10px;
}

#bouton_billetterie
{
    background: url(images/billets.jpg);
}

#bouton_billetterie:hover
{
    background-position: 0 -75px;
}

#bouton_playlist
{
    background: url(images/prog.jpg);
}

#bouton_playlist:hover
{
    background-position: 0 -75px;
}

#stats
{
	margin: auto;
	margin-top: 5px;
	width: 85px;
	height: 15px;
}

img { border: 0;}

#link_eco
{
    display: block;
    float: left;
    height: 90px;
    margin-left: 410px;
    margin-top: 85px;
    width: 90px;
}
