@charset "UTF-8";
/* CSS Document */


body {
	background-color: #000;
	color:white;
}
h1{
	display:inline-block;
	text-decoration:none;
	color: #0F0;
	margin-right: 10px;
	font-variant: small-caps;
	text-transform:uppercase;
	font-weight: bold;
	font-size:12px;
}
h2{
	display:inline-block;
	text-decoration:none;
	color: #0F0;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	margin: 0px;
	padding-bottom: 5px;
	page-break-after: always;
}
dfn{
	color:#999;
	font-size: 12px;
	}
a:link{
	color:#999;
	text-decoration: none;
}
a:visited{
	color:#999;
	text-decoration: none;

}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}


a:hover {
	color: #FFF;
	text-decoration: none;
}

a:active{
	text-decoration: none;
}

.TITRE {
	font-size: 18px;
}
.titre_Vert {
	color: #0F0;
}
.centre_paragraph {
	text-align: center;
}
.texte {
	font-size: 12px;
}
.button {
	display: inline-block;
	text-decoration: none;
	color: #999;
	background-color: #202020;
	height:16px;
	width:100px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-top:5px;
	}
.button:hover{
	background-color: #333333;
}
.button:active{
	background-color: #0F0;
}

.button:visited {
	color: #999;
}
.button-outline {
	display: inline-block;
	text-decoration: none;
	background-color: black;
	color:#999
	height:16px;
	width:auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-right: 3px;
	border-style:solid;
	border-color:#202020;
	border-width:1px;
	}
.button-outline:hover{
	background-color: black;
	color: white;
	border-style: outset;
	border-color:#999;
	border-width:1px;
}
.button-outline:active{
	background-color: #0F0;
}
.button-footer {
	display: inline-block;
	text-decoration: none;
	background-color: #202020;
	height:auto;
	width:auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-right: 3px;
	vertical-align: middle;
	font-weight: lighter;
	font-size: 9px;
	border-style:solid;
	border-color:#202020;
	border-width:1px;
	}
.button-footer:hover{
	background-color: black;
	color: white;
	border-style: outset;
	border-color:#999;
	border-width:1px;
}
.button-footer:active{
	background-color: #0F0;
}
.button-footer:visited{
	color: #999;
}


.reference{
	display: inline-block;
	text-decoration: none;
	color: #000;
	background-color: #0F0;
	height:16px;
	width:80px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-top:5px;
	}
.reference a:hover{
	color:white;
	background-color: #202020;
	}
.reference a:link{
	color:#0F0;
	background-color: #0F0;
	}
.reference a:focus{
	color:#0F0;
	background-color: #0F0;
	}
.reference a:visited{
	color:#0F0;
	background-color: #0F0;
}
.reference a:active{
	color:white;
	background-color: #0F0;
}
	
.thumbpreview{
	float:inherit;
	display:inline-block;
	margin-right:15px;
	margin-bottom:15px;
	font-size: 9px;
	cursor: pointer;
	}
.thumbpreview:a{
	color:#F69;
}
.piclink{
	border:solid;
	border-color:#202020;
	border-width:2px;
}

#container {
	margin: 0 auto;
	margin-left:15px;
	margin-top: 25px;
	height:auto;
}
#header{
	display:block
	margin: 0 auto;
	text-align: left;
	display: block;
	clear: both;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 15px;
}
#navmixes{
	display:inline-block;
	float:right;
	padding-top:40px;
	margin-right:15px;
	}
#footer{
	display: screen;
	margin: 0 auto;
	text-align: left;
	display: block;
	clear: both;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 15px;
}
#playerdiv{
	text-align:center;
}
#refmix{
	text-align:center;
	}