
/* 
 * B L O C   Z A P E T T E 
 */

#bloc_zapette {
	border:1px solid #94013c;
	background:url(../img/lepost/zapette/ti_zapette.png) top left no-repeat #e40a62;
	margin-bottom:20px;
	padding:34px 5px 5px 5px;
}

#bloc_zapette a:hover {
	text-decoration:underline;
	cursor:pointer;
}

#ecran_accueil_zapette .title a {
	background:url(../img/lepost/zapette/bg_zapetteTitle_off.gif) top right no-repeat;
	height:24px; 
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#333;
}

#ecran_accueil_zapette .title a:hover {
	background:url(../img/lepost/zapette/bg_zapetteTitle_on.gif) top left no-repeat;
	text-decoration:none;
	color:#0A3C8F;
}

#ecran_accueil_zapette .title img {
	position:relative;
	top:2px;
	left:7px;
}

#ecran_accueil_zapette .lien_toutes_les_videos {
	display:block;
	position:absolute;
	top:3px;
	right:16px;
	
}


#bloc_zapette .crop {
	width:378px;
	height:309px;
	overflow:hidden;
	background:#fff;
}

#bloc_zapette .within_crop{
	width:200%;
	height:100%;
}
#bloc_zapette #ecran_accueil_zapette{
	float:left;
	height:309px;
	width:378px;
	overflow-x:hidden;
	overflow-y:scroll;
	background:#e40a62;
}
#bloc_zapette #ecran_contenu_zapette{
	float:left;
	height:309px;
	width:378px;
	overflow:hidden;
}

#bloc_zapette input {
	font-size:12px;
	color:#666;
}

#bloc_zapette .inputButton {
	width: 305px;
	height: 17px;
	border: 1px solid #999;
	color: #55504e;
	/*float: left;*/
}

#bloc_zapette .block {
	background:url(../img/zapette/bg_zapetteBlock_off.gif) top left repeat-x #fff;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	height:76px;
	position:relative;
	width:360px;
}
#bloc_zapette .block_on {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	height:76px;
	position:relative;
	width:360px;
	background:url(../img/zapette/bg_zapetteBlock_on.gif) top left repeat-x #d5f1fc;
	cursor:pointer;
}
#bloc_zapette .block_on_no_click {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	height:76px;
	position:relative;
	width:360px;
	background:url(../img/zapette/bg_zapetteBlock_on.gif) top left repeat-x #d5f1fc;
	cursor:default;
}

#ecran_accueil_zapette .block {
	margin-bottom:2px;
	height:100px;
	background:#fff;
	width:360px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	position:relative;
	z-index: 1;
}

#bloc_zapette .button {
	position:absolute;
	top:55px;
	left:335px;
	z-index:10;
}

#bloc_zapette .video {
	border:1px solid #b5b5b5;
	background:#fff;
	top:8px;
	position:absolute;
	left:245px;  
	width:101px; /*Pour IE*/
}

#bloc_zapette .video_on {
	border:1px solid #E40A62;
	background:#E40A62;
	top:8px;
	position:absolute;
	left:245px;  
	width:101px; /*Pour IE*/
}
#ecran_accueil_zapette .video,
#ecran_accueil_zapette .video_on
{
	top:30px;
}
#ecran_accueil_zapette .button{
	top:77px;
}
#bloc_zapette .img_video{
	margin:0px;
	padding:0px;
}

#bloc_zapette .link p{
	margin:0 8px;
	width:232px;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	color:#0A3C8F;
}
#ecran_accueil_zapette .link p{
	margin-top:12px;
}
#bloc_zapette .link p a, #bloc_zapette .link p a:visited{
	font-size:12px;
	font-weight:bold;
	line-height:15px;
}
#bloc_zapette .form {
	font-size:12px;
	line-height:15px;
	padding-left:8px;
	margin-top:15px;
}

#bloc_zapette form {
	margin:0px;
	position:relative;
	top:-2px;
}

#bloc_zapette form input {
	font-size:12px;
	color:#666;
}

#bloc_zapette .searchButton {
	height:20px;
	width:28px;
	position:relative;
	top:5px;
	left:2px;
}

#bloc_zapette .type {
	display:block;
	color:#666;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	top:1px;
}

/* Ecrans de chaine */

#bloc_zapette .title_contenu {
	margin:0px;
	background:url(../img/zapette/bg_zapetteSectionTitle.gif) top left repeat-x;
	text-align:center;
	border:1px solid #fff;
	position:relative;
}
#bloc_zapette .title_contenu {height:28px; width:376px;}

