#telecommande, #cadre-tv {
	margin: 10px 0;
	float: left;
}

#telecommande {
	background-image: url("../images/telecommande-tv.png");
	width: 183px;
	height: 444px;
	text-align: center;
}

#telecommande ul
{
	padding: 10px 0;
}

#telecommande li
{
	list-style-type: none;
}
#telecommande .chaines
{
	height: 305px;
	overflow: auto;
}
#telecommande .chaines a {
	background-image: url("../images/bouton-tv.png");
	width: 132px;
	height: 19px;
	display: block;
	text-align: center;
	font-size: 10px;
	margin: 3px auto;
}

#telecommande .chaines a, #telecommande .chaines a:hover {
	color: black;
	text-decoration: none;
	line-height: 16px;
}

#telecommande .commandes {
	width: 120px;
	margin: 20px auto;
}
#telecommande .commandes li
{
	float: left;
}

#telecommande .commandes a {
	width: 22px;
	height: 24px;
	margin-left: 4px;
	display: block;
	float: left;
}
#telecommande .commandes a span
{
	display: none;
}

#tv-stop {
	background-image: url("../images/tv-stop.png");
}

#tv-backward {
	background-image: url("../images/tv-backward.png");
}

#tv-playpause {
	background-image: url("../images/tv-play.png");
}

#tv-forward {
	background-image: url("../images/tv-forward.png");
}

#cadre-tv {
	background-image: url("../images/cadre-tv.png");
	width: 704px;
	height: 396px;
	padding: 23px 25px 23px 24px;
	margin-left: 13px;
	position: relative;
}

#cadre-tv-in {
	width: 705px;
	height: 396px;
	background-color: #000;
	outline-style: none;
}

.webtv #cadre2-bottom
{
	display: none;
}

#ajaxLoad
{
	display:none;
	position: absolute;
	top: 23px;
	left: 24px;
	width: 704px;
	height: 396px;
	overflow: hidden;
}

#ajaxLoad iframe
{
	width: 100%;
	height: 100%;
}
