.menuDesktop{
	top:0px; 
	width:1024px;
}
.menuMobile{
	top:0px; 
}
.banner{
    margin-top: 144px;
}
.banner.myAccount {
    margin-top: 150px;
}
.container{
	width:1024px; 
	margin:auto;
}
body{
overflow: auto;
}

.espaceMenuMobile {
	margin-top: 30px !important;
}

.baita{
	top: 0px;
}
	
@media screen and (max-width: 768px) {
	.container{
		width: auto;
	}
	.banner.myAccount {
		margin-top: 322px;
	}
	.banner.myAccount.traitementFichier {
		margin-top: 304px;
	}
}