#bloc_zapette .title_contenu img {
	position:relative;
	top:2px;
}

#bloc_zapette .title_contenu a.retourButton {
	display:block;
	width:51px;
	height:19px;
	background:url(../img/zapette/btn_retour_off.png) top left no-repeat;
	position:absolute;
	top:4px;
	left:7px;
}

#bloc_zapette .title_contenu a.retourButton:hover {
	background:url(../img/zapette/btn_retour_on.png) top left no-repeat;
}

#bloc_zapette .title_contenu a.rssButton {
	display:block;
	width:15px;
	height:15px;
	background:url(../img/zapette/rss_button_sml.png) top left no-repeat;
	position:absolute;
	bottom:7px;
	right:8px;
}

#bloc_zapette .crop_contenu {
	height:279px;
	overflow-x:hidden;
	overflow-y:scroll;
}
#bloc_zapette .crop_contenu.chez_moi {
	height:240px;
}
#bloc_zapette .crop_contenu a:hover {
	text-decoration:none;
	cursor:pointer;
}

#bloc_zapette .crop_contenu .block {
	background:#fff;
	border-bottom:1px dotted #7ad2f6;
	height:76px;
}
#bloc_zapette .crop_contenu .block_on {
	border-bottom:1px solid #fff;
}
#bloc_zapette .crop_contenu .block_on_no_click {
	border-bottom:1px solid #fff;
}
#bloc_zapette .crop_contenu .block a {
	display:block;
	/*height:76px;*/
}

#bloc_zapette .crop_contenu .link p{
	padding:0px;
	padding-top:8px;
}

#bloc_zapette .crop_contenu .link p a, #bloc_zapette .crop_contenu .link p a:visited{
	font-size:12px;
	font-weight:bold;
	line-height:15px;
}

#bloc_zapette .formulaire_contenu {
	border-bottom:1px solid #7ad2f6;
	padding: 8px 0 10px 8px;
	position: relative;
	line-height: 20px;
}
#bloc_zapette .formulaire_contenu .searchButton {
	left: 342px;
	top: 8px;
	position:absolute;
	height:20px;
	width:28px;
}
#bloc_zapette .formulaire_contenu input {
	width:248px;
}

#bloc_zapette .crop_contenu .location {
	background:#fff;
	padding-left:8px;
	font-size:12px;
	font-weight:bold;
	height:25px;
}

#bloc_zapette .crop_contenu .location .location_intro {
	display:block;
	position:relative;
	top:5px;
	z-index:20;
}
#bloc_zapette .crop_contenu .location .location_ville {
	text-transform:uppercase;
	color:#0A3C8F;
}

#bloc_zapette .cadre_erreur {
	background:#830a0b;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}




/*
 *  B L O C   L E S   T A L E N T S    
 */

#bloc_les_talents{
	background:url(../img/lepost/talents/bg_talents.png) top left no-repeat #fff;
	text-align:center;
	position:relative;
	margin-bottom:20px;
	width:390px;
	height:250px;
	overflow:hidden;
}

#bloc_les_talents a:hover {
	cursor:pointer;
}

#bloc_les_talents .title {
	padding-top:8px;
	padding-bottom:3px;
}

#bloc_les_talents #video_slider {
	position:relative;
}

#bloc_les_talents  .nom_talent{
	color:#e30070;
	font-size:13px;
	text-align:center;
	width:100%;
	font-weight:bold;
	margin-top:2px;
}

#bloc_les_talents  a:hover .link {
	text-decoration:underline;
}

#bloc_les_talents .link{
	position:relative;
	margin-right:88px;
	margin-left:88px;
	top:123px;
	text-align:center;
	padding-top:15px;
}
#bloc_les_talents .link p{
	margin:0px;
}
#bloc_les_talents .link p a{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#000;
}

#bloc_les_talents .arrowLeft {
	position:absolute;
	top:200px;
	left:22px;
}

#bloc_les_talents .arrowLeft a {
	display:block;
	background:url(../img/coldroite/icn_arrow_videoCar_lt_off.png) center center no-repeat;
	width:23px;
	height:25px;
}

#bloc_les_talents .arrowLeft a:hover {
	background:url(../img/coldroite/icn_arrow_videoCar_lt_on.png) center center no-repeat;
}

#bloc_les_talents .arrowRight {
	position:absolute;
	top:200px;
	right:22px;
}

