html, body {
	height: 100%;
	margin: 0; 
	padding: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande';
	font-size: 1.0em;
	color: #5C5C5C;
	line-height: 1.5em;
	background-image: url(pics/back2.jpg);
	background-position: top left;
	background-repeat: x-repeat;
	background-attachment: fixed;
  }
  
div#container {
	width: 80%;
	height: 100%;
	float: left;
}

div#top {
	height: 50px;
	padding: 50px;
	position: fixed;
	top: 0; left: 0;
	width: 600px;
	z-index: 1000;
		background-image: url(pics/back2.jpg);
	background-position: top left;
	background-repeat: x-repeat;
	background-attachment: fixed;
}

div#left {
	font-size: 0.90em;
	line-height: 1.5em;
	padding: 25px 25px 25px 30px;
	position: absolute;
	top: 135px; left: 0;
	width: 800px;
	z-index: 1;
}

div#right {
	z-index: 1001;
	float: right;
	width: 120px;
	height: 100%;
	position: absolute;
	left: 800px;
}


*+html div#right {
	right: 100px;
}


div#logo {
	float: right;
	margin: 10px;
}





ul#menu_right {
	list-style-type: none;
	border-left: 2px solid #a5a5a5;
	padding: 0 0 200px 20px;
}
*+html ul#menu_right {
	float: left;
}


ul#menu_top {
	margin: 0;
	padding: 0 0 0 150px;
	list-style-type: none;
}

ul#menu_top li {
	float: left;
	margin: 0 20px 0 0;
}


ul#musique {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


a:link, a:visited, a:active, a:hover {
	color: #5C5C5C;
	text-decoration: none;
	text-transform: lowercase;
	opacity: 1.0;
}

hr {
	color: #888888;
	background-color: #888888;
	height: 2px;
	width: 100%;
	border: 0;
}




div#link1 {
	display: none;
	position: absolute;
	top: 90px; left: 200px;
	z-index: 1000;
}
div#link2 {
	display: none;
	position: absolute;
	top: 90px; left: 265px;
	z-index: 1000;
}
div#link3 {
	display: none;
	position: absolute;
	top: 90px; left: 343px;
	z-index: 1000;
}




#thumbcontainer {
	margin:20px;
	text-align:left;
}

#thumbcontainer a img {
	display:inline;
}

#thumbcontainer ul {
	display:inline;
	padding: 0 5px 0 5px;
}

#thumbcontainer ul li {
	display:inline;
	list-style-type:none;
	padding: 0 10px 0 10px;
}

#thumbcontainer ul li img {
	border:0px solid;
}

#thumbcontainer p {
	margin:5px 0 5px 0;
}


