@font-face {
	font-family: Bangers;
	src: url(/fonts/Bangers/Bangers-Regular.ttf);
}

@font-face {
	font-family: IndieFlower;
	src: url(/fonts/indie_flower/indieflower.ttf);
}

@font-face {
	font-family: Roboto;
	src: url(/fonts/roboto_condensed/robotocondensed-regular.ttf);
}

@font-face {
	font-family: Roboto;
	src: url(/fonts/roboto_condensed/robotocondensed-bold.ttf);
	font-weight: bold;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
    font-family: Roboto, sans-serif;
	font-size: 100%;
}

body {
	background: #000 url(/imgs/MusicBox.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: left;
	font-size: 1em;
	color: #fff;
}

img {
	border: none;
}

div#ban {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	padding: .75em;
	background: rgb(181,189,200);
	background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
	background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%);
	font-size: 1em;
	color: #fff;
}

div#ban p {
	font-family: Bangers;
	font-size: 1.5em;
	text-align: left;
}

div#content {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 5em 0 0 0;
}

div#content_left {
	float: left;
	width: 50%;
	height: calc( 100% - 5em );
	/* background: #f00; */
}

div#mapid {
	width: calc( 100% - 5em );
	height: calc( 100% - 10em );
	margin: 0 0 0 2.5em;
	border: 5px solid #fff;
	border-radius: 2em;
	box-shadow: .25em .25em .5em #444;
	/* opacity: 0.8; */
	/* background: #f00; */
}

div#lecteur {
	width: calc( 100% - 5em );
	margin: 1.5em 0 0 2.5em;
	border: 5px solid #fff;
	border-radius: 2em;
	box-shadow: .25em .25em .5em #444;
	background: #f1f3f4;
}

div#lecteur p {
	text-align: center;
	padding: .25em 0 .25em 2em;
	color: #000;
	border-bottom: 1px solid #000;
}

div#lecteur span {
	font-weight: bold;
}

.playercontrol {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
}

div#content_right {
	float: right;
	width: 50%;
	height: calc( 100% - 5em );
	/* background: #0f0; */
}

div#info {
	width: calc( 100% - 5em );
	height: 100%;
	background: #fff;
	margin: 0 2.5em 0 0;
	padding: 1em;
	border: 5px solid #fff;
	border-radius: 2em;
	box-shadow: .25em .25em .5em #444;
	color: #000;
	/* opacity: 0.8; */
	/* background: #f00; */
}

