

	body {
		margin:0px !important;
		padding:0px !important;
		width:100%;
		overflow-x:hidden;
		position:relative;
		background-color:#F3ECD0;
		text-align:center;
		}
		
	#flashgame_container {
		height:100%;
		min-height: 100%;
		}
		
		
	#corps_flashgame {
		width:100%;
		margin:auto;
		word-wrap:break-word;
        position: relative;	
		height:100%;
		min-height: 100%;		
		font-family:tahoma;
		background:white;
		/*box-shadow:0 0px 10px 5px rgba(0,0,0,0.75);*/
		}
		
		
		
	#corps_flashgame #contenu_flashgame {
		position:relative;
		z-index:1;
		overflow:hidden;
        width: 74%;
        display: contents;
		}
		
	.clear { 
		clear:both;
		font-family : tahoma;
		font-size:11px;
		}
		
#space_bar {
		width:100%;
		height:45px;
		}
		