/****************************
*        Mode normal        *
*****************************/
.webtv {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 12px;
    color: #8f8f8f;    
}

.webtv .mask {
	position:relative;
	width: 325px;
	height:280px;
	overflow:hidden;
	background:#FFF;
	margin-bottom: 5px;
}
.webtv .container {
	display:block;
	position:absolute;
}
.webtv .item {
	display:inline;
	width: 325px;
	float:left;
	clear:none;
}

.webtv .webtv-gauche {
	float: left;
    margin: 0px 28px 0px 0px;
    padding: 0px;
    width: 340px;
}

.webtv .webtv-droite {
	float: left;
    margin: 0px;
    padding: 0px;
    width: 330px; 
}

.webtv .player_video {
	margin-bottom: 12px;
}

.webtv .info_video {
}

.webtv .titre {
    font-size: 12px;
    font-weight: bold;
    color: #5478a1;
}

.webtv .date {
    font-size: 10px;
    color: #5478a1;
    margin-bottom: 5px;
}

.webtv .vignette {
	float: left;
	display: inline;
	padding: 2px;
	margin-right: 10px;
	clear: none;
	height: 68px;
	width: 92px;
	background-color: #ffffff;
	border: 1px solid #8f8f8f;
}

.webtv .selection {
	text-align: justify;
}

.webtv .separateur {
	clear: both;
	display: block;
	padding: 0px;
}

a.bandeau_webtv {
	margin-top: 15px;
    padding: 0px; 
	width: 332px;
	height: 46px;
	cursor: pointer;
	float: left;
	background: transparent url( 'images/ac_webtv_bandeau.png' ) no-repeat 0px 0px;;
}


/****************************
*         Mode maxi         *
*****************************/

.webtv-max {
    margin: 0px 0px 200px 0px;
    padding: 0px;
    text-align: left;
    font-size: 12px;
    color: #8f8f8f;    
}

.webtv-max .player_video {
	margin-bottom: 12px;
	text-align: center;
}

.webtv-max .webtv-player {
	margin-bottom: 30px;
}

.webtv-max .selection-gauche {
	float: left;
    margin: 0px 30px 0px 0px;
    padding: 0px;
    width: 440px;
}

.webtv-max .selection-droite {
	float: left;
    margin: 0px;
    padding: 0px;
    width: 440px;
}

.webtv-max .titre {
    font-size: 12px;
    font-weight: bold;
    color: #5478a1;
}

.webtv-max .date {
    font-size: 10px;
    color: #5478a1;
    margin-bottom: 5px;
}

.webtv-max .vignette {
	float: left;
	display: inline;
	padding: 2px;
	margin-right: 10px;
	clear: none;
	height: 68px;
	width: 92px;
	background-color: #ffffff;
	border: 1px solid #8f8f8f;
}

.webtv-max .selection {
	text-align: justify;
}

.webtv-max .separateur {
	clear: both;
	display: block;
	padding: 0px;
}

.webtv .iconattente {
	width:220px;
	height:19px;
	background:url('icone/ajax-loader-bar.gif') no-repeat top left;
	clear:both;
	display:block;
	padding:25px 5px 5px 0px;
	text-align:center;
	font-style:italic;
	margin-left:60px;
	margin-top:150px;
}

