/*
Feuille de style
Cr��e par CraftMyCMS (www.craftmycms.fr)
*/
html{
	background-color: black !important;
	width:100% !important;
}

.background01 {
	margin:0 auto;
	/* background: url('/images/backgroundx2.jpg?cache=0001') center 0 no-repeat fixed;
	background-size: 100%;
	background-color: black; */
	/* min-height: 1080px; */
	background: transparent;
}

#testparallax {
	margin:0 auto;
	background: url('/images/backgroundx2.jpg?cache=0001') center 0 no-repeat fixed;
	background-size: 100%;
	background-color: black;
}

.background02 {
	margin:0 auto;
	background: url('/images/backgroundbabibx2.jpg?cache=0001') no-repeat top center;
	background-size: 100%;
	background-color: black;
}

.background03 {
	margin:0 auto;
	background: url('/images/backgroundneigex2.jpg?cache=0001') no-repeat top center;
	background-size: 100%;
	background-color: black;
}

#total_price:hover{
	background: rgb(254 154 46 / 0.75) !important;
}
.total_price_green{
	background: rgb(109 196 98 / 50%) !important;
	border: solid 1px rgb(109 196 98) !important;
  -webkit-border-radius: 50px;
}
.total_price_green:hover{
	background: rgb(109 196 98 / 75%) !important;
}
.total_price_grey{
	background: rgb(204 204 204 / 0.5) !important;
  border: solid 1px rgb(204 204 204) !important;
  -webkit-border-radius: 50px;
}
.total_price_grey:hover{
	background: rgb(204 204 204 / 0.75) !important;
}

canvas {
	display: block;
}

.dj_reset{
	background-size:cover;
	font-weight:bold;
	line-height:50px;
	width:423px;
	height:50px;
	display:block;
	text-decoration:none;
	text-align: inherit;
	background-color: white;
}

.dj_reset a{
	padding-left:16px;
	color:white;
	position:absolute;
	width:423px;
	height:50px;
	/* -webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: black; */
}

.dj_reset_film{
	width:423px;
	height:50px;
	background-color: rgba(255, 255, 255, 0.0);
	position:absolute;
	-webkit-transition: .1s;
  transition: .1s;
}

.dj_reset_film:hover{
	background-color: rgba(255, 255, 255, 0.4);
}

.dj_reset img{
	width:100%;
	height:100%;
}

#playerlistsearch {
  background-image: url('/css/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  padding: 13px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
	box-sizing: border-box;
	font-size: 13px;
	font-family: blue;
	border-radius: 4px;
	margin-bottom: 12px; /* Add some space below the input */
}

#playerlist {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#playerlist div {
  width:38px;
	height:38px;
	display:inline-block;
}

#playerlist a {
  width:38px;
	height:38px;
	display:inline-block;
}

.armory img{
  width: 32px;
  height: 32px;
  border: 1px solid black;
  margin: 2px;
}

.ytfade {
	-webkit-transition: 0.1s ease;
	height:403px;
	width:716px;
	background: black url('/images/yt01.png') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden;
	cursor:pointer;
    border: 1px solid black;
}

.ytfade:hover {
	-webkit-transition: 0.1s ease;
	background: black url('/images/yt02.png') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden;
	cursor:pointer;
}

/*CHECKBOX*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.votetable {
	background-color: white;
}

.votetable tr {
	height:40px;
}

.votetable td {
	height:24px;
	line-height:10px;
	vertical-align: middle;
}

.votetable img {
	height:22px;
	width:22px;
}

.lpcolor{
	font-family: minecraftiaregular;
	font-size: 14px;
	/* vertical-align: super; */
	letter-spacing: -0.5px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.opafade {
	opacity: 0.3;
	background-color: rgba(255,255,255, 0.7);
	-webkit-transition: 0.3s ease;
}

.opafade:hover {
	background-color: rgba(255,255,255, 0);
	opacity:1;
}

.antiopafade {
	opacity:1;
	background-color: rgba(255,255,255, 0);
	-webkit-transition: 0.3s ease;
}

.antiopafade:hover {
	opacity: 0.3;
	background-color: rgba(255,255,255, 0.7);
}

.opafadesoc {
	opacity: 0.75;
	-webkit-transition: 0.3s ease;
}

.opafadesoc:hover {
  opacity:1;
}

.opafade6 {
	opacity: 0.6;
	background-color: rgba(255,255,255, 0.7);
	-webkit-transition: 0.1s ease;
}

.opafade6:hover {
	background-color: rgba(255,255,255, 0);
	opacity:1;
}

.nolineheight{
	line-height:0px !important;
}

.transit {
  transition: background-color 0.1s;
}

.rotation {
-webkit-animation: cssAnimation 10s 20 linear;
-moz-animation: cssAnimation 10s 20 linear;
-o-animation: cssAnimation 10s 20 linear;
}

