@import "baseStyle";
/* ------------------------------------------------------------------------ */

.footerBlock .wrapper .footer
{
  width:980px;
  padding-top:20px;
}

li.item
{
  list-style: none;
  display: block;
  float:left;
  height:1em;
  line-height: 1em;
  margin-left: 25px;
}


li.item.disabled:after
{
  content:'A venir';
  position:absolute;
  margin-left:-70px;
  margin-top:-7px;
  -webkit-transform:rotate(-30deg);
  background-color: rgba(117,219,50,0.6);
  padding:4px;
  .round(3px);
  .border;
  color:#000;
  text-decoration:underline;
  text-decoration:none;
  behavior: url(_styles/PIE.htc);
}

li.item.disabled a:after:hover
{
  content:'sqsr';
  position:absolute;
  margin-left:-70px;
  margin-top:-7px;
  -webkit-transform:rotate(-30deg);
  background-color: rgba(117,219,50,0.6);
  padding:4px;
  .round(3px);
  .border;
  color:#000;
  text-decoration:underline;
  text-decoration:none;
  behavior: url(_styles/PIE.htc);
}

li.item a, li.item a:visited
{
  text-decoration: none;
  color:#333333;
}

li.item a:hover
{
  text-decoration: underline;
  color:#A40000 !important;
}

li.item.selected a
{
  text-decoration: underline !important;
  color:#A40000 !important;
}

li.dcw
{
  margin-top: -8px;
}

li.dcw span
{
  display: block;
  float:left;
  padding-left:8px;
  padding-right:8px;
  border-left:1px solid black;
}

li.dcw img
{
  height:30px;
}