/* -------- */
/* Body tag */
/* -------- */
body {
  background: #FFFFFF;
}


/* ---- */
/* Menu */
/* ---- */

.menu-cell {
  vertical-align: top;
  text-align: right;
  padding-top: 4px;
  padding-right: 12px;
}

.menu-cell a, .menu-cell a:link, .menu-cell a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.menu-cell a:hover, .menu-cell a:focus {
  color: #7C7180;
  text-decoration: none;
}


/* ---------------- */
/* Frame de contenu */
/* ---------------- */

.daverio_iframe {
  width: 350px;
  height: 210px;
  border: 2px solid #000000;
}


/* ------ */
/* Player */
/* ------ */
.player {
  vertical-align: top;
  padding-left: 7px;
}

