body
{
	width: 280px;
	margin: auto;
	background: white;
/*	border: solid 1px;*/
}

h1
{
	margin: 0px;
	padding: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "Verdana", "serif";
	font-size: small;
	color: #B3B3B3;
}

ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

li
{
	display: list-item;
	list-style-image: url("note.gif");
	list-style-position: outside;
}

a
{
	color: black;
	padding: 0px;
	font-family: "Verdana", "serif";
	font-size: x-small;
	text-decoration: none;
}

a:hover
{
   background-color: #E3E3E3;
   color: #535353;
}

a:active
{
   background-color: black;
}

#playlist
{
	position: float; 
	top: 15px; 
	height: 110px;
	width: 280px;
	margin-bottom: 5px;
	border-bottom: solid 2px;
	border-top: solid 2px;
	border-color: #B3B3B3;
	overflow: auto;
}

#now_playing
{
	text-align: center;
	font-family: "Verdana", "serif";
	font-size: x-small;
	color: #B3B3B3;
}

#lecteur
{

}