@CHARSET "UTF-8";

body#player{margin:0}

#player div#header{
  width:606px;
  height:60px;
  background:transparent url(../images/bg_player_haut.png) no-repeat;
  border-bottom:2px solid #fff;
}

#player div#container{
  width:606px;
  height:540px;
}

#player div#html{
  float:right;
  width:326px;
  height:588px;
  border-left:2px solid #fff;
  background:#fc9c24 url(../images/bg_player.png) top repeat-x;
  padding:6px;
}
#player div#flash{
  float:left;
  width:266px;
  height:588px;
  background:url(../images/player_flash_soft.png) top left no-repeat;
}
#player div#footer{clear:both;width:100%}

#player div.pub{
  background: url(../images/bg_publicite.png) right top no-repeat;
  width : 300px;
  height:250px;
  padding-top:11px;
  text-align:right;
}

#player .arrondi .contenu {
  height:280px;
  overflow-y:scroll;
  background-color:#f89e26;
}


.pub{
  background: url(../images/bg_publicite.png) right top no-repeat;
  padding-top : 11px;
  margin-bottom : 10px;
  text-align:center;
}
