*
{margin:0px;
padding:0px;
border:0px;

    font-family: 'Light';
}

@font-face {
    font-family: 'Light';
    src: url('/ttf/opensans-light-webfont.eot');
    src: url('/ttf/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/ttf/opensans-light-webfont.woff') format('woff'),
         url('/ttf/opensans-light-webfont.ttf') format('truetype'),
         url('/ttf/opensans-light-webfont.svg#OpenSansLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
footer
{position:fixed;
bottom:0px;
height:80px;
background:white;
box-shadow: white 0px -15px 10px;
width:100%;
}
#remote
{padding:10px;
}
.p
{
	
	display:block;
	color:black;
        font-size:20px;
width: 100%;
height: 60px;
line-height:60px;
float: left;
	border-bottom:solid 1px black;
	text-transform:uppercase;
	position:relative;
	cursor:pointer;


}
#top
{
    height:65px;
    background:black;
    background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 1%, #282727 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#000000), color-stop(100%,#282727)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000000 1%,#282727 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000000 1%,#282727 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000000 1%,#282727 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000000 1%,#282727 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#282727',GradientType=0 ); /* IE6-9 */
box-shadow:black 0 0 5px;

}
#delicieusemusique
{
	width:100%;
	height:1000px;
	overflow:hidden;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}
.blocblog
{
display:block;
float:left;
width:100%;
overflow:hidden;
text-align:justify;
padding-bottom: 200px;
}
p
{
	margin-bottom:10px;
	text-align:justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    clear:both;
    font-size:14px;
}
.track
{
	display:block;
	float:left;
	width:320px;
	height:64px;
	margin:10px;
	margin-top:15px;
	margin-left:42px;
	margin-bottom:0px;
	font-size:12px;
	
}
body[orient="landscape"] .infoLandscape
{
	display:block;
	width:100%;
	height:100%;
	background:black;
	color:white;
	top:0px;
	left:0px;
	position:fixed;
}
 body[orient="portrait"] .infoLandscape
 {
 	display:none;
 }
  .infoLandscape
  {
  	display:none;
  }
*
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.track.playing
{
	
background: #EEE;
}
 .track .f
{
position: absolute;
background: white;
height: 0px;
width: 0px;

margin-top: 34px;
margin-left: -5px;
}
.track .t
{
	display:table-cell;
	height:64px;
	vertical-align:middle;
	text-align:left;
	overflow:hidden;
	width:240px;
	
}
.track .f:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	opacity:0.8;
}

.track .f:after {
	border-left-color: #CCCCCC;
	border-width: 21px;
	top: 50%;
	margin-top: -24px;
	opacity:0.8;
}
.track img

{
	
	float:left;
	width:64px;
	height:64px;
	border-radius:64px;
	box-shadow:black 0px 0px 10px;
	overflow-x:hidden;
	margin-right:20px;
	margin-left:-32px;
-webkit-transition: all 1s ease-in-out;
-moz-transition:all 1s ease-in-out;
-o-transition:all 1s  ease-in-out;
	transition:all 1s ease-in-out;
	
}
.blocblog .track.play img
{
	
	-webkit-transform:rotateZ(360deg);
-moz-transform:rotateZ(360deg);
-o-transform:rotateZ(360deg);
	transform:rotateZ(360deg);
}
.now
{
	font-variant: small-caps ;
	display:block;
	width:100%;
	text-align:center;
	padding-bottom:5px;
}
h1{
	font-weight:normal;
	font-size:25px;
	font-variant: small-caps ;
	text-align:center;
}
.blocblog h1,
#remotePlaying h1
{
	display:table-cell;
	height:140px;
	vertical-align:middle;
	overflow:hidden;
	
}
nav
{
    margin-top:55px;
}
#top #logo
{
    position:absolute;
    top:5px;
    left:50%;
        margin-left:-75px;
        
        
}
#home
{
    display:none;
}
#top
{
    position:absolute;
    width:100%;
}
#content
{
	position:absolute;
top: 55px;
	padding-bottom:200px;
width: 100%;
text-align:center;
}
#blog
{
	position:absolute;
	left:0px;
	width:100%;
        padding-top:5px;
        overflow:hidden;
        height:2000px;
}
#b0,#b1,#b2
{
    position:absolute;
    left:0px;
    top:0px;
    height:2000px;
    width:100%;
    background:blue;
}

#b0
{
    left:0;
    top:0px;
    background:red;
}
#b2
{
    left:100%;
    background:green;
}
#remotePlaying
{
	padding:5px;	
}
#pochette,
.pochette
{
	width:130px;
	height:130px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	box-shadow:#555 0px 0px 5px;
	background:url('dm.jpg');
	background-size:cover;
	display:block;
        margin-left:10px;
}
.prev
{
	position: absolute;
	background: url('http://jukebox2.delicieuse-musique.com/bouton.png');
	width: 24px;
	height: 23px;
	left:50px;
}
.next
{
	position: absolute;
	background: url('http://jukebox2.delicieuse-musique.com/bouton.png') -48px 0px;
	width: 24px;
	height: 23px;
	right:50px;
	
}
.playpause
{
	position: absolute;
	
	background: url('http://jukebox2.delicieuse-musique.com/bouton.png') -24px 0px;
	width: 23px;
	height: 23px;
	left:150px;
	
}

.playpause.pause
{
	background: url('http://jukebox2.delicieuse-musique.com/bouton.png') -24px 0px;
}
#playercontrol .pochette
{
	width:75px;
	height:75px;
	position:absolute;
	top:0;
	left:5px;
	margin:0;
	padding:0;
	border-radius:0;
	box-shadow:none;
}
#playercontrol .dmfill
{
	position:absolute;
	left:95px;
	top:15px;
	width:200px;
	background:black;
	height:20px;
}
#playercontrol .dmfill .fill
{
	position:absolute;
	left:0px;
	top:0px;
	height:20px;
	background:#ccc;
	width:0%;
}

#playercontrol .dmfill .value
{
	z-index:9999;
	position:absolute;
	top:3px;
	right:5px;
	color:white;
	font-size:12px;
}
.links
{
	display:block;
	width:100%;
	margin:2px 0px;
	float:left;
	margin-top:5px;
}
.links a
{
display: block;
color: white;
font-size: 12px;
text-transform: uppercase;
text-decoration: none;
float: left;
margin: 0px 6px;
padding: 1px;
        border-bottom:none;
}
.links a.actif
{
	border-bottom:solid 3px white;
}
#playercontrol .prev
{
	left:95px;
	top:45px;
}

#playercontrol .playpause
{
	left:125px;
	top:45px;
}
 .playpause.pause
 {
 	
	background-position:  -73px 0px;
 }
#playercontrol .next
{
	left:155px;
	top:45px;
}
#playercontrol .favorites
{
	
	position: absolute;
	background: url('http://jukebox2.delicieuse-musique.com/bouton.png') -99px 0px;
	left:265px;
	top:45px;
	width: 24px;
	height: 23px;
}
#playercontrol .favorites.love
{
	
	position: absolute;
 	
	background-position:  -127px 0px;
	left:265px;
	top:45px;
	width: 24px;
	height: 23px;
}
#tags
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:white;
	display:none;
}
.tag {
	font-weight:bold;
	font-family:Light;
	font-size:20px;
	color:#666;
	cursor:pointer;
	height:30px;
	float:left;
	text-align:center;
	margin-left:10px;
	font-weight:normal;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}		
.tag:nth-child(2n) {
	color:#aaa;
}			
.tag:nth-child(5n) {
	color:#888;
}	
#Tdreamy
{
    color:rgb(194,140,138);
   border-color:rgb(194,140,138)
}

#Tcool
{
    color:rgb(69,140,205);
    border-color:rgb(69,140,205)
}

#Thappy
{
    color:rgb(49,153,104);  border-color:rgb(49,153,104)
}
#Texcited
{
    color:rgb(240,79,55);  border-color:rgb(240,79,55);
}
#blog p 
{
    padding:10px;
}