#corps_webtv {

	width: 975px;
	height:655px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 10px;
	background: #fff;

}

#lien_logo_quai {

	display: block;
	background:url('/img/webtv/logo_petit.gif') no-repeat 0 0;
	width: 100px;
	height: 43px;
	position: absolute;
	left: 47px;
	top:610px;
	z-index: 0;
}

#bandeau_haut {

	height: 120px;

}



#logo {

	width: 173px;
	height: 92px;
	position: absolute;
	top: 0px;
	left: 20px;

}

#bloc_gauche {

	width: 855px;
	height: 521px;
	background-image: none;
	background-color: #E40082;
	position: absolute;
	top: 85px;
	left: 120px;
	overflow: auto;

}

#bloc_droit {

	display: none;

}



a#lien_le_site {

	display: block;
	width: 88px;
	height: 26px;
	left: 160px;
	top:620px;
	background: url('/img/webtv/btn_lesite.gif') no-repeat 0 0;
	position: absolute;

}

a#lien_le_site:hover {

	background: url('/img/webtv/btn_lesite_over.gif') no-repeat 0 0;

}

#menu_principal_webtv {

	width: 400px;
	height: 67px;
	position: absolute;
	top: 0px;
	left: 400px;

}

#bloc_recherche {

	width: 149px;
	height: 93px;
	background: blue;
	position: absolute;
	top: 0px;
	left: 820px;
	background: url('/img/webtv/fond_recherche.gif') no-repeat 0 0;

}

#btn_RSS {

	display: block;
	width: 182px;
	height: 26px;
	top: 616px;
	left: 252px;
	background: url('/img/webtv/btn_rss.gif') no-repeat 0 0;
	position: absolute;

}

#btn_RSS:hover {

	background: url('/img/webtv/btn_rss_over.gif') no-repeat 0 0;

}

/* ************* MENU DU BAS ************* */
#div_menu_bas_webtv {

	position: absolute;
	right: 70px;
	top:606px;
	width: 205px;
	height: 36px;
	background: url('/img/webtv/fond_menu_bas.gif') no-repeat 0 0;

}

ul#menu_bas_webtv {

	list-style-type: none;
	margin: 17px 0 0 32px;
	padding: 0;
	font-size: 1.1em;

}

ul#menu_bas_webtv .premier {

	border-right: 1px solid #787878;
	padding-right: 4px;
	margin-right: 7px;

}

ul#menu_bas_webtv li { float: left;}
ul#menu_bas_webtv li a { text-decoration: none;}
ul#menu_bas_webtv li a span  { color: #787878; }
ul#menu_bas_webtv li a:hover span  { color: #E40082; }



