.podcast_header
{
	height:286px;
	background-image:url('../../../interface/public/podcast/podcast_header_background.jpg');
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	position:relative;
}

.podcast_header a.facebook
{
	position:absolute;
	display:block;

	width:32px;
	height:32px;
	border:1px solid #000000;
	top:11px;
	left:16px;
	overflow:hidden;
	background-image:url('../../../interface/public/podcast/facebook_big.jpg');
}


.podcast_header a.twitter
{
	position:absolute;
	display:block;

	width:32px;
	height:32px;
	border:1px solid #000000;
	top:11px;
	left:58px;
	overflow:hidden;
	background-image:url('../../../interface/public/podcast/twitter_big.jpg');
}


.podcast_header a.itunes
{
	position:absolute;
	display:block;

	width:32px;
	height:32px;
	border:1px solid #000000;
	top:11px;
	left:99px;
	overflow:hidden;
	background-image:url('../../../interface/public/podcast/itunes_big.jpg');
}

.podcast_header a.rss
{
	position:absolute;
	display:block;

	width:32px;
	height:32px;
	border:1px solid #000000;
	top:11px;
	left:140px;
	overflow:hidden;
	background-image:url('../../../interface/public/podcast/rss_big.jpg');
}

.podcast_header a.abonnement
{
	position:absolute;
	display:block;

	width:120px;
	height:40px;
	bottom:105px;
	right:144px;
	overflow:hidden;
}



.podcast_header a.itunes_download
{
	position:absolute;
	display:block;

	width:92px;
	height:92px;
	bottom:48px;
	right:45px;
	overflow:hidden;
}


.podcast_list
{
	height:459px;
	background-image:url('../../../interface/public/podcast/podcast_list_background.jpg');
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	position:relative;
}


.podcast_list .content
{
	overflow:auto;
	position:absolute;
	left:30px;
	top:70px;

	width:500px;
	height:370px;
	color:#FFFFFF;
	font-size:11px;
}



.podcast_list .content table
{
	width:100%;	

}


.podcast_list .content .title_td
{
	width:180px;	

}

.podcast_list .content table td
{
	padding-bottom:10px;	

}
.podcast_list .content .title_td a
{
	color:#FF0000;
	text-decoration:none;
}






.podcast_listen
{
	height:459px;
	background-image:url('../../../interface/public/podcast/podcast_listen_background.jpg');
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	position:relative;
}


.podcast_listen .content
{
	overflow:auto;
	position:absolute;
	left:30px;
	top:70px;

	width:500px;
	height:370px;
	color:#FFFFFF;
	font-size:11px;
	text-align:justify;
}

.podcast_listen .podcast_link
{
	position:absolute;
	left:30px;
	top:20px;
}

.podcast_listen .podcast_link a
{
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
	margin-right:30px;
}

.podcast_listen .podcast_link a:hover
{
	color:#FF6666;
}

.podcast_listen .player
{
	position:absolute;
	left:26px;
	top:40px;
}
