/* CSS du module news/concerts */
table.concerts {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

table.concerts tr {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

table.concerts tr td {
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #bb0032;
	text-align: left;
}

table.concerts tr td.text {
	padding: 5px 10px;
}

table.concerts tr td.text div.date {
	font-weight: bold;
	color: #555555;
}
table.concerts tr td.text div.date span.red {
	color: #bb0032;
}

table.concerts tr td.text div.place {
	font-weight: bold;
	color: #bb0032;
}
table.concerts tr td.text div.venue {
	color: #555555;
	text-transform: uppercase;
	font-size: 9px;
}

table.concerts tr td.text div.laureats a {
	color: #787800;
	text-decoration: none;
}

table.concerts tr td.text div.laureats a:hover {
	text-decoration: underline;
}

.moreinfo {
	color: #5F5F5F;
	font-weight: normal;
}
.moreinfo a, .moreinfo a:visited, .moreinfo a:active {
	color: #5F5F5F;
	text-decoration: underline;
}

.moreinfo a:hover {
	color: #bb0032;
	text-decoration: underline;
}




/* Plein page de l'concerts */
table.fullconcerts {
	margin: 0px;
	padding: 0px;
}

table.fullconcerts tr {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

table.fullconcerts tr td {
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #bb0032;
}

table.fullconcerts tr td.text {
	padding: 15px 0px 15px 0px;
}

table.fullconcerts tr td.text div.date {
	font-weight: bold;
}

table.fullconcerts tr td.text div.title {
	color: #bb0032;
	font-weight: bold;
	padding-bottom: 5px;
}


