@import url(https://fonts.googleapis.com/css?family=Arimo);
body{
	background-color:transparent;
}

html, body
{
	margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

p{
	font-family: 'TitilliumText22LRegular', Arial, sans-serif;
}

a{
	color: #F15A23;
	font-weight: bold;
	text-decoration: none;
	
}
 h1 {  
        position: relative;  
        font-size: 80px;  
        margin-top: 0;  
        font-family: 'TitilliumText22LBold', Arial, sans-serif;
        text-shadow: 2px 2px 2px white;
        color: #292929;
    }  
    
    .ui-tooltip {
    font-size: 12px !important;
    padding: 5px !important;
    background-color: #fff;
    
  }
  
#global
{
	position: relative;
	width: 250px;
	height: 327px;
	margin: 0;
	padding: 0;
	background: #eb2369;
}

#main
{
	position: relative;
	width: 250px;
	height: 327px;
	margin: 0;
	padding: 0;
	background-image:url(../images/bg.png);
}

#header{
	position: relative;
	top: 0; 
	height: 29px;
	padding: 0;
	left: 8px;
	width: 230px;
	margin: 0;
	display: block;
	overflow: hidden;
	height: 29px;
}

#header h1
{
	position: relative;
	font-size: 15px;
	margin-top: 0;
	text-shadow: 1px 1px 1px black;
	color: #FFFFFF;
	line-height: 29px;
}

#pochette
{
	position: absolute;
	width: 248px;
	height: 248px;
	top: 29px;
	left: 1px;
}

#pochetteHolder
{
	position: absolute;
	width: 248px;
	height: 248px;
	top: 29px;
	left: 1px;
	background-image:url(../images/coverholder.png); 
	z-index: 10;
}

#mainTitrage{
	width: 248px;
	height: 53px;
	top: 224px;
	left: 1px;
	position: absolute;
	overflow: hidden;
}


#effectTitrage
{
	height: 250px;
	top: 0;
	left: 0;
	position: relative;
}

#titrage
{
	width: 168px;
	height: 47px;
	top: 0;
	left: 0;
	overflow:hidden;
	font-family: 'TitilliumText22LBold', Arial, sans-serif;
	z-index: 20;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	left: 41px;
	position: absolute;
	margin-top: 6px;
}

#titrage .artiste
{
	width: 168px;
	font-size: 16px;
	color: #ffffff;
	position: relative;
	display: block;
	text-align: center;
	line-height: 22px;
	overflow: hidden;
	height: 25px;
	
}

#titrage .titre
{
	width: 168px;
	font-size: 12px;
	color: #e5e5e5;
	line-height: 18px;
	position: relative;	
	display: block;
	text-align: center;
	overflow: hidden;
	height: 20px;
}

#titrageBg
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	
	background: #000000;
	
	-moz-opacity:0.64;
	-khtml-opacity:0.64;
	-ms-filter:"alpha(opacity=64)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=64);
	filter:alpha(opacity=64);
	opacity:0.64;
	zoom: 1;/* HACK POUR IE */
	
	z-index: 15;
}

#titrageBgColor
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	
	background: #eb2369;
	
	-moz-opacity:0.52;
	-khtml-opacity:0.52;
	-ms-filter:"alpha(opacity=52)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=52);
	filter:alpha(opacity=52);
	opacity:0.52;
	zoom: 1;/* HACK POUR IE */
	
	z-index: 12;
}

#sharePanel
{
	width: 100%;
	height: 180px;
	top: 62px;
	left: 0;
	position: absolute;
	z-index: 20;
}

#sharePanel p
{
	font-family: 'TitilliumText22LBold', Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: white;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}

#sharePanel ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 45px;
	position: relative;
}

#sharePanel ul li
{
	float: left;
	margin-left: 15px;
}

#sharePanel input
{
	width: 200px;
	left: 21px;
	top: 130px;
	position: absolute;
}

#closeShare
{
	width: 16px;
	height: 16px;
	left: 21px;
	top: 130px;
	position: absolute;
	background: url('../images/close.png') no-repeat;
	left: 217px;
	top: 13px;
	cursor: pointer;
}

#sharePanel span.code
{
	font-family: 'TitilliumText22LBold', Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: white;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 109px;
	font-size: 12px;
	margin-left: 1px;
	width: 248px;
	text-align: center;
}

#separatorShare
{
	position: absolute;
	background: #000;
	width: 100%;
	height: 1px;
	top: 60px;
	z-index: 20;
	opacity: 0.5;
}

#separator2Share
{
	position: absolute;
	background: #fff;
	width: 100%;
	height: 1px;
	top: 61px;
	z-index: 20;
	opacity: 0.3;
}

.libelle
{
	visibility: hidden;
	display: none;
}

#btnDownload
{
	width:20px; 
	height:18px; 
	position:absolute; 
	top:16px; 
	left:10px;
	background-image:url(../images/download.png);
	background-repeat:no-repeat;
	cursor:pointer;
	background-position: 0 0;
	z-index: 20;
}

#btnDownload .hover
{
	width:20px; 
	height:18px; 
	position:absolute; 
	top:0; 
	left:0;
	background-image:url(../images/download.png);
	background-repeat:no-repeat;
	cursor:pointer;
	background-position: 0 -18px;
	z-index: 20;
}

#btnShare
{
	width:19px; 
	height:18px; 
	position:absolute; 
	top:16px; 
	left:218px;
	background-image:url(../images/share.png);
	background-repeat:no-repeat;
	cursor:pointer;
	background-position: 0 0;
	z-index: 20;
}

#btnShare .hover
{
	width:19px; 
	height:18px; 
	position:absolute; 
	top:0; 
	left:0;
	background-image:url(../images/share.png);
	background-repeat:no-repeat;
	cursor:pointer;
	background-position: 0 -18px;
	z-index: 20;
}

#btnPopup{
	width:17px; 
	height:17px; 
	position:absolute; 
	top: 6px;
	left: 228px;
	background-image:url(../images/popup.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	cursor:pointer;
}

#btnPopup .hover{
	width:17px; 
	height:17px; 
	position:absolute; 
	top: 0;
	left: 0;
	background-image:url(../images/popup.png);
	background-repeat:no-repeat;
	background-position: 0 -17px;
	cursor:pointer;
}

#btnPlay{
	width:36px; 
	height:37px; 
	position:absolute; 
	top: 284px;
left: 10px;
	background-image:url(../images/play.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

#btnStop{
	width:36px; 
	height:36px; 
	position:absolute; 
	top: 284px;
left: 10px;
	background-image:url(../images/stop.png);
	background-repeat:no-repeat;
    cursor:pointer
}
	

#slider{
	width:96px;
	position:absolute; 
	top: 299px;
	left: 91px;
	background: none;
	border: none;
}


.ui-slider .ui-slider-range
{
background-color: #eb2369;
background-image: url(../images/slideron.png);
background-repeat: no-repeat;
height: 9px !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background:url(../images/handler.png) no-repeat !important;
border: 0 !important;
margin-top: 1px;
margin-left: -0.5em !important;
width: 18px !important;
height: 18px !important;
}

.ui-state-default:focus
{
	outline: none !important;
}

.eq
{
	position: absolute;
	top: 288px;
	left: 206px;
}

.bar {
    background-color: #ffffff;
    width:4px;
    height:15px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: -2px;
}

#memoire
{
	visibility: hidden;
}

#sm2movie
{
	width: 1px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
}