.img_podcast {
    background-color: #ff8fca;
    height: 135px;
    width: 180px;
    padding:5px;
    margin-left:5px;
    margin-bottom:5px;
    display:block;
    float:left;
}

.img_podcast:hover {
    background-color: #ff8fca;
    height: 135px;
    width: 180px;
    padding:5px;
    margin-left:5px;
    margin-bottom:5px;
    display:block;
    float:left;
    filter : alpha(opacity=20); 
    -moz-opacity : 0.2; 
    opacity : 0.2;
}

.podcast_titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

.img_playlist {
	background-color: #ff8fca;
	height: 150px;
	width: 130px;
	padding:5px;
	margin-left:5px;
	margin-bottom:5px;
	display:block;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.img_jukebox {
	background-color: #ff8fca;
	height: auto;
	width: 130px;
	padding:5px;
	margin-left:5px;
	margin-bottom:5px;
	display:block;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.vote_jukebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}