#playlist table
{
   width:100%; 
   border:10px;
   border-color: #000000; 
   background-color:#B3793B; 
   cellspacing:0; 
   cellpadding:0;
}
#playlist td
{
   border: medium outset #881100;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 10px;
   padding-right: 10px;
   text-align: center; /* Tous les textes des cellules seront centrés*/
	color: #FFFFFF;
	font-size: 12px;
}
#playlist a
{
	text-decoration: none;
	color: white;
}
#playlist a:hover
{
	color: #fad301;
}
