


body {
	margin:0px !important;
	padding:0px !important;
	width:100%;
	overflow-x:hidden;
	position:relative;
	background-color:#F3ECD0;
	text-align:center;
	}
	
#jeuxbutin_container {
			
	/* Pour gerer le 100% IE */
	/*
	height:auto;
	*height: 100% !important;
    *height: 1px;
    *min-height: 1px ;*/
	*height:100%;
	min-height: 100%;
	*margin-top:-19px;
	}
	
	
#corps_jeuxbutin {
	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_jeuxbutin #ombres {
	width:1016px;
	background-image:url('//static.zoovalley.com/zoovalley/playbox/img/jeuxbutin/ombre.png');
	background-repeat:repeat-y;
	/*height:10000px;*/
	height:100%;
	left:0px;
	margin-left:-17px;
	position:absolute;
	/*top:0px;
	bottom:0px;*/
	z-index:0;
	}
	
#corps_jeuxbutin #contenu_jeuxbutin {
	position:relative;
	z-index:1;
	/*background:white;*/
	}
	
.clear { 
	clear:both;
	}
	
#space_bar {
	width:100%;
	height:45px;
	*height:30px;
	}
