﻿/* xlib flags menu */

/* Menu de sélection des langues */
/* J'ai pu remarquer que le CSS que tu utilisais pour ce menu
utilisait des fonctions ":hover" pour d'autres balises "a"...
ce qui est un problème, car IE ne sait l'interpréter que pour "a" */

div#flags_menu {
/* positionne le menu drapeaux */
  position: absolute;
  z-index: 100;
  right: 0;
  top: 6px;
  width: 150px;
  text-align: right;
  color: #fff;
}

#flags_menu dl, #flags_menu dt, #flags_menu dd, #flags_menu ul, #flags_menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#flags_menu dt {
  padding-right: 44px;
  cursor: pointer;
  height: 26px;
	background-attachment:scroll;
	background-color:transparent;
	background-repeat:no-repeat;
  background-position:112px 0px;
  -moz-background-clip: -moz-initial; 
  -moz-background-origin: -moz-initial; 
  -moz-background-inline-policy: -moz-initial;
}

#flags_menu dd {
  background: rgba(255,255,255,0.86);
  border: none;
}

#flags_menu li {
  line-height: 26px;
  border-left: 1px solid #93969C;
  border-bottom: 1px solid #93969C;
  background: transparent;
	background-attachment:scroll;
	background-color: rgba(255,255,255,0.1);
	background-repeat:no-repeat;
  background-position:112px 0px;
  -moz-background-clip: -moz-initial; 
  -moz-background-origin: -moz-initial; 
  -moz-background-inline-policy: -moz-initial;
  color: #1C4A62;
  padding-right: 44px;
  text-decoration: none;
  cursor: pointer;
}

#flags_menu li:hover {
  line-height: 26px;
  border-left: 1px solid #93969C;
  border-bottom: 1px solid #93969C;
  background: transparent;
	background-attachment:scroll;
	background-color: rgba(255,255,255,0.1);
	background-repeat:no-repeat;
  background-position:112px 0px;
  -moz-background-clip: -moz-initial; 
  -moz-background-origin: -moz-initial; 
  -moz-background-inline-policy: -moz-initial;
  
  padding-right: 44px;
  text-decoration: none;
  color: #FF6600;
  cursor: pointer;
}

#flags_menu img {
  display: block;
  margin-left: auto;
  margin-right: 6px;
}

#flags_menu img:hover {
  cursor: pointer;
}

#flags_menu a {
  padding-right: 44px;
  text-decoration: none;
  /*color: #fff;*/
}

#flags_menu a:hover {
  color: #FF6600;
}

#flags_menu input {
  padding-right: 44px;
  text-decoration: none;
  color: #fff;
  border-width: 0px;
  background:transparent none repeat scroll 0 0;
  cursor: pointer;
}

#flags_menu input:hover {
  color: #FF6600;
}

.drop-flag img{
  padding: 0 5px 0 0;
}

.drop-flag-container *{
  overflow: visible;
}

.drop-flag-body{
  overflow : visible !important;
  position: absolute;
  cursor: pointer;
}

.drop-flag-body ul, .drop-flag-body li{
  background: rgba(255,255,255,0.86);
  border-left: 1px solid #93969C;
  border-right: 1px solid #93969C;
  border-bottom: 1px solid #93969C;
  padding: 0 5px;
}

.drop-flag-body li:hover{
  color: #FF6600;
}
