* {
	margin: 0;
	padding: 0;
}

html {
	font-size: .85em;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	color: white;
	background: black;
}

body {
	width: 955px;
	margin: auto;
	background: url(http://images.cryogen-records.com/cryo_header.jpg) top no-repeat;
}

div#container {
	width: 955px;
	position: relative;
	top: 4px;
}

div#navbar {
	padding-left: 279px;
	margin-bottom: 30px;
	background: url(http://images.cryogen-records.com/cryo_navbar.jpg) repeat-x;
}

div#release,div#goodies, div#producers, div#remixers, div#contacts {
	width: 755px;
	margin-left: 100px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	background-color: #212121;
	border-bottom: 1px solid #1f1f1f;
}

div#leBardeBio,  div#overlapBio, div#symbiozeBio,  div#20070908, div#20070707 {
	display: none;
}
div#audio, div#address, div#producer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #3a3a3a;
	margin-left: auto;
	margin-right: auto;
}

div#video {
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 384px;
}
div#float {
	float: left;
	width: 45%;
	margin-left: 5%;
	margin-right: 0;
}

ul#nav {
	list-style-type: none;
	width: 100%; /* précision pour Opera */
	font-variant: small-caps;
	overflow: hidden;
}
ul#nav li {
	float: left;
	width: 115px;
	height: 34px;
}
ul#nav li#artists {
	/*background: url(images/menuArtists.jpg) top repeat-x;*/
}
ul#nav a {
	float: right;
	height: 34px;
	width: 115px;
}
ul#nav a:hover {
	height: 34px;
	width: 115px;
}
ul#nav a#artists {
	width: 112px;
	background: url(http://images.cryogen-records.com/cryo_nav_off_01.jpg);
}
ul#nav a#artists:hover {
	background: url(http://images.cryogen-records.com/cryo_nav_on_01.jpg);
}

ul#nav a#agenda {
	width: 116px;
	background: url(http://images.cryogen-records.com/cryo_nav_off_02.jpg);
}
ul#nav a#agenda:hover {
	background: url(http://images.cryogen-records.com/cryo_nav_on_02.jpg);
}
ul#nav a#goodies {
	width: 116px;
	background: url(http://images.cryogen-records.com/cryo_nav_off_03.jpg);
}
ul#nav a#goodies:hover {
	background: url(http://images.cryogen-records.com/cryo_nav_on_03.jpg);
}
ul#nav a#catalogue {
	width: 117px;
	background: url(http://images.cryogen-records.com/cryo_nav_off_04.jpg);
}
ul#nav a#catalogue:hover {
	background: url(http://images.cryogen-records.com/cryo_nav_on_04.jpg);
}
ul#nav a#contact {
	width: 115px;
	background: url(http://images.cryogen-records.com/cryo_nav_off_05.jpg);
}
ul#nav a#contact:hover {
	background: url(http://images.cryogen-records.com/cryo_nav_on_05.jpg);
}
ol {
	margin-left: 40px;
}

h2 {
	padding: 6px;
	border-bottom: 3px solid #ffb025;
	text-transform: uppercase;
	background-color: #212121;
	font-size: 1em;
}
h3 {
	padding: 6px;
	border-bottom: 3px solid #ffb025;
	text-transform: uppercase;
	background-color: #3a3a3a;
	font-size: 1em;
}
h3:hover {
	background-color: #ffb025;
}
p {
	padding: 6px;
	text-align:justify;
}
h1#home  {
	margin-top: 7px;
	margin-left: 98px;
	height: 120px;
	width: 125px;
}

a:link {
	color: #ffb025;
}
a:visited {
	color: red;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
a:active{
	color: #a87419;
}
table {
	width: 100%;
}
table#tracklist td:First-Child {
	text-align: right;
	width: 70%;
}
table#tracklist td:Last-Child {
	text-align: left;
	width: 30%;
}
