/*partie admin*/
.choix_lang li{
    /*position:absolute;*/
    top:50px;
    right:50px;
    width: 30px;
    height: 30px;
    /*display: inline-block;*/
    list-style:none;
    z-index:99999;
    float:left;
}
.icon-fr{
    background: url("../_img/flags/France.png") no-repeat;
    /*background-position: 100% 52%;*/
    background-size: 80%;
}
.icon-en{
    background: url("../_img/flags/UnitedKingdom.png") no-repeat;
    /*background-position: 0% 96%;*/
    background-size: 80%;
}
.icon-es{
    background: url("../_img/flags/Spain.png") no-repeat;
    background-size: 80%;
}
/*
.icon-es{
    background: url("../_img/icones/flag-icons-12.jpg") no-repeat;
    background-position: 40% 96%;
    background-size: 497%;
}
*/
#admin {
  background:#232222;
  color:white;
  width:100%;
  z-index:190;
  margin:-10px auto 5px auto;
  position:relative;
   -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
}
.admin {
  background:#5d5c5c;
   -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
  padding-bottom:5px;
  z-index:200;
  margin-bottom:5px;
  position:relative;
  display:none;
}
#admin b{
  color:white;
}
img {
  border:none;
}
a {
  text-decoration:none;
  color:#464646;
  cursor:pointer;
}
p {
  align:justify;
}
.mousehover a:hover {
  text-decoration:none;
  color:white;
  cursor:pointer;
}

#admin  a {
  color:white;
}

#header_logo {
  display:none;
}
#footer_logo {
  display:none;
}
#lejeux {
  display:none;
}

#lescentre {
  display:none;
}

#lesactus {
  display:none;
}
#a_slider {
  display:none;
}
#background1_logo {
  display:none;
}
#background2_logo {
  display:none;
}
.enregistrer:hover {
/*background: url('../_img/icones/enregistrer-01.png')*/  no-repeat; border: none;
}

.fermeture {
  margin-left:5px;
}
.fermeture img{
  border:none;
}
.modif_vignette {
  position:absolute;
  z-index:2;
  top:73px;
  left:12px;
  
}
/*partie admin*/
body {
  font-family:"Ropa Sans","verdana";
}
.viseur:hover {
  cursor:url(../_img/viseur.cur),auto;
}
#header_logo {
  display:none;
}
#footer_logo {
  display:none;
}
#contener_global {
  width:960px;
  height:100%;
  margin:-10px auto;
  position:relative;
  

}
.vignette1 {
  width:300px;
  height:420px;
  float:left;
  position:relative;
  color:white !important;
  margin-left:20px;
  margin-right:5px;
  background-image: url(../_img/fond-img-txt.jpg);
  background-repeat: no-repeat;
}
.vignette2 {
  width:300px;
  height:420px;
  float:left;
  position:relative;
  color:white;
  margin-left:5px;
  margin-right:5px;
  background-image: url(../_img/fond-img-txt.jpg);
  background-repeat: no-repeat;
}
.vignette3 {
  width:300px;
  height:420px;
  float:left;
  position:relative;
  color:white;
  margin-left:5px;
  margin-right:20px;
  background-image: url(../_img/fond-img-txt.jpg);
  background-repeat: no-repeat;
}
.img_vignette{}

#footer_links a {
  color:black;
  font-size:8px;
}

/*contenu central*/

#contener_boutons_haut_jeu {
  position:relative;
  width:960px;
  height:60px;
  float:left;
  background-color:#000;
  /*margin-top: -46px;*/
  }

#bouton_haut_le_jeu {
  position:relative;
  width:310px;
  height:60px;
  float:left;
  }
  
#bouton_haut_les_centres {
  position:relative;
  width:310px;
  height:60px;
  margin-left:12px!important;
  float:left;
  }
  
#bouton_haut_prestations {
  position:relative;
  width:310px;
  height:60px;
  margin-left:12px!important;
  float:left;
  }
