@charset "utf-8";
/* CSS Document */

#artistes {
	background-image: url(images/fond_transparent_violet.png);
	background-repeat: repeat;
	float: left;
	width: 261px;
	margin-top: 30px;
}
#artistes p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fbfafd;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#artistes li {
	padding-bottom: 10px;
}

#artistes a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #ffb903;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 20px;
}

#artistes a:hover {
	color:#818181;
}

#artistes a.selection_artiste{
	color: #cc00ff;
	font-weight: bold;
}

#agenda_show {
	float: right;
	background-image: url(images/fond_transparent_violet.png);
	background-repeat: repeat;
	width: 630px;
}
#agenda_show ul {

}
#agenda_show li {
	line-height: 20px;
	background-image: url(images/fond_transparent_violet.png);
	background-repeat: repeat;
	display: block;
	width: 590px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	margin-left: 10px;
}
#agenda_show a {
	color: #cc00ff;
}

#agenda_show a:hover {
	color:#818181;
}


.date_show {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;
}

.artiste_lieu_show {
	font-size: 18px;
	color: #ffffff;
}
.heure_show {
	font-size: 11px;
	font-style: italic;
	color: #ffffff;
}
.adresse_tarif_show {
	font-size: 14px;
	color: #ffffff;
	padding-left: 65px;
}
.titre_artiste {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #ffffff;
}
