

	body {
		margin:0px !important;
		padding:0px !important;
		width:100%;
		overflow-x:hidden;
		position:relative;
		background-color:#D1E1B2;
		text-align:center;
		}
		
	#defis_container {
				
		/* Pour gerer le 100% IE */
		*height:100%;
		margin-top:20px;
		min-height: 100%;
		}
		
		
	#corps_defis {
		width:980px;
		margin:auto;
		word-wrap:break-word;
        position: relative;
        /* Pour gerer le 100% IE */
		/* height: auto !important; /* this is added to fixed all other browser dynamic height problem */
		
		*height:100%;
		min-height: 100%;
        /*height: 100%;*/
		
		font-family:tahoma;
		
		background:white;
		}
		
		
	#corps_defis #ombres {
		/*width:1016px;
		background-image:url('//static.wonderz.com/wonderz/playbox/img/defis/ombre.png');*/
		background-repeat:repeat-y;
		height:100%;
		left:0px;
		margin-left:-17px;
		position:absolute;
		/*top:0px;
		bottom:0px;*/
		z-index:0;
		}
		
	#corps_defis #contenu_defis {
		position:relative;
		z-index:1;
		top:-8px;
		}
		
	.clear { 
		clear:both;
		font-family : tahoma;
		font-size:11px;
		}
		
#space_bar {
		width:100%;
		height:45px;
		}
		
#cache_defis {
	position:fixed;
	z-index:7;
	width:100%;
	height:100%;
	display:none;
	top:0;
	left:0;
	}
#cache_defis .fond {
	background-color:black;
	/*opacity:0.5;*/
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	}


#popup_defis {
	position:absolute;
	z-index:20;
	top:25%;
	width:586px;
	left:50%;
	margin-left:-260px;
	display:none;
	}

#popup_fin_defis {
  	position: absolute;
    z-index: 220;
    top: 128px;
    width: 720px;
    left: 12%;
    /* margin-left: -357px; */
    display: none;
    }
	
#background_defis {
	top:300px;
	width:148px;
	height:336px;
	left: 50%;
	margin-left: -638px;
	/*background-image:url('//static.wonderz.com/wonderz/playbox/img/defis/home/medaille.jpg');*/
	position:absolute;
	/*
	position:fixed;
	*position:absolute;
	*top: expression((document.documentElement.scrollTop || document.body.scrollTop) + this.offsetHeight - this.offsetHeight + 300);	*/
	}

#contenu_defis .title-defi-level-two {
	background:url('//static.wonderz.com/wonderz/playbox/img/defis/presentation_jeu/fd_titre02.jpg') left top no-repeat;
	text-align:left;
	font-family:Grobold;
	font-size:17px;
	width:707px;
	height:34px;
	padding-top:8px;
	padding-left:18px;
	box-sizing: border-box;
	color:black;
	margin-top: 14px;
	margin-bottom: 10px;
	}

.title-defi-level-two {
	position:relative;
}

 
/** deplacement des ancres un peu au dessus */
.title-defi-level-two > a[name] {
	position: absolute;
	top:-100px;
	visibility: hidden;
}

.title-defi-level-two span.title-defi-picto-game {
	display:inline-block;
	box-sizing:border-box;
	font-size:2rem;
	width:0.93em;
	height:1em;
	background-size:100% 400%;
	margin-top:-0.2em;
	margin-right:0.2em;
    vertical-align: middle;
}


#flashgame-loader {
    background-image: url('//static.wonderz.com/wonderz/playbox/img/jeu/loader_flash.gif');
    background-repeat: no-repeat;
    background-size: auto;
    height: 500px;
    width: 97%;
    left:0%;
    position: absolute;
    background-position-x: center;
    background-position-y: center;
    z-index: 2;
    display: initial;
}



/**
___RESPONSIVE
**/


@media screen and (max-width: 992px) {


    #corps_defis {
        width:100%;
    }


}



/**
___FIN RESPONSIVE
**/



