#SQCover {
  position:relative;
  width: 516px;
  height: 170px;
  overflow: hidden;
  color: #A6E9FA;
  text-align:left;
}
#SQCoverInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 5000px;
  overflow: hidden;
}
.myCover {
  position:relative;
  float: left;
  text-align: center;
  font-size: 10px;
  width: 129px;
  padding: 7px 0;
}
.sTitreCover { font-weight:bold; }
.myCover img { border: 2px solid #A6E9FA; margin-bottom: 5px;}
.myCover a img { border-color: #A6E9FA; }
.myCover a:hover img { border-color: #fff; }
.myCover a { color: #A6E9FA; text-decoration: none; }
.myCover a:hover { color: #fff; }
.coverNav {
  position: relative;
  float: left;
  cursor: pointer;
  margin-right:5px;
  padding:2px 5px;
  font-weight:bold;
  color: #fff;
}
#CoverNavSel {
  position: absolute;
  top: 0;
  background: #68C1FF;
  /*padding:2px 5px;*/
  display: none;
}
.coverNav.select { color: #fff; }
#CoverNavig {
  position:relative;
  top: 10px;
  float:left;
  margin-left:10px;
}
#CoverNavContent {
  font-size: 12px;
}
#SQCoverBottom {
  position: relative;
  width: 516px;
  height:37px;
  background: url(../../../images/cover_navfond.jpg) repeat-x;
}
#SQCoverBottom img { border: 0; }
#CoverNavigAll {
  position: absolute;
  top:0px;
  left:309px;
  background: url(../../../images/cover_navfond2.jpg) repeat-x;
  height: 37px;
  width: 207px;
  overflow: hidden;
}
#SQCoverBottom a { text-decoration: none; }
