body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
 }



#contenu {
	/* new test */
	padding: 20px 0 0 0;
	/* original */
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Courier, "Courier New", monospace;
	color: #CCCCCC;
}

#header {
	position: fixed;
	/*display: block;*/
	float: none;
}

#bandeau {
	/*border-bottom: 1px solid #333333;*/
	height: 180px;
}

#bandeau img {
	margin: 0px;
	padding: 0px;
}

#menu
{
	margin: 0px;
	padding: 5px 0 5px 0;
	/*border-bottom: 1px solid #333333;*/
	/*clear: both;*/
	font-family: "Arial Black", Arial, monospace;
	color: #E6B300;
}

#text
{
	/*position: inherit;*/
	float: none;
	clear: both;
	position: relative;
}

a:link {
	text-decoration: none;
	color: #EBA700;
}

a:active {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #A77700;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: blink;
}

p.big {
	font-size: 24px;
}
p.medium {
	font-size: 18px;
}
p.lang {
	text-align: right;
	margin-right: 20px;
}
p.left {
	/*text-align: justify;*/
	/*margin: 0 80px 0 40px;*/
	/*line-height: 24px;*/
}
.cite {
	font-style: italic;
	text-align: left;
	font-size: smaller;
	margin-left: 40px;
	margin-right: 40px;
}
.ref {
	text-align: right;
	margin-right: 20px;
}

.pochette {
	margin: 10px;}

.titre {
	font-size: large;
}

.lineup ul, .tracklist ul {
	margin: 10px;
	padding: 0;
}

.lineup li, .tracklist li {
	list-style-type: none;
}
