/******************************************************************************/
/*                                compChoixLangue                             */
/******************************************************************************/
.compChoixLangue {
  display: block;
  position: absolute;
  right: 0;
  top: -4px;
  z-index: 900;
}
.compChoixLangue a {
  text-decoration: none;
  height: 12px;
  width: 17px;
  color: #FFFFFF;
  float: left;
  font-family: RobotoBoldCondensed;
  text-transform: uppercase;
  padding: 3px 8px 0 5px;
  cursor: pointer;
}
.compChoixLangue a:hover {
  text-decoration: underline;
}
.compChoixLangue a.langueFr {
  background: url("../image/bg_langue_fr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  color: #9B7707;
  height: 19px !important;
  width: 20px !important;
  padding: 3px 0 0 8px;
}
.compChoixLangue a.langueEn {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.compChoixLangue a.langueEn:active,
.compChoixLangue a.langueEn:selected {
  background: url("../image/bg_langue_en.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  color: #9B7707;
}
#langageEN .compChoixLangue a.langueEn {
  background: url("../image/bg_langue_en.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  color: #9B7707;
  height: 17px;
}
#langageEN .compChoixLangue a.langueFr {
  background: none!important;
  color: #fff;
  height: 17px;
}
.compChoixLangue div {
  display: inline;
}
.compChoixLangue .topContentComposants {
  display: none;
}
.langue {
  margin: 2px 0 0 0;
  display: inline-block;
  width: 16px;
  height: 12px;
}