@-webkit-keyframes cssAnimation {
	from {
		-webkit-transform: rotate(4deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes cssAnimation {
	from {
		-moz-transform: rotate(4deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@-o-keyframes cssAnimation {
	from {
		-o-transform: rotate(4deg);
	}
	to {
		-o-transform: rotate(360deg);
	}
}

.scecriture {
	width:891px;
	height:124px;
	background: url('/images/StillCraft.svg') no-repeat top center;
	background-size:100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-filter: drop-shadow( 0px 1px 4px rgba(0, 0, 0, .3));
	filter: drop-shadow( 0px 1px 4px rgba(0, 0, 0, .3));
}

body {
	margin: 0;
	padding: 0;
	line-height: 22px;
  letter-spacing: 0px;
	font-family:blue;
	font-size:15px;
	-webkit-text-size-adjust:none;
}

#outerdiv
{
width:210px;
height:33px;
overflow:hidden;
position:relative;
}

#inneriframe
{
position:absolute;
top: -779px;
left: -537px;
width:1280px;
height:1200px;
}

.popbox {
  display: none;
  position: absolute;
	max-width: 400px;
	line-height: 22px;
  z-index: 99999;
	background-color: rgba(29, 14, 29, 0.95);
  color: #FFF;
	text-shadow: 2px 2px 0px #3f3f3f;
  border: 2px solid #2c0962;
  margin: 0px;
	font-family: minecraftiaregular;
	font-size:12pt;
	padding:4px;
	box-shadow: -2px 0 rgba(29, 14, 29, 0.95), 0 2px rgba(29, 14, 29, 0.95), 2px 0 rgba(29, 14, 29, 0.95), 0 -2px rgba(29, 14, 29, 0.95);
}

.opa {
	opacity: 0.5;
}

.opa:hover{
	opacity: 1;
}

.ov{
	width: 23px;
	height: 22px;
	background-image: url(/images/icones.png);
  opacity: 0.6;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
}

.ov:hover{
	opacity: 1;
}

.ovvect {
    opacity: 0.6;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
}

.ovvect:hover{
	opacity: 1;
}

.ov:focus{
	outline:0;
}

.ov1{
	background-position: 23px 0px;
}

.ov2{
	background-position: 23px -22px;
}

.ov3{
	background-position: 23px -44px;
}

.ov4{
	background-position: 23px -66px;
}

.ov5{
	width: 18px;
	height: 18px;
	background-image: url(/images/son.png);
	background-size:100%;
    opacity: 0.6;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
}
.ov5:hover{
	opacity: 1;
}
.ov6{
	background-position: 23px -110px;
}

.ov7{
	background-position: 23px -132px;
}

.ov8{
	background-position: 23px -154px;
}

.pouces{
	width: 23px;
	height: 22px;
	background-image: url(/images/pouces.png);
    opacity: 0.6;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
}

.pouces:hover{
	opacity: 1;
}

.pouces:focus{
	outline:0;
}

.pouces0{
	background-position: 23px 0px;
}

.pouces1{
	background-position: 23px -22px;
}

.pouces2{
	background-position: 23px -44px;
}

.pouces3{
	background-position: 23px -66px;
}

.videojtd{
	vertical-align: middle;
	text-align: center;
	line-height: 36px;
	background-color:white;
}

.videojtd:hover{
	background-color: #e5e5e5;
}

.cmdsjtd{
	vertical-align: middle;
	text-align: center;
	line-height: 36px;
	background-color:rgb(222, 245, 220);
}

.cmdsjtd:hover{
	background-color: #e5e5e5;
}

.cmdsntd{
	vertical-align: middle;
	text-align: center;
	line-height: 36px;
	background-color: rgb(245, 242, 220)
}

.cmdsntd:hover{
	background-color: #e5e5e5;
}

.cmdshtd{
	vertical-align: middle;
	text-align: center;
	line-height: 36px;
	background-color: rgb(245, 220, 230);
}

.cmdshtd:hover{
	background-color: #e5e5e5;
}

.messagenew{
	background-color: #BCF5A9;
	vertical-align: middle;
	text-align: center;
	line-height: 36px;
}

.messagenew:hover{
	background-color: #AED3A2;
}

.newBillet2{
	background-color: #87c479;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #dcdcdc;
	color: white;
	font-family: blue;
	font-size:15px;
	padding:6px 24px;
}

.newBillet2:hover{
	background-color: #2cc907;
}

.newBillet3{
	background-color: #5DB8BB;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #dcdcdc;
	color: white;
	font-family: blue;
	font-size:15px;
	padding:6px 24px;
}

.newBillet3:hover{
	background-color: #3D7AAD;
}

.bout {
	background: none !important;
  line-height: 26px !important;
	margin: 0px !important;
	border: 1px solid #AAA !important;
	width: 194px !important;
	height: 28px !important;
	font-size: 14px !important;
	margin-top: 2px !important;
	background-color:#FFA500 !important;
	border-radius: 0px !important;
	text-shadow: none !important;
	font-weight: normal !important;
	-webkit-transition: 0.1s ease !important;
}

.bout:hover {
	background-color: rgb(233, 151, 0) !important;
}

.bout1 {
	background: none !important;
  line-height: 26px !important;
	margin: 0px !important;
	border: 1px solid #AAA !important;
	width: 194px !important;
	height: 28px !important;
	font-size: 14px !important;
	margin-top: 2px !important;
	background-color: #2c88f8 !important;
	border-radius: 0px !important;
	text-shadow: none !important;
	font-weight: normal !important;
	-webkit-transition: 0.1s ease !important;
}

.bout1:hover {
	background-color:#0059C5 !important;
}

.block {
	background-image: url("/images/white_terracotta.png");
	background-size: 32px;
	padding:10px;
	margin-bottom: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#sidebar h3 {
	background:none;
	text-shadow:none;
	color: #5c5c5c;
	font-family: blue;
	padding: 5px 5px 7px;
	margin: 5px 5px 0px 5px;
	border-radius: 0px;
	border: 1px solid black;
	font-size: 15px;
	letter-spacing: 0px;
	background-color:white;
}

#connexion {
	background:none;
	text-shadow:none;
}

#connexion input[type=submit]{
	border: none;
	background: none;
	padding: 0px;
	margin: 0px;
	border-radius: 0px;
	text-shadow: none;
	color: white;
	font-weight: normal;
	cursor: pointer;
  font-family: minecraftiaregular !important;
	font-size: 14px !important;
	height: 26px;
}

#sidebar h3 a {
	color: #5c5c5c;
	text-decoration: none;
}

#content, .block, #slider, #footer, .informations {
	border:1px solid rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

#content.index {
	border:none;
	box-shadow: none;
}

/*===> HEADER <===*/
#header {
	height:124px;
	padding-top:80px;
	min-width: 1000px;
	padding-bottom:40px
}

#header .header {
	float: left;
	width:600px;
	margin-top: 10px;
	padding:5px 0 0 0px;
}

#header .header img {
	max-height:60px;
	max-width:200px;
	padding-right:10px;
	position: relative;
	bottom:6px;
}

#header .header h1 {
	font-family: Oswald-Bold;
	font-size: 30px;
	margin:1px 0px;
	text-shadow: 1px 1px 2px gray;
	color:white;
}

#header .header h2 {
	padding-top:10px;
	font-family: Glegoo;
	font-size: 20px;
	color: white;
	text-shadow: 1px 1px 2px gray;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

#header .informations {
	background-color:white;
	float:right;
	padding:5px;
	color: #5c5c5c;
}

