/* Sommaire
------------------------------
    1. Structure
    2. Page detail concert
*/

/* Couleurs
------------------------------
# Bleu Sudpresse : #00a6eb
# Rouge Sudpresse : #E20031
# Gris : #848484
# Texte courant : #2a2a2a
*/

/* ----------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------------------------------->>> 1. Structure <<<-----------*/
/* ----------------------------------------------------------*/

.trois_col {
	font-size: .750em;
	float: left;
	width: 26em;
}
.trois_col .list_agenda {
	background: #0A9FDE url(/mediastore/static/fond_h_bloc.gif) repeat-x scroll left bottom;
	padding: 0.2em 0 0.2em 0.625em;
	color: white;
	font-weight: 900;
	line-height: 1.2em;
	text-align: left;
	display: block;
	float: left;
	width: 274px;
}
.trois_col .list_agenda a:link, .trois_col .list_agenda a:visited {
	color: white;
	font-weight: 900;
	text-decoration: none;
}
.trois_col .list_agenda a:active, .trois_col .list_agenda a:hover {
	color: white;
	font-weight: 900;
	text-decoration: underline;
}
.trois_col .bordure_list {
	float: left;
	width: 266px;
	padding: .625em;
	border: 0.0625em solid #0A9FDE;
	margin-bottom: .625em;
}
.trois_col .txt_gauche {
	padding: .625em;
	border-bottom: 1px dashed #ccc;
	line-height: 1.4em;
	float: left;
	clear: left;
	width: 21em;
}
.trois_col .txt_gauche img {
	float: left;
	margin-right: .3em;
}

/* ----------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------------------------------->>> 2. Page detail concert <<<-----------*/
/* ----------------------------------------------------------*/

ul.bordure_list_mad {
  font-size: .750em;
  line-height: 1.5em;
}
ul.bordure_list_mad li {
  clear: left;
  float: left;
  padding-bottom: .625em;
  border-bottom: 1px dashed #ccc;
  margin-bottom: .625em;
  width: 100%;
}
ul.bordure_list_mad li img {
  float: left;
  margin-right: .625em;
}
ul.bordure_list_mad li .txt_lieux {
  display: block;
}
ul.bordure_list_mad li .date {
  font-size: .75em;
  color: #666;
}

.deux_col .fond_rech_mad {
  padding: 0 .625em .625em .625em;
  background: #ADCFD9;
}
.deux_col .fond_rech_mad img {
  position: relative;
  bottom: -0.625em;
}
.deux_col .fond_rech_mad p {
  position: relative;
  bottom: .625em;
  color: white;
  font-weight: 900;
}

.deux_col .list_detail, .list_billeterie, .list_top {
  background: #0584C6;
  color: white;
  padding: .2em 0;
  text-indent: .625em;
  font-weight: 900;
  font-size: 1em;
  margin: .625em 0;
  float: left;
  width: 100%;
  clear: left;
}
h3.list_detail a, h3.list_billeterie a{
  color: white;
}
h3.list_detail a {
  font-size: .75em;
}
