Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
@media screen and (min-width: 851px)
	{
		#mw-header-container {
			position:relative;
		}
		#mw-header-nav-hack, #mw-header-hack
		{
			position:relative;
			top: 0;
		}
		.color-left,.color-middle,.color-right{
				background:#006699;
		}
		#mw-content-container
		{
			margin-top:0;
		}
	}
.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {top:0;}

.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c5{background:#fff6f6;}

@media screen and (min-width: 1100px){
#mw-site-navigation, #mw-related-navigation {
    padding-right: 1em;
    box-sizing: border-box;
    display: block;
    width: 14em;
    position: relative;
}
}
@media screen and (min-width: 1340px){
#mw-related-navigation {
    /*padding-left: 1em;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    width: 16em;
    -ms-flex: 0 0 16em;
    flex: 0 0 16em;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;*/
}
}