#content h1{
	/* font-weight: bold; */
	font-family: minecraftiaregular;
	text-decoration: none;
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 20px;
  color: #5c5c5c;
  text-shadow: 3.125px 3.125px 0px #dedede;
}

#content {
	background-image: url(/images/white_terracotta.png);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 16px;
	overflow: hidden;
}

.news_miniature {
	max-width: 80px !important;
}

#content.index{
	background-image:none;
}

/* MINECRAFT COLORS PARSER */
/*
 * Minecraft Color Parser for PHP
 * Copyright (c) 2013, Minecrell
 * MIT License: http://opensource.org/licenses/MIT
 */

/* Colors  */
.mc-color.mc-0 { /* Black */ color: #000000; text-shadow: 2px 2px 0px #000000; }
.mc-color.mc-1 { /* Dark Blue */ color: #0000a9; text-shadow: 2px 2px 0px #00002a; }
.mc-color.mc-2 { /* Dark Green */ color: #00a900; text-shadow: 2px 2px 0px #002a00; }
.mc-color.mc-3 { /* Dark Aqua */ color: #00a9a9; text-shadow: 2px 2px 0px #002a2a; }
.mc-color.mc-4 { /* Dark Red */ color: #a90000; text-shadow: 2px 2px 0px #2a0000; }
.mc-color.mc-5 { /* Purple */ color: #a900a9; text-shadow: 2px 2px 0px #2a002a; }
.mc-color.mc-6 { /* Gold */ color: #fea900; text-shadow: 2px 2px 0px #3f2a00; }
.mc-color.mc-7 { /* Gray */ color: #a9a9a9; text-shadow: 2px 2px 0px #2a2a2a; }
.mc-color.mc-8 { /* Dark Gray */ color: #555555; text-shadow: 2px 2px 0px #151515; }
.mc-color.mc-9 { /* Blue */ color: #5555fe; text-shadow: 2px 2px 0px #15153f; }
.mc-color.mc-a { /* Green */ color: #55fe55; text-shadow: 2px 2px 0px #153f15; }
.mc-color.mc-b { /* Aqua */ color: #55fefe; text-shadow: 2px 2px 0px #153f3f; }
.mc-color.mc-c { /* Red */ color: #fe5555; text-shadow: 2px 2px 0px #3f1515; }
.mc-color.mc-d { /* Light Purple */ color: #fe55fe; text-shadow: 2px 2px 0px #3f153f; }
.mc-color.mc-e { /* Yellow */ color: #fefe55; text-shadow: 2px 2px 0px #3f3f15; }
.mc-color.mc-f { /* White */ color: #fefefe; text-shadow: 2px 2px 0px #3f3f3f; }

/* Formatting */
.mc-color, .mc-r {
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
.mc-k { /* TODO */ }
.mc-l { /* Bold */ font-weight: bold; }
.mc-m { /* Strikethrough */ text-decoration: line-through; }
.mc-n { /* Underline */ text-decoration: underline; }
.mc-o { /* Italic */ font-style: italic; }

/* Recommend Font: http://www.dafont.com/minecraftia.font */

/*===> Banlist <===*/
#content.banlist table {width:100%;}
#content.banlist td:first-child {width:30px;}
#content.banlist img {width: 30px;}
#content.banlist td:last-child {vertical-align: middle;}
#content.banlist img:hover {opacity: 0.9;}
#content.banlist a {font-weight:bold;}
#content.banlist #pagination {text-align: center;}
#content.banlist h3 { text-align: center; margin-top:6px; }

/*===> Boutique <===*/
#content.boutique input {width:auto; vertical-align: middle;}
#content.boutique #articles .article {border:1px solid #DDD;padding:10px;font-weight:bold;}
#content.boutique #articles .article:not(.nbrCredit):not(.nbrCreditIG) {text-align: center;background-color: white;width:142px;height:152px;}
#content.boutique #articles .nbrCreditIG,#articles .nbrCreditPV,#articles .nbrCredit {font-size:small;border-radius:50px;border: solid 1px #FE9A2E;background: rgb(254 154 46 / 0.5);padding-right: 9px;padding-left: 9px;-webkit-border-radius: 50px;-moz-border-radius: 50px;}
#content.boutique #articles .nbrCreditIG {text-align:left;float: left;background: rgb(204 204 204 / 0.5);border: solid 1px rgb(204 204 204);}
#content.boutique #articles .nbrCreditPV {margin-top:25px;position:absolute;clear:both;text-align:left;float: left;background: rgb(204 204 204 / 0.5);border: solid 1px rgb(204 204 204);}
#content.boutique #articles .nbrCredit {text-align:right;float: right;}
#content.boutique #articles .article:hover {cursor: pointer;box-shadow:0 1px 4px rgba(0,0,0,0.5);}
#content.boutique #articles table {border-collapse: separate;border-spacing: 10px;}
/* #content.boutique #articles td {width:200px;} */

/*===> Commande <===*/
#content.commande h3 {margin: 10px; text-align: center;}
#content.commande img[alt=paypal] {height:20px; vertical-align: middle;}

/*===> Inscription <===*/
#content.inscription table {background-color:#DBDBDB;width:80%;margin:15px auto;padding:10px;}
#content.inscription td {padding: 5px;  border: 1px solid #dddddd; text-align: center; margin:5px; width:50%;}
#content.inscription td input {padding:5px;border-radius:4px;width:95%;}

/*===> Connexion <===*/
#content.login table{background-color:#DBDBDB; width: 80%; margin:15px auto; padding:10px;}
#content.login td {padding:5px; border:1px solid #DDD; text-align: left; margin: 5px; width:50%;}
#content.login td input {padding: 5px; border-radius:4px; width: 95%;}
#content.login tr.input td {background:#EEE;}

/*===> Affichage membre <===*/
#content.membre #affichage_profil {border:1px solid transparent;}
#content.membre #affichage_profil h3 img {position: relative; bottom:4px; left:1px;}
#content.membre #affichage_profil img[alt=skin] {height:200px; width:200px; background-color:#FAFAFA; padding:5px; border:1px solid #F2F2F2; float: left; margin-right:10px;}
#content.membre #affichage_profil table {margin: 10px auto;}
#content.membre #affichage_profil h3 {margin: 10px auto; text-align: center; font-weight:bold; letter-spacing: 0.8px;}
#content.membre #affichage_profil h3 img {margin-left:5px;}
#content.membre #affichage_profil table.infos td img {vertical-align: middle; margin-right:5px; position: relative; bottom:2px; width:16px; height: 16px;}
#content.membre #affichage_membre table {width:100%;}
#content.membre #affichage_membre td {vertical-align: middle;}
#content.membre #affichage_membre table td img {width:40px; height:40px;}
#content.membre #affichage_membre table td img:hover{opacity: 0.9;}
#content.membre #affichage_membre table td:first-child{width:40px;}
#content.membre #affichage_membre .pagination ul li.inactive,
#content.membre #affichage_membre .pagination ul li.inactive:hover{background-color:#ededed;color:#bababa;border:1px solid #bababa;cursor: default;}
#content.membre #affichage_membre .data ul a, .data li{list-style: none;margin: 5px 0 5px 0;color: #000;font-size: 13px;}
#content.membre .pagination{height: 25px;padding:0px;}
#content.membre .pagination ul {margin-top:10px;margin-left:-25px;}
#content.membre .pagination a, .pagination li{list-style: none;float: left;padding: 2px 6px 2px 6px;font-family: arial;font-size: 14px;font-weight: bold;background-color:#ededed;border:1px solid #bababa;}
#content.membre .pagination ul a:hover{background-color:#bababa;color:black;cursor: pointer;text-decoration: none;}
#content.membre #affichage_membre .total{position: relative; top:7px;}
#content.membre #affichage_membre.pagination ul {padding: 0px;margin-top:10px;}
#content.membre #affichage_membre a[alt=playerName] {font-weight:bold;}
#content.membre .total {margin-left:10px;}
#content.membre #div1 h3 {text-align: center; margin: 15px;}
#content.membre #tabmenu { color: black;border-bottom: 1px solid #7B7B7B; padding: 0px; z-index: 1;position: relative;padding-left: 10px;}
#content.membre #tabmenu li {top:1px;position: relative;display: inline; overflow: hidden; list-style-type: none;}
#content.membre #tabmenu a { color: #7B7B7B; padding: 2px 5px 0px 5px; text-decoration: none;cursor:hand;border-radius:3px 3px 0px 0px;}
#content.membre #tabmenu a.active { background: #7B7B7B; border: 1px solid  #7B7B7B;border-width:1px 1px 1px 1px;color:white;font-weight:bold;}
#content.membre #tabmenu a:hover:not(.search) { color: white; background: #7B7B7B;}
#content.membre #tabmenu a.search:hover img {opacity: 0.8;}
#content.membre .tab_bar {height:5px;border: 1px solid #7B7B7B; background-color:#7B7B7B;margin-bottom:5px;}
#content.membre .desactive {display: none;}
#content.membre #more_infos {background-color:#E6E6E6;border: 1px solid #CCC;border-radius: 2px;padding:10px;}
#content.membre ul{padding-left: 25px;}
#content.membre ul li{list-style: circle;}
#content.membre #rechercheMembre input {width:100%; font-size:large;}
.searchListeMembre td {height:40px;border:1px solid #DDD; vertical-align: middle; padding: 5px;}
.searchListeMembre td:first-child {width:40px; border-width: 1px 0 1px 1px;}
.searchListeMembre td:last-child {width:100%;}
.searchListeMembre img {height:40px; width:40px;}
.searchListeMembre img:hover {opacity: 0.8;}
.searchListeMembre {font-size:15px;}
#content.membre #display_results {margin-top:5px;}
#display_results table {width:100%;}

/*===> Messagerie <===*/
#content.messagerie input, textarea {border-radius:0px; margin-top:3px; margin-bottom:3px;}
#content.messagerie input[type=submit] {margin-top:7px;}
#content.messagerie input[type=text] {width:100%;}
#content.messagerie #newMessage td {font-weight:bold; padding: 5px; width:50%;}
#content.messagerie input[type=checkbox] {margin-left:5px; vertical-align: middle;}
#content.messagerie table {width:100%;}
#content.messagerie table.conv td:first-child {width:1%;}
#content.messagerie table.conv td {vertical-align: middle;}
#content.messagerie td a {font-weight:bold;}
#content.messagerie table.conv tr:nth-child(n+2) td:nth-child(n+3) {text-align: center;}
#content.messagerie .newBillet {padding: 3px 12px; vertical-align: middle; top:2px; position: relative; text-decoration: none;}
#content.messagerie .messagerie_titre, .billet_titre { padding:5px;border-radius:3px;}
#content.messagerie .messagerie_titre {background-color: #DDD;}
#content.messagerie .billet_titre {background-color: #CCC;}
#content.messagerie .messagerie_texte, .billet_texte {margin: 0 10px;padding: 10px 15px;background: #f4f4f4;border: 1px solid #ccc;border-top: 0;}
#content.messagerie table.affConv td:first-child {margin:0px; width:40px; height:40px;}
#content.messagerie table.affConv td:first-child img {width:40px; height:40px;}
#content.messagerie table.affConv td {vertical-align: top; margin: 0px;}
#content.messagerie table.affConv td:last-child {margin:0px; border-width:1px 0 1px 0px;}
#content.messagerie table.affConv td textarea {margin:0px; height:40px;}

/*===> Mon compte <===*/
#content.mon_compte table.infos { width:95%; margin: 10px auto;}
#content.mon_compte table.infos td {width:50%;}
#content.mon_compte table.infos input:not([type=submit]) {width: 100%; }
#content.mon_compte table.liste_achat,table.support {width:95%;margin:10px auto;}
#content.mon_compte table.support td:nth-child(1) {width:1%;}
#content.mon_compte table.support td:nth-child(2) {width:35%;}

/*===> Support <===*/
#content.support input, textarea {border-radius:0px; margin-top:3px; margin-bottom:3px;}
#content.support input:not([type=checkbox]):not([type=submit]), textarea {width:100%;}
#content.support input[type=checkbox] {margin-left:5px; vertical-align: middle;}
#content.support table {width:100%;}
#content.support td:first-child {width:1%;}
#content.support td {vertical-align: middle;}
#content.support td a {font-weight:bold;}
#content.support tr:nth-child(n+2) td:nth-child(n+3) {text-align: center;}
#content.support #listeBillets h3 {float: left;}
#content.support #listeBillets td:first-child {width:16px;}
#content.support .newBillet {padding: 3px 12px; vertical-align: middle; top:2px; position: relative;}
#content.support .support_titre, .billet_titre { padding:5px;border-radius:3px;}
#content.support .support_titre {background-color: #DDD;}
#content.support .billet_titre {background-color: #CCC;}
#content.support .support_texte, .billet_texte {margin: 0 10px;padding: 10px 15px;background: #f4f4f4;border: 1px solid #ccc;border-top: 0;}

/*===> Passe-perdu <===*/
#content.passe-perdu table {background-color:#DBDBDB;width:80%;margin:15px auto;padding:10px;}
#content.passe-perdu td {padding: 5px;  border: 1px solid #dddddd; text-align: left; margin:5px; width:50%;}
#content.passe-perdu td input {padding:5px;border-radius:4px;width:95%;}
#content.passe-perdu tr.input td {background-color:#eee;}
/*===> SLIDER <===*/
#slider {
	padding:0px;
	margin:0px;
	margin-bottom: 15px;
  background-color: rgba(255,255,255,0.3);
	width:998px;
	height:420px;
  border-radius: 4px;
}

#featured {
	position:relative;
	height:250px; overflow:hidden;
	font-family: blue;
}

#slider .ui-tabs-panel img{
	width:100%;
}

#featured .ui-tabs-panel .info{
	display:none;
}

#featured ul.ui-tabs-nav{
	float:right;
	list-style:none;
	padding:0; margin:0;
	width:250px; height:250px;
	overflow:auto;
	overflow-x:hidden;
}

#featured ul.ui-tabs-nav li{
	padding:1px 0; padding-left:13px;
	color:#666;
}

#featured ul.ui-tabs-nav li img{
	float:left; margin:2px 5px;
	background:#fff;
	padding:2px;
	border:1px solid #eee;
}

#featured li.ui-tabs-nav-item a{
	display:block;
	height:60px; text-decoration:none;
	color:#333;  background:#fff;
	line-height:20px; outline:none;
}

#featured li.ui-tabs-nav-item a:hover{
	background:#f2f2f2;
}

#featured li.ui-tabs-nav-item img{
	width:80px;
	height:50px;
}

#featured li.ui-tabs-selected, #featured li.ui-tabs-active{
	background:url('/images/selected-item.gif') top left no-repeat;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a{
	background:#ccc;
}

#featured .ui-tabs-panel{
	width:610px; height:250px;
	background:#999; position:relative;
}

#featured .ui-tabs-panel img{
height:250px; width:100%;
}

#featured .ui-tabs-panel .info{
	position:absolute;
	bottom:0; left:0;
	height:70px;
	background-color: rgba(0, 0, 0, 0.5);
	padding:5px;
	width:600px;
}

#featured .ui-tabs-panel .info a.hideshow{
	position:absolute;  color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}

#featured .info h2{
	color:#fff; padding:5px 0px 7px 5px; margin:0;
	overflow:hidden;
	font-family: minecraftiaregular;
}

#featured .info p{
	margin:0 5px;
color:#f0f0f0;
}

#featured .info a{
	text-decoration:none;
	color:#fff;
}

#featured .info a:hover{
	text-decoration:underline;
}

