/* Menu horizontal complet, sans header et en position absolute (non fixed) */

:not(.fullScreen) > header {
	display: none;
}

nav.main {
	position: absolute;
    width: 100%;
}

/* Marge à gauche sur la partie droite */
:not(.fullScreen) > header + * {
	margin-top: 380px !important;
}

:not(.fullScreen) > .corps, body:not(.fullScreen) > h2, :not(.fullScreen) > nav.sousMenu {
	margin-left: 235px !important;
	/*margin-top: 390px;*/
	z-index: 5; /* sinon il peut se retrouver derrière le menu */
}

/* Carte du menu */
nav.main aside {
	top: 10px;
	right: 10px;
}