#bloc_les_talents .arrowRight a {
	display:block;
	background:url(../img/coldroite/icn_arrow_videoCar_rt_off.png) center center no-repeat;
	width:23px;
	height:25px;
}

#bloc_les_talents .arrowRight a:hover {
	background:url(../img/coldroite/icn_arrow_videoCar_rt_on.png) center center no-repeat;
}

#bloc_les_talents .podcast {
	background:url(../img/coldroite/bg_podcast.gif) bottom left repeat-x #d8d8d8;
	height:23px;
	border-top:1px solid #c5c5c5;
	position:absolute;
	bottom:0px;
	left:0px;
	width:390px;
}

#bloc_les_talents .podcast a {
	background:url(../img/coldroite/icn_podcast.png) 0px 0px no-repeat;
	padding-left:67px;
	padding-bottom:2px;
	font-size:11px;
	line-height:21px;
	font-weight:bold;
	color:#333;	
}
#bloc_les_talents .podcast a {line-height:23px;}

	
#bloc_les_talents .slide{
	width:390px;
}
#bloc_les_talents .vignette{
	float:left;
	position:absolute;
	border:2px solid #fff;
}
#bloc_les_talents .within_vignette{
	border:2px solid #fff;
}
#bloc_les_talents a:hover .within_vignette{
	border:2px solid #E5005D;
}
#bloc_les_talents	  a:hover .within_vignette{
	border-color:#E5005D;
}
#bloc_les_talents .vignette_on{
	float:left;
	position:absolute;
	border:2px solid #E5005D;
}


/*  
 * B L O C   P L A Y L I S T
 */

#bloc_playlist{
	margin-top:15px;
	border-bottom:1px solid #fff;
	height:181px;
	margin-bottom:30px;
	border-top:1px solid #bdbdbd;
	border-bottom:1px solid #bdbdbd;
	background:url(../img/lepost/playlist/bg_bloc_playlist.png) top left no-repeat;
}

#bloc_playlist a:hover {
	text-decoration:underline;
}

#bloc_playlist .header_playlist{
	text-align:center;
	margin-top:5px;
	margin-bottom:10px;
}

#bloc_playlist #noArrowLeft{
	float:left;
	display:block;
	background:url(../img/playlist/icn_no_arrow_playlist_lt.gif) top left no-repeat;
	width:16px;
	height:73px;
	margin-left:1px;
}
#bloc_playlist #arrowLeft a {
	float:left;
	display:block;
	background:url(../img/playlist/icn_arrow_playlist_lt_off.gif) top left no-repeat;
	width:16px;
	height:73px;
	margin-left:1px;
}
#bloc_playlist #arrowLeft a:hover {
	background:url(../img/playlist/icn_arrow_playlist_lt_on.gif) top left no-repeat;
}

#bloc_playlist #noArrowRight{
	float:left;
	display:block;
	background:url(../img/playlist/icn_no_arrow_playlist_rt.gif) top left no-repeat;
	width:16px;
	height:73px;
}
#bloc_playlist #arrowRight a {
	float:left;
	display:block;
	background:url(../img/playlist/icn_arrow_playlist_rt_off.gif) top left no-repeat;
	width:16px;
	height:73px;
}

#bloc_playlist #arrowRight a:hover {
	background:url(../img/playlist/icn_arrow_playlist_rt_on.gif) top left no-repeat;
}

#bloc_playlist .crop {
	float:left;
	width:500px;
	margin-right:1px;
	overflow:hidden;
	position:relative;
}

#bloc_playlist #playlistContainer {
	width:5000px;
	height:145px;
	margin-left:9px;
}

#bloc_playlist .block {
	float:left;
	margin-right:9px;
	padding-right:10px;
	position:relative;
	height:135px;
	width:148px;
}
html>/**/body #bloc_playlist .block {width:148px;}

#bloc_playlist .button {
	position:absolute;
	top:73px;
	left:133px;
	z-index:1;
	}

#bloc_playlist .video {
	border:1px solid #b5b5b5;
	margin-bottom:5px;
}

#bloc_playlist .video_on{
	margin-bottom:5px;
	border:1px solid #E40A62;
	background:#E40A62;
}

#bloc_playlist .img_video{
	margin:0px;
	padding:0px;
}

#bloc_playlist .link h2 a{
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	color:#0A3C8F;
	margin:0;
}
#bloc_playlist .petit_tag{
	text-transform:uppercase;
	line-height:12px;
	font-size:10px;
	color:#666666;
}