#featured .ui-tabs-hide{
	display:none;
}

/*===> NAVIGATION <===*/
#navigation {
	position: fixed;
	margin-left: 0px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	height: 40px;
	line-height: 40px;
	border: none;
}

#navigation img {
	width:16px;
	height:16px;
}

#navigation a {
	-webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}

#navfix {
	position: fixed;
	width: 100%;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e5e5e5;
	border-top-width: 0px;
}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu { line-height: 1.0 }
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li { width: 100% }
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a.nav {
    display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
background-color: #ffffff;
border-right-color: rgba(0, 0, 0, 0.2);
border-right-style: solid;
border-right-width: 1px;
border-bottom-color: rgba(0, 0, 0, 0.2);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgba(0, 0, 0, 0.2);
border-left-style: solid;
border-left-width: 1px;
-moz-border-radius: 6px;
-moz-border-radius: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;

-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top: -999em }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

.sf-menu a.nav{
	padding: 0 12px;
	height: 41px;
	line-height: 40px;
	text-decoration: none;
	font-family: minecraftiaregular;
	font-size: 14px;
	text-shadow: 1.75px 1.75px 0px rgba(92, 92, 92, 0.1);
	letter-spacing: -0.5px;
}

.sf-menu a.nav.nm {
	color: #5c5c5c;
	height: 40px;
	border: none;
  text-transform: none;
	border-bottom: 1px solid #e5e5e5;
}
.sf-menu a.reseaux:hover{
	opacity:0;
}

