@charset "utf-8";
/* CSS Document */
<style type="text/css">
	html {
		overflow: hidden;
	}
	body {
		position: absolute;
		margin: 0 0 0 0;
		padding: 0px;
		background: transparent url(../images/OldMusicBackground.jpg) ; /*#1c1c1c*/
		width: 100%;
		height: 100%;
	}
	#screen {
		position: absolute;
		/*background: #000;*/
		left: 50%;
		top: 50%;
		margin-left: -512px;
		margin-top: -384px; /*-384px*/
		width: 1024px;
		height: 768px; 
		overflow: hidden;
		visibility: hidden;
	}
	#b1 {
		position: absolute;
		background: /*#1c1c1c*/ url(b1.jpg) bottom no-repeat;
		color:white;
		z-index: 100;
		outline: #000 solid 1px;
		border-bottom: #2d2d2d solid 1px;
		vertical-align:bottom;
	}

	#b2 {
		position: absolute;
		background: /*#1c1c1c*/ url(b2.jpg) top  no-repeat;
		z-index: 100;
		outline: #000 solid 1px;
		border-top: #2d2d2d solid 1px;
		color: #4a4a4a;
		font-family: arial, helvetica, sans-serif;
		font-size: .9em;
	}

	#b2 a{text-decoration: none; color:#4a4a4a;}
	#b2 a:hover{text-decoration: none; color:#4a4a4a;}
	#b2 a:visited{text-decoration: none; color:#4a4a4a;}
	#b2 a:visited:hover{text-decoration: none; color:#4a4a4a;}
	#b3 {
		position: absolute;
		/*background: transparent;*/
		color:white;
		z-index: 110;
		border-left: #2d2d2d solid 1px;
	}
	#b4 {
		position: absolute;
		/*background: #000;*/
		z-index: 110;
		border-right: #2d2d2d solid 1px;
		color: white;
	}
	#screen .divs {
		position: absolute;
		left: -9999px;
		/*background: #000; */
		overflow: hidden;
		outline: #000 solid 1px;
	}
	a.bw, a:visited.bw {
		color: white;
	}
	#screen img {
		position: absolute;
		cursor: pointer;
		filter: alpha(opacity=100);
		z-index: 1;
	}
	.html {
		visibility: hidden;
	}
	#screen h1 {
		position: absolute;
		font-weight: bold;
		font-size: 1.5em;
		color: #dfdfdf;
		font-family: arial, helvetica, sans-serif;
		margin-left: 40px;
		margin-top: 18px;
		z-index: 1;
	}
	#screen .title {
		width: 100%;
		height: 50px;
		background: #000 url(fond_carre_titre.png) bottom no-repeat;
	}
	#screen .text {
		margin: 10px;
		font-size: 0.8em;
		color: #9f9f9f;
		font-family: arial, helvetica, sans-serif;
		text-align: left;
		/*margin-top: 10px;*/
	}
	#screen .bulPrev {
		position: absolute;
		left: -12px;
		z-index: 0;
	}
	#screen .bulNext {
		position: absolute;
		left: 12px;
		z-index: 0;
	}
	#screen .bkgh {
		width: 100%;
		height: 100%;
		background: #000 url(fond_horizontal.png) bottom no-repeat;
	}
	#screen .bkgc {
		width: 100%;
		height: 100%;
		background: #000  url(fond_carre.png) bottom no-repeat;
	}
	#screen .bkgv {
		width: 100%;
		height: 100%;
		background: #000 url(fond_vertical.png) bottom no-repeat;
	}
	#loader {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -16px;
		margin-top: -16px;
		outline:#000 solid 5px;
		z-index: 2000;
		display: none;
	}
	.slidemenu {
	color:#FFFFFF;
	
	}
</style>
