/* Surchagres Skin */
:root{
--fontStyle: "Marianne";
    --fontSize: 11pt;
    --main-bg: #D3D3D3;
    --main-fg: #2c2c2c;
    --borderColor: #CBCBCB;
    --target-bg: #dbd9cf;
    --header-bg: #F5F5F5;
    --header-fg: #BA0C2F;
    --menuWidth: 300px;
    --menu-bg: #002F6C;
    --menu-fg: white;
    --maxWidth: 1280px;
    --section-titre-bg: black;
    --section-titre-fg: #002F6C;
    --section-content-bg: #e9e9e9;
    --important-bg: #bfd9dd;
    --important-fg: #BA0C2F;
    --link-passive: white;
    --link-active: #ec6608;
    --block-badge-bg: #006978;
    --block-badge-fg: #FFFFFF;
    --block-border: #bfd9dd;
    --block-title: #006978;
    --profInstruction-bg: #0c9ef1;
    --profInstruction-fg: #FFFFFF;
    --studentInstruction-bg: #ec6608;
    --studentInstruction-fg: #FFFFFF;
    --button-bg-passive: #00343c;
    --button-fg-passive: #FFFFFF;
    --button-bg-active: #ec6607;
    --button-fg-active: #FFFFFF;
    --button-bg-disabled: #A3C9CF;
    --button-fg-disabled: #FFFFFF;
}

@media (max-width: 1880px) { /* maxWidth + 2 x menuWidth */
	body.default.showMenu #content{
		padding-right: 0;
	}
}