.sf-menu a:hover.nav.nm{
	color: #5c5c5c;
	background-color: #e5e5e5;
	text-shadow: 1.75px 1.75px 0px rgba(92, 92, 92, 0.1);
}

.sf-menu a:hover.nav.nm.con1head{
	background-color: #0059C5;
	height:40px;
}

.sf-menu a:hover.nav.nm.inscr1head{
	background-color: rgb(233, 151, 0);
	height:40px;
}

.inscr1head:hover{
	background-color: rgb(233, 151, 0);
}

.con1head:hover{
	background-color: #0059C5;
}

li.sfHover { color: #333 }
.sf-menu li li {text-transform: none; }
.sf-menu li li li { background: #333 }
.sf-menu ul a {
	color: #CCC;
	padding: 0 1.2em;
	height: 35px;
	line-height: 35px;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    width: 9px;
    height: 5px;
    text-indent: -999em;
    overflow: hidden;
    background: url('/images/arrows-down.png');
}
a > .sf-sub-indicator {
    /* give all except IE6 the correct values */
    top: 18px;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus.> .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -9px 0px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    top: 1px;
    width: 5px;
    height: 9px;
    background: url('/images/arrows-side.png');
}
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0 }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator.nav {
    background-position: -5px 0; /* arrow hovers for modern browsers*/
}

.reseaux{
	float:right;
	padding:4px 3px 0px 0px;
}

.reseaux img {margin:0 2px;}

.reseaux a:hover{
	opacity: 0.9;
}

#navigation {

}

