body{
  background-color:#FFFFFF;
  margin:0px;
  padding:0px;
  font-size: 11px;
  font-family: verdana;
  line-height: 1.1;
}
a{
  color:#0064A9;
  text-decoration:none;
  font-weight: bold;
}
a:hover{
  border-bottom:0px;
  font-weight: bold;
  color:#5C9CC9;
}
img{
  border:0px;
}
#infos{
  background-image: url(../IMG/infos.jpg);
  background-repeat: no-repeat;
  width:137px;
  height:25px;
  position:absolute;
  left:10px;
  top:82px;
}
#infos_contenu{
  position:absolute;
  top:5px;
  left:5px;
  width:127px;
  height:15px;
  overflow:hidden;
  color:#0064A9;
}
#menu{
  position:absolute;
  top:80px;
  left:155px;
  z-index:99;
  width:630px;
}
.menu_contenu{
  position:absolute;
  top:7px;
  left:7px;
  width:103px;
  height:18px;
  text-align:center;
  color:#3C649B;
  font-size:13px;
  font-weight:bold;
}
.bouton_menu{
  position:relative;
  float:left;
  z-index:99;
  width:115px;
  height:28px;
  background-image:url(../IMG/bouton_menu_off.jpg);
  background-repeat:no-repeat;  
}
.bouton_menu:hover{
  background-image:url(../IMG/bouton_menu_on.jpg);
  background-repeat:no-repeat;  
}
#sous_menu{
  z-index:1;
  position:absolute;
  left:0px;
  top:110px;
}
.sous_menu{
  position:absolute;
  z-index:99;
  top:28px;
  display:none;
  width:700px;
  background-image:url(../IMG/sous_menu_fond.jpg);
  background-repeat:no-repeat;
  height:22px;
  padding:3px;
}
#menu_programmes:hover .sous_menu{
  display: block;
  left:0px;
  z-index:99;
}
#menu_services:hover .sous_menu{
  display: block;
  left:-170px;
}
#menu_telessonne:hover .sous_menu{
  display: block;
  left:-370px;
}
#contact{
  position:absolute;
  top:7px;
  left:600px;
}
#menu_video{
  position:absolute;
  top:130px;
  z-index:99;
}
.bouton_menu_video{
  position:absolute;
  top:2px;
  z-index:99;
  width:136px;
  height:42px;
  background-image:url(../IMG/bouton_menu_video_off.gif);
  background-repeat:no-repeat;
}
.bouton_menu_video:hover{
  background-image:url(../IMG/bouton_menu_video_on.gif);
  background-repeat:no-repeat;  
}
.bouton_menu_video .menu_contenu{
  position:absolute;
  top:15px;
  left:5px;
  width:123px;
  font-weight:bold;
}
.bouton_menu_video .menu_contenu a{
  color:yellow;
}
.bouton_menu_video:hover .menu_contenu a{
  color:white;
  font-size:14px;
}
#menu_video_direct{
  left:135px;
}
#menu_video_journal{
  left:275px;
}
#menu_video_magazines{
  left:415px;
}
#recherche{
  position: absolute;
  top:14px;
  left:560px;
}
#page{
  position:absolute;
  top:170px;
  width:790px;
  height:500px;
  overflow: auto;
  z-index:1;
  background-color:white;
}
#magazines{
  width:195px;
  border:0px solid black;
  overflow:hidden;
  font-size:10px;
}
#description_emission{
  width:225px;
  border:0px solid black;
  position:absolute;
  right:0px;
  top:20px;
}
#description{
  width:210px;
  border:0px solid black;
  position: absolute;
  overflow:hidden;
  top:0px;
  left:345px;
}
#mode_diffusion{
  position:absolute;
  top:355px;
  left:5px;
  width:320px;
  padding:3px;
}
#podcast{
  position:absolute;
  line-height: 1.6;
  top:260px;
  left:140px;
  font-size:10px;
  text-align:center;
}
#podcast a:hover{
  text-decoration:underline;
}
.textpetitdescr{
  font-size:9px;
}
.videos_emission{
  display:none;
}

span:active .videos_emission{
  display:block;
}


span:hover .videos_emission{
  display:block;  
}
#description_emission{
  display:none;
}


span span:active #description_emission{
    display:block;
}

span span:hover #description_emission{
  display:block;
}

#player{
  background-image:url(../IMG/player_fond.jpg);
  background-repeat: no-repeat;
  width:342px;
  height:360px;
  position:absolute;
  top:0px;
  left:0px;
}
#player_video{
  width:320px;
  height:240px;
  position:absolute;
  top:52px;
  left:11px;
}

#menu_player{
  position:absolute;
  top:303px;
  left:10px;
  width:320px;
  height:30px;
}
span.bouton{
  display: inline;
}
span.bouton_over{
  display: none;
}
#menu_player div:hover span.bouton_over{
  display: inline;
}
#menu_player div:hover span.bouton{
  display: none;
}
#play{
  position:absolute;
  left:2px;
}
#pause{
  position:absolute;
  left:40px;
}
#stop{
  position:absolute;
  left:78px;
}
#volume{
  position:absolute;
  left:275px;
}
#fullscreen {
  position:absolute;
  left:300px;
}
#emission_fiche{
  width:560px;
}
#grille_fiche{
  width:500px;
}

.tree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
	white-space: nowrap;
    width:195px;
    border:0px solid black;
    overflow:hidden;	
}

.tree img {
	border: 0px;
	height: 18px;
	vertical-align: text-bottom;
}

.tree a {
	color: #000;
	text-decoration: none;
}
.tree a:hover {
	color: #345373;
}
