    body{
        margin:0;
        padding:0;
        background:#edcd96
    }
    #contenu{
        width:100%;
       position:relative;
        margin:0 auto
    }
    #lang{
    	position:relative;
    	width:100%;
    	min-height:15px;
    	display:block;
    	float:left;
    	border: red 1px solid;
    	z-index:900;
    }
    #lang a{
    	float:left;
    }
    .mvt{
    	position:relative;
    	display:block;
    	width:100%;
    	float:left;
    	color:red;
    }
    #mvt1{
    	width:200px;
    	min-height:100px;
       position:absolute;
       top:0;
       left:0;
    }

   .mvt h1{margin:0;padding:0;width:100%;float:left;font-size:1em;display:block;}
    img.trans{
    	width:200px;
    	margin:0;
    	padding:0;
    	position:absolute;
    	top:0;
    	left:0;
    }
   img.eye{
       position:absolute;
       top:0;
       left:0;
       width:100%;
   }
   audio{
       width:20%;
       position:absolute;
       bottom:0;
       right:0;
       z-index: 1000
   }
   #mvt1 ul{
       width:500px;
       position:absolute;
       top:0;
       left:-400px;
       margin:0;
       padding:0;
       color:red;
       font-weight:bold;
		text-shadow:0 0 5px black
	}
	.mvt1 ul li {
		margin:0;
		padding:0;
		width:100%;
		float:left;
	}
   h1{
       width:100%
   }
   #ligne{
   	width:200px;
   	height:100px;
       position:absolute;
       bottom:15%;
       left:15%;
       z-index:100;
   }
   .ligne{
   	margin:0;
   	float:left;
   }
   #infos{
   	width:400px;
   	position:absolute;
   	left:40%;
   	bottom:5%;
   	transition:3s ease-in-out;
   	-webkit-transition: 3s ease-in-out;
   }
#play{
	width:130px;
	height:30px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:100;
}
video{
	position:absolute;
	bottom:5%;
	right:0;
	z-index:1000;
}
nav{
	position: absolute;
	right:0;
	top:0;
   /*transition:visibility 0.3s linear,opacity 0.3s linear;*/
}

ul#agent, ul#dev, ul#com, ul#contact{
	width:400px;
	position:absolute;
	margin:0;
	padding:0;
	top:8%;
	left:3%;
	color:black;
	transition:3s ease-in-out all;
	-moz-transition:3s ease-in-out all;
	-webkit-transition:3s ease-in-out all;
}
#contact a{
	color:black;
	display:block;
	text-align:left;
	margin:0;
	padding:0;
}
.cl{
	position:fixed;
	right:0;
	top:0;
	width:100%;
	height:50px;
	z-index:100;
}
@media screen and (max-width:1483px){
	body{
		display:none;
	}
}