#navigation a.test {
	color:red;
	display: inline;
	vertical-align: middle;
}

#navigation a.niveau2{
	border: none;
}

#navigation ul ul {
	display:none;
	left: 164px;
	position:absolute;
	top: -5px;
}

.iconfuck {
	vertical-align: top;
	border:solid 1px black;
	margin-top: 12px;
}

#navigation li:hover ul.niveau2 { display:block; }
#navigation li:sfhover ul.niveau2 { display:block; }

#navigation .niveau2 li{
	border:none;
	background-color:white;
	color:white;
}

#navigation .niveau2 li:hover{
	background-color:#e6e6e6;
}

#navigation .autre:hover {
	background-color:#e6e6e6;
}

#navigation .sf-menu a.nav.autre {
	color: white;
}

#navigation .arrow {
	width:10px;
	height:5px;
	top:-3px;
	position: relative;
}

/*===> MENU DROITE<===*/
#sidebar #onlinePlayers {
	margin: 0px 10px 10px 10px;
	padding: 6px 8px 6px 8px;
	background-image: url("/images/item/hardened_clay_stained_light_blue.png");
	background-size: 32px;
	color: white;
	overflow:hidden;
	line-height: 0px;
	border-right: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
#sidebar #onlinePlayers img {
	opacity:0.6;
	-webkit-backface-visibility: hidden;width:32px;height:32px;margin: 2px;}
#sidebar #onlinePlayers img:hover {opacity:1;-webkit-backface-visibility: hidden;-webkit-transition: 0.3s ease;cursor: pointer;}

.vanished_imgeffect{
	opacity:0.25 !important;
	filter: grayscale(100%);
}
.vanished_imgeffect:hover{
	opacity:1.0 !important;
}

#sidebar #onlinePlayers.aucun {
width: 32px;
height: 32px;
box-shadow: 0 1px 4px rgba(0,0,0,0.5);
border: 1px solid black;
margin: 5px -1px -6px 5px;
}
.index_face img {
	opacity:0.6;
	-webkit-backface-visibility: hidden;width:20px;height:20px;}
.index_face img:hover {opacity:1;-webkit-backface-visibility: hidden;-webkit-transition: 0.3s ease;cursor: pointer;}

.staffonline {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	image-rendering: -moz-crisp-edges;
	background-image: url("/images/item/hardened_clay_stained_red.png") !important;
}

#sidebar {
	float: right;
	color: #5c5c5c;
	width:250px;
	margin-left: 10px;
  margin-bottom: 300px;
}

#sidebar h3{
	background-image: url("/images/item/5.png");
	padding: 5px;
	margin: 5px 5px 0px 5px;
	background: linear-gradient(to bottom, #ffffff, #f2f2f2);
	border: 1px solid black;
}

#sidebar h3 a {
	color:white;
}

#espace_membre {
	padding:5px;
}

#espace_membre a.selected{
	opacity:1;
}

#espace_membre a{
	display: block;

}

#espace_membre a:hover{
	text-decoration: none;

}

#espace_membre img[alt=skin] {
	width:40px;
	height:40px;
	border:1px solid black;
}

#newsletter {
	background-image:url("/images/item/79.png");
	margin:0px 10px 10px 10px;
	padding:5px;
	color:white;
	text-shadow:1px 1px 1px black;
}

.block > .contenu {
	margin:0px 10px 10px 10px;
	padding:5px;
	border: 1px solid black;
	border-top:0px;
}

.stats {
	background-image: url("/images/item/hardened_clay_stained_yellow.png");
	color: white;
	text-shadow: none;
}
.stats img {
	vertical-align: middle;
	image-rendering: pixelated;
	image-rendering: -moz-pixelated;
	image-rendering: -o-pixelated;
	height:24px;
	width:24px;
	border:1px solid black;
	margin:1px 5px 1px 0;
	position: relative;
	bottom: 1px;
}

.stats li {
	list-style: square;
	margin-left:25px;
}

.modulecustom {
	background-image:url("/images/item/13.png");
	margin:0px 10px 10px 10px;
	padding:5px;
	text-shadow:black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
	color:white;
	border: 1px solid black;
	border-top:0px;
}

#newsletter  input{
	padding:5px;
	font-family: blue, geneva, sans-serif;
	border:1px solid black;
}

#newsletter.center {
	text-align: left;
}

#newsletter a {
	color:white;
}

#newsletter  input[type=submit]{
	border:1px solid black;
	padding:3px;
	margin:5px;
	border-radius:5px;
	text-shadow:1px 1px 2px black;
	color:white;
	font-family: blue;
	font-weight:bold;
	cursor:pointer;
}

#joueursenligne {
	margin:0px 10px 10px 10px;
	padding-top:10px;
	padding-bottom:5px;
	background-image:url("/images/item/82.png");
	color:white;
	text-shadow:black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
}

#joueursenligne td{
	vertical-align: middle;
	text-align:center;
}

#joueursenligne img{
	margin-left:5px;
	width:30px;
	height:30px;
}

#joueursenligne tr:hover{
	cursor:pointer;
	text-decoration:underline;
}

#joueursenligne table{
	border-collapse:collapse;
}

#joueursenligne td{
	vertical-align:middle;
}

/*===> INDEX <===*/
#content.index {
	background-image: url("/images/white_terracotta.png");
	border: 1px solid rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.5);
	background-size: 64px;
	padding:10px;
	margin-bottom:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #5c5c5c;
}

#content.index .selectNews img {
	float:left; max-width:80px;
}

.selectNews ul{
	padding: 12px;
}
.selectNews td a{
	font-weight:bold;
	color: #5c5c5c;
}

#content.index .selectNews a.titre {
	font-weight: normal;
	font-family: minecraftiaregular;
	text-decoration:none;
	line-height: 22px;
	position:absolute;
	font-size: 14px;
	color: #5c5c5c;
	padding-left: 8px;
	text-shadow: 2px 2px 0px #dedede;
}

