
html, body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 100%;
    width: 100%;
	overflow: hidden;
	background-color: black;
}
body{
	background: url('Media/Image/FONDDEBUT.gif') repeat center fixed; 
    background-repeat:no-repeat;
    background-attachment:fixed;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
  /*-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  /*background-size: cover; /* version standardisée */
}

#conteneurbody
{
	display:flex;
    object-position:center;
	flex-direction:column;
	flex-wrap:nowrap;
	align-items: center; 
    margin-top:450px;*/
  	/*position: fixed;*/
}

.Bouton_Play:nth-child(1)
{
	order:1;
    object-position: center;
    align-self: center;
    background: transparent;
    /*border: solid #ffffff 2px;*/
    border: none !important;
	outline:none;
	cursor:hand;
	cursor:pointer;
    width=300px;
	height=169px;
}

/*
#bouton:hover
{
    background: url('Media/Image/bouton_Glitch.gif');
    cursor:hand;
	cursor:pointer;
}

*/