body {
	background-color: #000 ;
	/*background : url("./graphx/ligne_fond.jpg") top center repeat-y;*/
	background: url("./graphx/fond_fumee_9.jpg") no-repeat fixed center ;
	padding : 0 ;
	margin : 0 ;
	font-family : verdana ;
	font-size : 11px ;
}


div#decor {
	/*background: url("./graphx/fond_fumee_7.jpg") center center no-repeat;*/
	/*height: 711px;*/
}	
	


/* divs */
div#cont {
	position: relative;
	width: 992px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
/*	margin-bottom: 15px;	*/
	text-align: left;
}
div#top {
	width: 992px;
	height: 120px;
}
div#left {
	float: left;
	width: 220px;
	min-height: 600px;
}
div#main {
	float:left;
	width:772px;
	border-right: none;
}
div#bottom {
	clear: both;
	width: 992px;
	padding-top: 5px;
}



p {
	padding: 0;
	margin: 0;
	font-family: verdana;
	font-size: 11px ;
	color: #fff;
}	

input {
	padding: 0;
	margin: 0;
	font-family: verdana;
	font-size: 11px ;
	color: #fff;
	background-color: #000;
	border: 1px solid #ccc;
}	


.p_j {
	margin: 5px;
	text-align: justify;
}	
.p_c {
	margin: 5px;
	text-align: center;
}
.p_r {
	padding-right: 10px;
	text-align: right;
}



.p_concerts_date, .p_concerts_lieu, .p_concerts_titre {
	color: #fff;
	text-align: left;
	font-family: verdana;
	font-size: 10px;
}

	

a, img {
	border: none;
	color: #fff;
	text-decoration: none;
}	

a.l_serie {
	text-decoration: underline;
}
a.l_name:hover {
	text-decoration: underline;
}

h3, h4, h5 {
	color: #fff;
}	
h3 {
	font-size: 14px;
}	


a.rolopak img {
	opacity : 0.85 ;
}
a.rolopak:hover img {
	opacity : 1.0 ;
}


a.lien_liste, .a.lien_liste:hover {
	font-weight: bold;
	text-decoration: none ;
}	
	
a.lien_liste:hover {
	text-decoration: underline ;
}	


a.lien_navig, .a.lien_navig:hover, a.lien_goto, .a.lien_goto:hover {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none ;
}	
	
a.lien_navig:hover, a.lien_goto:hover {
	text-decoration: underline ;
}	




.tablo_picts {
	width: 764px ;
	margin: 3px 0px 6px 0px ;
}

.picto_serie {
	width: 50px;
	height: 30px;
	/*margin-bottom: 3px;	*/
	vertical-align: middle; 
}	
.picto_serie_2 {
	width: 10px;
	height: 10px;
	margin-bottom: 2px;	
	vertical-align: middle; 
}	


/* MENU -> DEB */
#menu {
	position: absolute;
	left: 240px;
	margin-top: 20px;
	height: 21px ;
	list-style-type: none ;
	padding: 0;
	border: 1px solid #c1001f;
}
#menu li {
	height: 21px ;
	float: left ;
	width: 120px ;
}
#menu li a {
	margin-top: 1px;
	height: 21px;
	display : block ;

	line-height: 21px;
	padding-left: 8px;

	border-right: 1px solid #c1001f ;
	text-decoration: none ;
	font-size: 11px;
	font-variant: small-caps;
}

#menu .sous_menu {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#menu .sous_menu li {
	float: none;
	margin: 0;
	padding: 0;
	
	
	border: none;
	width: 160px ;
	border-top: 1px solid #c1001f;
	border-right: 1px solid transparent;
	font-size: 10px;
}

#menu .sous_menu li a {
	background: #3d3d3e;
	color: #fff;
	margin: 0;
	border: 0;
	text-decoration  none;
	
}

#menu .sous_menu li a:hover {
	background-color: #000;
}

#menu li:hover > .sous_menu {
	display: block;
}

#menu .sous_menu li.last {
	border-bottom: 1px solid #c1001f;
}
/* MENU -> FIN */








/* calendrier */
 .calendar {
	visibility: hidden;
	display: none;
}

#calendars table {
	background-color: #000;
	border: 1px solid #c1001f;
	height: 270px;
	font-family: verdana;
	color: #ccc;
	text-align: center;
	font-size: 10px;
	filter: alpha(opacity=70) ;
	-moz-opacity: 0.70 ;
	opacity: 0.70 ;	
}

#calendars_bg  {
	position: absolute;
	height: 270px;
	width: 220px;
	background:URL('./graphx/fond_calendrier.jpg');
	z-index: -50;
}	
	

td.header, td.event, td.noevent, td.empty {
	width: 28px;
	height: 28px;
	border: 1px solid #5d5d5d; /* e6e6e6 */
}
td.header {
	background-color: #ccc;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	
}
td.event {
	background-color: #535353;
	font-weight: bold;
	font-size: 11px;
}
td.noevent {
	background-color: #1D1D1D;
}	
td.navig {
	height: 28px;
}

td.empty {
	border: none;
}	



.tab_head {
	padding: 0px;
	margin: 20px;
	height: 26px;
	border-top: 1px solid #c1001f; 
	border-bottom: 1px solid #c1001f; 
}	

.detail_concert {
 	padding: 10px;
 	display: none;
 }	
 
 
.td_link {
 	width: 182px;
 	height: 110px;
 	text-align: center;
 	background-color: #fff;
}	
  
  
  
td.img_pup {
	width: 126px;
} 


.mini_video {
 	width: 110px;
 	height: 80px;
 	border: 1px solid #c1001f;
 }	
 
 
.pict_cube { 
	width: 60px;
	height: 60px;
	border: 1px solid #838383;
	display: block;
}


label {
	margin-left: 20px;
	color: #fff;
}

div.buttons {
	margin: 10px 0 0 320px;
}
input[type="text"], input[type="password"], input[type="submit"] {
	border: 1px solid #c1001f;
}
input[type="reset"] {
	font-family: Verdana;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #c1001f;
	color: #CE1126;
	margin: 5px;
	padding: 5px;
	text-decoration: underline; 
}
input[type="image"] {
	width: 22px;
	height: 22px;
	vertical-align: top;
	border: none;
}	

option, select {
	background-color: #000;
	color: #fff;
}
select {
	margin-right: 16px;
}


/*
.tab_presse {
	width: 760px;
	padding-top: 20px;
}
.tab_presse td {
	width: 25%;
	padding-bottom: 50px;
}	
	

.a_presse {
	border-bottom: 1px solid #fff;
}	
.a_presse:hover {
	border-bottom: 1px solid #B93B3C;
}	
.img_presse {
	border: 1px solid #fff;
}	
.img_presse:hover {
	border: 1px solid #B93B3C;
}
.img_presse, img_presse:hover {
	dîsplay: block;
	height: 90px;
	width: 90px;
	text-decoration: none;
}
*/

.bloc_accueil {
	width: 230px;
	height: 230px;
	border: 1px solid #c1001f;
	float: left;
	margin: 0 12px 0 21px;
}

.bloc_accueil img {
	width: 226px;
	height: 226px;
	padding: 2px;
}


.table_invites  {
	border-collapse: collapse;
}