/******************************************************************************/
/*                                compChoixLangue                             */
/******************************************************************************/
.compChoixLangue {
  background: none repeat scroll 0 0 #fff;
  display: none;
  height: 30px;
  line-height: 30px;
  position: fixed;
  right: 0;
  top: 100px;
  width: 67px;
  z-index: 2000;
  border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  -webkit-border-radius: 0 0 0 10px;
  border-left: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
#pgaeAccueil .compChoixLangue,
#pgaeEtape1 .compChoixLangue {
  border-left: none;
  border-bottom: none;
}
.compChoixLangue a {
  height: 12px;
  width: 17px;
  float: left;
  padding: 0 6px;
  cursor: pointer;
  font-size: 12px;
  background: none repeat scroll 0 0 transparent !important;
  color: #ee3124;
  height: 30px !important;
  line-height: 30px;
  margin: 0;
  text-decoration: none;
}
.compChoixLangue a:hover {
  color: #333;
}
.compChoixLangue a.current {
  color: #333;
}
.compChoixLangue a.langueFr {
  padding: 0 0 0 15px;
}
.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;
}
.compChoixLangue div {
  display: inline;
}
.compChoixLangue .topContentComposants {
  display: none;
}
.langue {
  margin: 2px 0 0 0;
  display: inline-block;
  width: 16px;
  height: 12px;
}
