/* CSS Document */

a{
	text-decoration: none;
	color: #F68B1F;
}
a:hover{
	color: #E241A0;
}
a:active{
	color: #F68B1F;
}
a:visited{
	color: #F68B1F;
}
a:link{
	color: #F68B1F;
}
.header {
	height: 			215px;
	width: 				1162px;

	left: 				0px;
	top: 				0px;
}
.body {
	width: 				1162px;
	left: 				0px;
	top: 				0px;
	overflow: visible;	
}
body {
	margin: 0px;
	padding: 0px;
	color:				#260300;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	background-image: 	url(../images/body_background.gif);
	background-repeat: 	repeat-y;
}
.title {
	font-size: 			14px;
	font-weight: 		bold;
	left: 				195px;
	top: 				200px;
	position:			absolute;
}
.content {
	left: 195px;
	margin: 0px;
	padding: 0px;
	width: 716px;

	position:absolute;
}
.legend {
	width: 230px;
	left: 490px;
	top: 112px;
	position:	absolute;
	font-size: 	12px;
}

.mp3 {
	width: 230px;
	top: 20px;
	font-size: 	12px;
	position:	relative;
	font-weight:bold
}

.programme {
	width: 320px;
	top: 6px;
	left: 105px;
	font-size: 	12px;
	position:	relative;
	font-weight:bold;
	text-align: right
}
