body {
	font-family:Arial,Helvetica,sans-serif;
	color:#000000;
	background-repeat:repeat-x;
}
body.pink {
	background-image:url(images/fond_pink.png);
	background-color:#BA5C7E;
}
body.blue {
	background-image: url(images/fond_blue.png);
	background-color:#63ADD4;
}
body.purple {
	background-image: url(images/fond_purple.png);
	background-color:#794CE3;
}
body.green {
	background-image: url(images/fond_green.png);
	background-color:#61C57B;
}
a {
	color:#ffffff;
	text-decoration:none;
}
dt {
	font-weight:bold;
}
span.hide {
	display:none;
}
div#page {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	/* border:1px solid #ff0000; */
}
div#logo {
	float:left;
}

span.link {
	font-weight:bold;
	cursor:pointer;
	color:#ffffff;
}

div.menu {
	padding-top:35px;
	padding-left:50px;
	text-align:center;
}
div.menu2 {
	margin-top:10px;
	
}
div.content {
	width:985px;
	clear:left;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	line-height:1.4;
}
div.soundcloud {
	margin-bottom:15px;
}
span.soundcloudSubtext {
	font-size:0.8em;
	font-style:italic;
}
.bold {
	font-weight:bold;
}
div#footer {
	font-size:0.7em;
	text-align:center;
	bottom: 0px;
}
img.right {
	float:right;
	margin:10px;
	margin-right:0px;
	border:1px solid #ffffff;
}
.ac {
	text-align:center;
}
img.center {
	border:1px solid #ffffff;
}
td.borderTop {
	border-top:1px dashed #ffffff;
}
td.right {
	text-align:right;
}
.kons {
	font-size:0.8em;
}
table.discotable tr td {
	vertical-align:top;
}
tr.alternate td {
	border-top:1px dashed #ffffff;
	border-bottom:1px dashed #ffffff;
}