#content.index .box83 {
	margin:0px 10px 10px 15px;
	background-image:url("/images/item/82.png");
	color:white;
	text-shadow:black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
	padding:10px;
	border-radius:0 0 3px 3px;
}

#content.index .box12 {
	margin:0px 10px 10px 15px;
	background-image:url("/images/item/12.png");
	color:white;
	text-shadow:black 1px 1px, black -1px 1px, black -1px -1px, black 1px -1px;
	padding:10px;
	border-radius:0 0 3px 3px;
}

#content.index .news {
	border:1px solid black;
	border-radius:5px;
	background-color: rgba(0,0,0, 0.3);
}

#content.index .news .titre {
	display:block;
	background-color: rgba(0,0,0, 0.5);
	padding:5px;
}

#content.index .news .image {
	float: left; margin-right:5px;
}

#content.index .news .content {
	text-align:justify;
	padding:5px;
	display: inline-block;
}
#content.index .news .image img{
	max-width:100px;
	max-height:100px;
}

#content.index .news .feedback {
	display:block; background-color: rgba(0,0,0, 0.5); padding:5px;
}

#content.index .news .feedback a{
	color:white;
	font-weight:bold;
}

#content.index .pc_container{
	width: 99%;
	height: 200px;
	border:1px solid gray;
	border-radius:2px;
	margin:0 auto;
}

#content.index .pc_container img{
	height: 200px;
	width: 100%;
}

/*===> FOOTER <===*/
#footer {
	padding: 5px;
  text-align: center;
  color: black;
  margin-top: 10px;
  clear: both;
  box-shadow: none;
	background-image: url(/images/white_terracotta.png);
  background-size: 64px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom: 0px;
}

#footer a{
	font-weight:bold;
	text-decoration: none;
}


#content.update td {
	padding:10px;
	vertical-align:middle;
	text-align:center;
}


/*Boutique*/
#boutique {width: 100%;}


.nbrcredit {
background-color:#F2F2F2;
border-radius:5px;
padding:10px;
color:black;
margin:10px;
text-align:center;
box-shadow:0 1px 4px rgba(0,0,0,0.2);
}

.nbrcredit a{font-weight:bold;}


.shop-item {
border:1px solid #DDD;
border-radius:4px;
cursor:pointer;
text-align:center;
margin:5px;
background-color:white;
color:black;
padding:5px;
}

.shop-item img{
	padding:5px;
}

.prix{
display: inherit;
font-size: 8pt;
text-align:right;
}

.discordside {
	vertical-align: middle;
  padding-left: 40px;
  overflow: hidden;
}

.notifications {
	position: relative;
	width: 30px;
	height: 40px;
	line-height:40px;
	padding: 0;
	overflow: visible;
}

.notifications svg {
	vertical-align: middle;
}

.notifications a {
	text-align: center;
}

.notifications > .new-message a {
	font-size: 9px;
	min-width: 5px;
  text-align: center;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	position: absolute;
	padding: 1px 1px;
	height: 10px;
  width: 10px;
  top: 3px;
  left: 20px;
  line-height: 10px;
	color: #f5f5f5;
	background: #cc0000;
	background: -moz-linear-gradient(top,#dd0000 0,#cc0000,100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dd0000),color-stop(100%,#cc0000));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0000',endColorstr='#cc0000',GradientType=0);
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-o-border-radius: 60px;
	border: 1px solid rgba(0,0,0,0.50);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 1px 1px rgba(255,255,255,0.50);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 1px 1px rgba(255,255,255,0.50);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 1px 1px rgba(255,255,255,0.50);
	-o-box-shadow: 0px 1px 3px rgba(0,0,0,0.35), inset 0px 1px 1px rgba(255,255,255,0.50);
	z-index: 1;
}

.well2 {
background-color: whiteSmoke;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(white), to(whiteSmoke));
background-image: -moz-linear-gradient(top, white, whiteSmoke);
background-image: -ms-linear-gradient(top, white, whiteSmoke);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whiteSmoke));
background-image: -webkit-linear-gradient(top, white, whiteSmoke);
background-image: -o-linear-gradient(top, white, whiteSmoke);
background-image: linear-gradient(top, white, whiteSmoke);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
border: 1px solid #DDD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
}

.well {
background-color: whiteSmoke;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(white), to(whiteSmoke));
background-image: -moz-linear-gradient(top, white, whiteSmoke);
background-image: -ms-linear-gradient(top, white, whiteSmoke);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whiteSmoke));
background-image: -webkit-linear-gradient(top, white, whiteSmoke);
background-image: -o-linear-gradient(top, white, whiteSmoke);
background-image: linear-gradient(top, white, whiteSmoke);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
border: 1px solid #DDD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
width:45%;
text-align: left;
position: relative;
float: left;
height: 150px;
padding: 5px !important;
margin: 5px;
cursor: pointer;
}