#bouton_haut_actus {
  position:relative;
  width:310px;
  height:60px;
  margin-left:12px!important;
  float:left;
  }
#bouton_haut_bonus {
  position:relative;
  width:310px;
  height:60px;
  margin-left:12px!important;
  float:left;
  }

#fil_ariane {
    background-color: rgba(0,0,0,0.7);
    color:#fff;
    font-family: 'Ropa Sans', sans-serif;
    }
#fil_ariane a {
    color:#fff;
    font-family: 'Ropa Sans', sans-serif;
    }
#promo {
  display:none;
  /*position:absolute;
  width:100%;
  height:100%;*/
  /*background:white;
  opacity:0.5;
  filter:alpha(opacity=50);*/
  
}
#promoopacite {
  display:none;
  position:fixed;
  width:100%;
  height:100%;
  background:white;
  opacity:0.8;
  filter:alpha(opacity=80);
  z-index:700;
}
.boutton_class_standar {
  width: 360px;
  height: 60px;
  background: #5d5d5d; /* Old browsers */
  background: -moz-linear-gradient(45deg, #5d5d5d 0%, #3f3f3f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#5d5d5d), color-stop(100%,#3f3f3f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #5d5d5d 0%,#3f3f3f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #5d5d5d 0%,#3f3f3f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #5d5d5d 0%,#3f3f3f 100%); /* IE10+ */
  background: linear-gradient(45deg, #5d5d5d 0%,#3f3f3f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#3f3f3f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  font-family: "Ropa Sans";
  font-size: 30px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
  text-shadow: 2px 2px 3px #2e2e2e;
  font-variant: small-caps;
  letter-spacing: 2px;
}
.boutton_class_standar:hover{
  background: #af0100; /* Old browsers */
  background: -moz-linear-gradient(45deg, #af0100 0%, #780202 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#af0100), color-stop(100%,#780202)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #af0100 0%,#780202 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #af0100 0%,#780202 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #af0100 0%,#780202 100%); /* IE10+ */
  background: linear-gradient(45deg, #af0100 0%,#780202 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0100', endColorstr='#780202',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.boutton_class_standar_jeu {
  float:left;
  cursor:pointer;
  width: 182px!important;
  height: 60px;
  background: #5d5d5d; /* Old browsers */
  background: -moz-linear-gradient(45deg, #5d5d5d 0%, #3f3f3f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#5d5d5d), color-stop(100%,#3f3f3f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #5d5d5d 0%,#3f3f3f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #5d5d5d 0%,#3f3f3f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #5d5d5d 0%,#3f3f3f 100%); /* IE10+ */
  background: linear-gradient(45deg, #5d5d5d 0%,#3f3f3f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#3f3f3f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  font-family: "Ropa Sans";
  font-size: 30px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
  text-shadow: 2px 2px 3px #2e2e2e;
  font-variant: small-caps;
  letter-spacing: 2px;
}

.petit_bouton_menus_jeu {
  cursor:pointer;
  width:190px;
  height:30px;
  float:left;
  background: rgb(93,93,93); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkNWQ1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTI1MjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(93,93,93,1) 0%, rgba(37,37,37,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(93,93,93,1)), color-stop(100%,rgba(37,37,37,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(93,93,93,1) 0%,rgba(37,37,37,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(93,93,93,1) 0%,rgba(37,37,37,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(93,93,93,1) 0%,rgba(37,37,37,1) 100%); /* IE10+ */
background: linear-gradient(left, rgba(93,93,93,1) 0%,rgba(37,37,37,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#252525',GradientType=1 ); /* IE6-8 */
font-family: "Ropa Sans";
  font-size: 20px;
  color: #FFF;
  text-align: center;
  padding-top:8px;
        font-family:"Ropa Sans","verdana";
  }

.actif {
  background: #6b89c9!important; /* Old browsers */
  background: -moz-linear-gradient(45deg, #6b89c9 0%, #3c4b8a 50%, #343e67 100%)!important; /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#6b89c9), color-stop(50%,#3c4b8a), color-stop(100%,#343e67))!important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #6b89c9 0%,#3c4b8a 50%,#343e67 100%)!important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #6b89c9 0%,#3c4b8a 50%,#343e67 100%)!important; /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #6b89c9 0%,#3c4b8a 50%,#343e67 100%)!important; /* IE10+ */
  background: linear-gradient(45deg, #6b89c9 0%,#3c4b8a 50%,#343e67 100%)!important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b89c9', endColorstr='#343e67',GradientType=1 )!important; /* IE6-9 fallback on horizontal gradient */
}
.overie{
  background: #af0100; /* Old browsers */
  background: -moz-linear-gradient(45deg, #af0100 0%, #780202 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#af0100), color-stop(100%,#780202)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #af0100 0%,#780202 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #af0100 0%,#780202 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #af0100 0%,#780202 100%); /* IE10+ */
  background: linear-gradient(45deg, #af0100 0%,#780202 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0100', endColorstr='#780202',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#flingue_destructor_party_games {
  width:800px;
  height:395px;
  background-image:url(img/flingue_background.png);
  background-repeat:no-repeat;
  position:absolute;
  z-index:10;
  bottom:0;
  left:25%;
  }
#cible_destructor_party_games {
  width:210px;
  height:206px;
  background-image:url(img/cible_background.png);
  background-repeat:no-repeat;
  position:absolute;
  z-index:0;
  bottom:21%;
  right:25%;
  }
#global_contener_texte_destructor_party_games {
  margin:5% 10% 5% 10%;
  width:80%;
  z-index:100;
  position:relative;
  }
.titre_destructor_party_games {
  top:30%;
  margin-left:2%;
  margin-right:2%;
  color:#fff;
  font-size: 1.5em;
  text-align:center;
  /*background: #00ddff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZGRmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDgzYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #00ddff 0%, #0083a2 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00ddff), color-stop(100%,#0083a2)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top, #00ddff 0%,#0083a2 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, #00ddff 0%,#0083a2 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top, #00ddff 0%,#0083a2 100%); /* IE10+ */
/*background: linear-gradient(to bottom, #00ddff 0%,#0083a2 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ddff', endColorstr='#0083a2',GradientType=0 ); /* IE6-8 */
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 1%;
  font-family:BoomBox;
  background-image:url(img/degrade_bleu.jpg);
  background-repeat:repeat-x;
  background-size:contain;
}
.texte_destructor_party_games {
  font-size: 1.1em;
  line-height: 2em;
  margin: 2.3334em 0 0.1667em 0;
  font-family:boombox;
  color:#fff;
  text-align:center;
  }
.texte_case_destructor_party_games {
  width:80%;
  background-color: #00ddff;
  border:1px solid #832e71;
  padding:1% 1% 0 1%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color:#000;
  font-family: "boombox";
  font-size: 1.1em;
  text-align:center;
  line-height: 2.2em;
  position:relative;
  float:left;
  margin:2% 10% 2% 10%;
  }
.bouton_destructor_party_games {
	width:100%;
	position:relative;
	float:left;
	margin-top:5%;
	}
.bouton_destructor_party_games ul {
	}
	
.bouton_destructor_party_games li {
  width:29%;
  margin:0 2% 0 0;
  border:1px solid #000;
  padding:1% 1% 0.5% 1%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color:#fff;
  font-family: "boombox";
  font-size: 1.1em;
  text-align:center;
  background-image:url(img/degrade_bleu.jpg);
  background-repeat:repeat-x;
  background-size:contain;
	list-style:none;
	position:relative;
	float:left;
  }
.bouton_destructor_party_games a {
  color:#fff;
  text-decoration:none;
  }
.bouton_destructor_party_games li:hover {
	background-image:url(img/degrade_bleu_hover.jpg);
  background-repeat:repeat-x;
  background-size:contain;
	}
.onglets_choix_du_pays{
    width:800px;
}
#k3dCarousel img{
        cursor:pointer;
}