/*------------------------------------------------------*
  *-----------------------------------     CSS VIDEO     ----*
  *------------------------------------------------------*/


div#zone-tv{
	float:left;
	width: 261px;
	}


div#liste-videos{
	float:left;
	width: 183px;
	}
	
div#liste2-videos{
	float:left;
	width: 411px;

	padding-left:5px;
	}
	
div#player{
	float:left;
	width: 261px;
	}

a.ecran{
	display:inline;
	float:left;
	width: 83px;
	height:74px;
	margin-left:7px;
	margin-bottom: 3px;
	background-image:url(../images/ecran.png);
	background-repeat:no-repeat;
	padding-top:1px;
	padding-left:1px;
	overflow:hidden;
	}

a.ecran img{
	width:81px;
	height:62px;
	border:0;
	}

a.ecran img:hover{
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
	}

a.ecran2{
	display:block;
	float:left;
	width: 134px;
	height:122px;
	margin-left:2px;
	margin-bottom: 2px;
	background-image:url(../images/ecran2.png);
	background-repeat:no-repeat;
	padding-top:1px;
	padding-left:1px;
	overflow:hidden;
	}
	
a.ecran2 img{
	width:132px;
	height:102px;
	border:0;
	}

a.ecran2 img:hover{
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
	}

/*iframe video*/
p.desc_video{
	padding-top:5px;
	font-weight:bold;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*------------------------------------------------------*
  *-----------------------------------     CSS HACK     ----*
  *------------------------------------------------------*/

	


a {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}




/*div, a{ behavior: url("iepngfix.htc") }*/