.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
  color: #ffffff;
}
.btn .close, .alert-message .close {
  font-family: Arial, sans-serif;
  line-height: 18px;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success, .alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info, .alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.active, .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
:root .alert-message, :root .btn {
  border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}



.modal-backdrop {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11000;
  max-height: 500px;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal .close {
  margin-top: 7px;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  border-bottom: 1px solid #eee;
  padding: 5px 15px;
}
.modal-body {
  padding: 15px;
}
.modal-body form {
  margin-bottom: 0;
}

#modal-footer-base {
	display: none;
}

.modal-footer {
  background-color: #f5f5f5;
  padding: 14px 15px 15px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  zoom: 1;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  float: right;
  margin-left: 5px;
}
.modal .popover, .modal .twipsy {
  z-index: 12000;
}
.twipsy {
  display: block;
  position: absolute;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  z-index: 1000;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.above .twipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.twipsy.left .twipsy-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.twipsy.below .twipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.twipsy.right .twipsy-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.twipsy-inner {
  padding: 3px 8px;
  background-color: #000000;
  color: white;
  text-align: center;
  max-width: 200px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.twipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 5px;
  display: none;
}
.popover.above .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.below .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover .inner {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  padding: 3px;
  overflow: hidden;
  width: 280px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover .title {
  background-color: #f5f5f5;
  padding: 9px 15px;
  line-height: 1;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #eee;
}
 .popover .content {
  background-color: #ffffff;
  padding: 14px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover .content p, .popover .content ul, .popover .content ol {
  margin-bottom: 0;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.label {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: none;
}
.label.important {
  background-color: #c43c35;
}
.label.warning {
  background-color: #f89406;
}
.label.success {
  background-color: #46a546;
}
.label.notice {
  background-color: #62cffc;
}
.media-grid {
  margin-left: -20px;
  margin-bottom: 0;
  zoom: 1;
}
.media-grid:before, .media-grid:after {
  display: table;
  content: "";
  zoom: 1;
}
.media-grid:after {
  clear: both;
}
.media-grid li {
  display: inline;
}
.media-grid a {
  float: left;
  padding: 4px;
  margin: 0 0 18px 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.media-grid a img {
  display: block;
}
.media-grid a:hover {
  border-color: #0069d6;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
}

.warning_r {
	margin-top: 10px;
	margin-bottom: 10px;
}
.warning_v {
	margin-top: 10px;
	margin-bottom: 10px;
}


@-webkit-keyframes blink {
    0% {color:#E00000;}
    50% {color:#E00000;}
    50.01% {color: #5c5c5c;}
    100% {color: #5c5c5c;}
}

@-moz-keyframes blink {
    0% {color:#E00000;}
    50% {color:#E00000;}
    50.01% {color: #5c5c5c;}
    100% {color: #5c5c5c;}
}

@-ms-keyframes blink {
    0% {color:#E00000;}
    50% {color:#E00000;}
    50.01% {color: #5c5c5c;}
    100% {color: #5c5c5c;}
}

@-o-keyframes blink {
    0% {color:#E00000;}
    50% {color:#E00000;}
    50.01% {color: #5c5c5c;}
    100% {color: #5c5c5c;}
}

@keyframes blink {
    0% {
			color:#E00000;
			text-shadow: 1.75px 1.75px 0px rgba(224, 0, 0, 0.1);
		}
    50% {
			color:#E00000;
			text-shadow: 1.75px 1.75px 0px rgba(224, 0, 0, 0.1);
		}
    50.01% {
			color: #5c5c5c;
			text-shadow: 1.75px 1.75px 0px rgba(92, 92, 92, 0.1);
		}
    100% {
			color: #5c5c5c;
			text-shadow: 1.75px 1.75px 0px rgba(92, 92, 92, 0.1);
		}
}

@keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-1692px, 0, 0);
  }
}

.adminvald {
	background-image: url('/images/wheel.GIF');
	background-size: 32px;
	background-position: center;
	background-repeat: no-repeat;
	transition: background 0.1s;
}
.adminvald:hover{
	background-image:url('/images/true2.png');
}

.ref{
	transition: 0.1s;
	-webkit-transition: 0.1s;
}
.ref:hover{
	background-image:url('/images/false2l.png') !important;
	background-size: 60px !important;
	opacity: 1 !important;
	transition: 0.1s !important;
	-webkit-transition: 0.1s !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.evtrans{
	background-image:url('/images/event.png') !important;
	background-size: 96px !important;
}
.evtrans:hover{
	background-position-x: 48px !important;
}

.roue {
	background-image: url('/images/wheel.GIF');
	background-size: 32px;
	background-position: center;
	background-repeat: no-repeat;
}
.true2 {
	background-image: url('/images/true2.png');
	background-size: 32px;
	background-position: center;
	background-repeat: no-repeat;
}

.gui_inv{
	margin:auto;
	width:528px;
	height:498px;
	background-image:url('/images/gui.png');
	background-size:528px;
	image-rendering: pixelated;
}

.gui_inv table{
	margin-left:21px;
	width:486px;
	height:162px;
	margin-right:21px;
}

.gui_inv td{
	width:54px;
	height:54px;
}

.gui_inv a{
	position: relative;
	display:block;
	cursor: default;
	width:54px;
	height:54px;
}

.gui_inv tr{
	width:486px;
	height:54px;
}

.tablist{
	width:291px;
	height:162px;
	margin:16px;
	image-rendering: pixelated;
	font-family: minecraftiaregular;
	font-size:12pt;
	margin: auto;
}

.tablist span{
	display:block;
	text-align:center;
	line-height: 19px;
	cursor:default;
}

.tablist span::selection{
	background:none;
}
.tablist font::selection{
	background:none;
}
.tablist img::selection{
	background:none;
}

.sprite {
	image-rendering: optimizeSpeed;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor;
}

.inv-sprite{
	background-image:url('/images/items/InvSprite.webp?cache=mc121a');
	background-position-x: 48px;
	position: relative;
	left: 3px;
	top: 3px;
	background-size: 1536px;
	display:block;
	width:48px;
	height:48px;
	background-repeat: no-repeat;
}

.gui-hover{
	display:none;
	float:left;
	z-index: 5;
	background-color: #fffffe80;
}

.invslot-stacksize {
	position: absolute;
	right: 0px;
	bottom: 1px;
	font-family: 'Minecraft', sans-serif !important;
	font-size: 24px;
	font-weight: normal !important;
	color: #FFF !important;
	text-shadow: 3px 3px 0 #3F3F3F;
	filter: dropshadow(color=#3F3F3F,offx=2,offy=2);
	z-index: 2;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {

	/* .background01 {
		margin:0 auto;
		background: url('/images/backgroundx2.jpg') no-repeat top center;
		background-color: black;
		background-size: 1920px;
	}

	.background02 {
		margin:0 auto;
		background: url('/images/backgroundbabibx2.jpg') no-repeat top center;
		background-size: 1920px;
		background-color: black;
	}

	.background03 {
		margin:0 auto;
		background: url('/images/backgroundneigex2.jpg') no-repeat top center;
		background-size: 1920px;
		background-color: black;
	} */

	.ov{
		background-image: url(/images/iconesx2.png);
		background-size:200%;
	}
	.ov5{
		background-image: url(/images/sonx2.png);
	}
	.pouces{
		background-image: url(/images/poucesx2.png);
		background-size:200%;
	}
}
