div#concert-calendar {
	width: 100%;
}

div#concert-calendar .heder_data {
}

div#concert-calendar .header_data  h1 {
	margin-bottom: 10px;
}
div#concert-calendar .concertborder {
	border: 0;
	border-color: #C0C0C0;
	margin-bottom: 30px;
}
div#concert-calendar .concertheading {
	line-height: 20px;
	padding: 2px;
	background-color: none;
	color: #000;
	font-weight: bold;
  font-size: 1.2em;
	border-bottom: 1px solid #fff;
}
div#concert-calendar .concert  {
	padding: 2px;
}

div#concert-calendar .footer_data {
text-align: center;
}

div#concert-calendar .desc {
}

div#concert-calendar  A.toggle {
color: #000;
text-decoration:none;
border-bottom: 1px dotted #fff;
outline: none;
cursor:pointer;
}

.concert div#slide {
  margin: 0px;
  height: 0px;
  overflow: hidden;
  -moz-transition: height 0.5s ease-in;
  -webkit-transition: height 0.5s ease-in;
  -o-transition: height 0.5s ease-in;
  -ms-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
 }

.concert :target div#slide {
   overflow: none;
   height: 95px;
 }

div.concert div.slider {
   visibility : visible;
   height: 0%;
 }

.concert div#slide table {
  margin-top: 5px;
  border-collapse: collapse;
  width: 100%;
}

.concert div#slide table td {
  background-color: none;
  border: none;
}

#concert_detail td {
  background-color: none;
  border: none;
}

#concert_detail tr td p {
  margin: 0px 0px 0px 0px;
}

.categorie_pic {
  /*width: 1.2em;
  height: 1.2em;*/
  vertical-align: middle;
  margin-right: 2px;
  margin-left: 2px;
}

.back_button {
  display: block;
  padding: 5px;
  background-color: #ccc;
  color: #000;
  border: 1px solid #000;
  margin-bottom: 5px;
  width: 120px;
  text-align: center;
}

a.back_button:hover {
  background-color: #ddd;
}

.calendar_view {
  font-size: 1.1em;
}
