@charset "utf-8";
/* CSS Document */



#concerts {
	width:500px;
	margin:0;
	padding:0;
	text-align:center;
	
}

#googlemap {
	float:right;
	width:350px;
	height:350px;
	margin:0 30px 0 0;	
	border:1px solid black;
	margin-top:30px;
}

#googlemap a{
	color:#03F;
}


a {
	text-decoration:underline;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color: #ff5a00;
}



.Style2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

.table1 {
	border: 1px solid #000000;
}

.annee1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #e33f1e;
	background-color: #000000;
	text-align: center;
}
.avec {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.evennement {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#lienHistorique {
	width:300px;
	margin:	30px auto;
	text-align:center;
	line-height:2em;
}

#lienHistorique a{
	color:#FFF;
	font-weight:bold;
	font-size:1.1em;
}

.lienResa a:hover{
	text-decoration:none;
}

a.lienconcertsalle {
	color:#000;
	text-decoration:underline;
	font-size:12px;
	font-weight:normal;
}

a:hover.lienconcertsalle{
	color:#FFF;
	text-decoration:underline;
	font-size:12px;
}

<!-- MENU JQUERY
	/* 	.concertsJours { 
      margin: 0; 
      padding: 0; 
      list-style: none; 
      background: #000; 
      color: #fff; 
      width: 200px; 
      font: 1.2em "Trebuchet MS", sans-serif; 
      }  */
   /*.concertsJours li { 
      display: block; 
      padding: 4px 5px; 
      text-decoration: none; 
      background: #000; 
      } */
   /*.concertsJours .toggleSubMenu a, .concertsJours .toggleSubMenu span { 
      background-image: url(menu-item-deroule.png); 
      } */
  /* .concertsJours .open a, .concertsJours .open span { 
      background-image: url(menu-item-enroule.png); 
      } */
   /*.concertsJours a:hover, .concertsJours a:focus, .concertsJours a:active { 
      text-decoration: underline; 
      } */
   .concertsJours .subMenu { 
      font-size: .9em; 
      background-color: #ccc; 
      margin: 0; 
      padding: 0; 
      border-bottom: 1px solid #666; 
	  color:#000;
      } 
   .concertsJours ul.subMenu a { 
      background: none; 
      padding: 3px 20px; 
      }
	  
	a.menu {
		color:#000;
		text-decoration:none;
		font-weight:normal;
	}
	
	.subMenu {
		background-color:#F0F0F0;
		border:1px solid black;
		padding:0;
	}
	
	.subMenu li{
		margin-top:20px;
	}
			
	.subMenuText1 {
		color:#000;
		font-weight:bold;
	}
	
	.subMenuText2 {
		color:#000;
		font-weight:normal;
	}
	
	
}
-->


.jour span {	
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
.mois {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: F38519;
}
.ville {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.pays {	
	font-size: 12px;
	color: #666;
	font-weight:normal;
}

.salle {	
	font-size: 12px;
	color: #000;
	font-weight:normal;	
}


.concertsMois ul {
	padding:0;				/* supprime l'indentation de la liste */
	margin:0;
	padding-top:5px;
}
.concertsMois li{
	list-style-type:none;
	color:#FFF;
	font-weight:bold;
	padding-left:5px;				/* supprime l'indentation de la liste */
	padding-top:3px;
	margin-left:-30px;
	background-image:url(../images/concerts_fond.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:left;


}

.concertsJour ul {
	padding:0;				/* supprime l'indentation de la liste */
	margin:0;
	margin-top:10px;
	background:none;
}

.concertsJours li{
	list-style-type:none;
	margin:0;
	margin-left:10px;
	padding:0;
	background:none;
	padding:3px 0;
	text-align:left;
}

/*.concertsJour ul {
	padding:0;				
	margin:0;
	margin-top:10px;
	background:none;
}

.concertsJours li{
	list-style-type:none;
	margin:0;
	margin-left:0;
	background:none;
	padding:3px 0;
	text-align:left;
}
*/