@font-face {
	font-family: elegante;
	src: url('elegital.ttf');
}

@font-face {
	font-family: elegante-bold;
	src: url('elegbold.ttf');
}

@font-face {
	font-family: finalnew;
	src: url('finalnew.ttf');
}

body {
	margin:0;
	padding:0;
	border:0;
	font-family: arial;
	color: #fff;
	background-color: #000316;
  background-image: url('../images/bg.jpg');
  background-position:top left;
  background-repeat: no-repeat;
	font-size: 12pt;
	text-align: left;
  overflow-x: hidden;
}

a {
	color: #C7BEFF;
	padding: 0px;
	text-decoration: none;
  text-shadow: 1px 1px 10px rgba(202,189,255,0.5);
}

a:hover {
	color: #FFF;
	text-decoration: none;
  text-shadow: 1px 1px 10px rgba(202,189,255,1.0);
}

/* ---------------------------- LAYOUT ------------------------------ */
#head {
  width: 100%;
  height: 101px;
  margin: 0;
  text-align: left;
}

#main {
  width: 100%;
  margin: 0;
}

#left {
  width: 280px;
  vertical-align: top;
  padding-top: 110px;
  padding-left: 5px;
  padding-right: 5px;
}

#right {
  padding: 10px;
  vertical-align: top;
}

#foot {
  color: #9288E8;
  width: 100%;
  /* margin: 0; */
  margin-top: 30px;
  padding: 10px;
  text-align: center;
  font-size: 11pt;
  font-family: finalnew;
  background: #1B1B3D;
}
/* --------------------------- DIV STYLES -------------------------- */

#playlist {
  width: 280px;
  font-size: 9pt;
  padding-top: 1px;
  padding-left: 3px;
  padding-right: 0px;
  background: linear-gradient(to bottom, rgba(160, 150, 255, 0.4), rgba(160, 150, 255, 0));
  border-radius: 16px 80px;
}

#playlist td {
  font-family: finalnew;
  border-bottom: 1px solid rgba(160, 150, 255, 0.5);
  padding: 2px 0 2px 10px;
  border-radius: 6px;
}

#title-about {
  width: 600px;
  margin:auto;
  text-align: center;
  background: linear-gradient(to bottom, rgba(160, 150, 255, 0), rgba(160, 150, 255, 0.4));
  padding-bottom: 1px;
  margin-bottom: 10px;
  border-radius: 100px;
}

#desc-about {
  width: 100%;
  margin: auto;
  font-family: finalnew;
  font-size: 11pt;
  text-shadow: 0px 0px 15px rgba(202,189,255,1.0);
  color: #fff;
}

#title-player {
  width: 100%;
  margin:auto;
  text-align: center;
}

#player {
  width: 600px;
  border-radius: 16px;
  font-family: arial;
  font-size: 12pt;
  text-shadow: 0px 0px 15px rgba(202,189,255,1.0);
  text-align: center;
  color: #fff;
  margin:auto;
  background: linear-gradient(to bottom, rgba(160, 150, 255, 0), rgba(160, 150, 255, 0.4));
  padding-bottom: 1px;
  margin-bottom: 10px;
  border-radius: 100px;
}

#player span {
  font-family: finalnew;
  font-size: 11pt;
}

#desc-player {
  margin: auto;
  font-family: finalnew;
  text-align: center;
  font-size: 11pt;
  text-shadow: 0px 0px 15px rgba(202,189,255,1.0);
  color: #fff;
}

#ajouter {
  padding: 10px;
  border: 1px solid #999;
  border-radius: 8px;
  width: 650px; 
  text-align:center; 
  background-color:#eee; 
  margin:auto;
  box-shadow: 2px 2px 10px;
}

#morceaux {
  width: 100%;
  border: 1px solid #fff;
  border-spacing: 0px;
  border-collapse: separate;
  font-size: 9pt;
}

#morceaux td {
  border: 1px solid #fff;
}



#mmaudiobar {
  /*color: #C7BEFF;*/
  width: 200px;
  height: 3px;
  background-color: #0A0043;
  border: none;
  vertical-align:middle;
  -webkit-appearance: none;
  appearance: none;
}
#mmaudiobar::-moz-progress-bar { 
  background-color: #C7BEFF; 
}
#mmaudiobar::-webkit-progress-bar {
  background-color: #0A0043;
  color: #fff;
  border-radius: 6px;
}
#mmaudiobar::-webkit-progress-value { 
  background-color: #C7BEFF; 
}

.panel {
    width: 80%;
    font-size: 15px;
}

.open, .close {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.open {
    box-shadow: 0 0 0 1px #efefef inset;
}

.close {
  	-webkit-box-shadow: 0 2px 3px 0 #888 inset;
    -moz-box-shadow: 0 2px 3px 0 #888 inset;
    box-shadow: 0 2px 3px 0px #888 inset;
}
  
.toggle {
    position: relative;
    height: 30px;
    line-height: 30px;   
}

.toggle img {
    position: absolute;
    top: 2px;
    left: 10px;
    cursor: pointer;
}

.toggle a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    display: block;
    padding-left: 45px;
}

.content {
    padding: 5px 10px;
    background: #d9d9d9;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    border-top: 1px solid #efefef;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}




/* --------------------------- STYLES TITRES ------------------------ */

h1 {
  font-family: elegante;
  font-size: 16pt;
  text-shadow: 0px 0px 15px rgba(202,189,255,1.0);
  color: #FFF;
  line-height: 40px;
}

h2 {
  font-family: finalnew;
  font-size: 12pt;
  text-shadow: 0px 0px 15px rgba(202,189,255,1.0);
  color: #fff;
}

h3 {
  font-family: elegante;
  font-size: 14pt;
  text-shadow: 0px 0px 15px rgba(202,189,255,1.0);
  line-height: 1em;
  color: #fff;
}

h4 {
  font-family: sans-serif;
  font-size: 48pt;
  text-shadow: 0px 0px 15px rgba(202,189,255,1.0);
  color: #fff;
}

