/**
* Script permettant le themeing du site_switcher
*
*/

#headerbar-wrapper .switcher {
  position: absolute;
  background: url(../images/bg-languages.png) no-repeat right center;
  width:100px;
  top: 0;
  right: 0;
}

#wrapper-site-switcher {
  position: relative;
  /*top : 12px;*/
}
#current-site-switcher {
  width: 67px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: white;
}
#site-switcher {
  width: 67px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  padding: 0px;
  margin: 0px;
  border: 0px;
}
#wrapper-site-switcher span.vdt {
  background: url(../images/flag-fr.png) no-repeat right center;
  padding: 0px;
  margin: 0px;
}
#wrapper-site-switcher span.vdt_en {
  background: url(../images/flag-en.png) no-repeat right center;
  padding: 0px;
  margin: 0px;
}
#site-switcher .vdt {
  background: url(../images/flag-fr.png) no-repeat right center #000;
  color: #FFF;
  padding: 0px;
  margin: 0px;
}
#site-switcher .vdt_en {
  background: url(../images/flag-en.png) no-repeat right center #000;
  color:#FFF;
  padding: 0px;
  margin: 0px;
}
