* {margin: 0; padding: 0;}

a {text-decoration: none;}
a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #000; text-decoration: underline;}
a:active {color: #000;}

p {margin-bottom: 9px;}
img {border: 0px none;}
table {width: 100%;}
td {text-align: center;}
ul {margin-left: 16px;}

body {
  font-family: arial;
  font-size: 12px;
  color: #000;
}

#page {
  width: 960px;
  margin: 0 auto;
}

#content {margin:0;}
#content table{margin:0; border-collapse: collapse;}

.logo {padding: 15px 0; text-align: center;}
.back_img {position: relative; width: 960px; height: 214px; background-image: url(../img/index/back_img.jpg);}
.back_img img {margin-right: 6px;}
.back_img a {color: #814500;}
.back_img a:hover {color: black;}
.enter {position: absolute; left: 315px; top: 50px;}
.info {position: absolute; left: 440px; top: 40px; width: 510px; text-align: left;}


#navig {line-height: 0;margin:0; padding-left: 455px;}
#navig a{color:white;font-weight: bold; font-size: 11px;line-height: 100%;text-decoration: none;}

#navig .buy,
#navig .listen{display: inline-block; width: 111px; height:15px;background: transparent url(../img/index/bt_acheter.png) no-repeat top center;text-align: center;margin-right: 15px;}

#navig .listen{width: 170px;background-image: url(../img/index/bt_extraits.png) }



#footer {padding: 0; margin-botton: 20px; text-align: left;}
.logo_mid {padding: 0 40px;}

/* player */
.audiojs { height: 22px; background: #404040;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
  background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }
.audiojs .play-pause { width: 15px; height: 20px; padding: 0px 8px 0px 0px; }
.audiojs p { width: 25px; height: 20px; margin: -3px 0px 0px -1px; }
.audiojs .scrubber { background: #5a5a5a; width: 310px; height: 10px; margin: 5px; }
.audiojs .progress { height: 10px; width: 0px; background: #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
  background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }
.audiojs .loaded { height: 10px; background: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
  background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }
.audiojs .time { float: left; height: 25px; line-height: 21px; }
.audiojs .error-message { height: 24px;line-height: 24px; }