/* Surchagres Skin */
:root{
  --fontStyle: "Marianne";
	--fontSize: 11pt;   
	--main-bg: #FFFFFF;
	--main-fg: #000000;
  --borderColor: #CBCBCB;
  --target-bg: #D4EEEF;

  --header-bg: #FFFFFF;
  --header-fg: #1F4973;

  --menuWidth: 300px;
	--menu-bg: #F0F7FD;
	--menu-fg: #3E90E6;

  --maxWidth: 1280px;
	--section-titre-bg: #9BC8F2;
	--section-titre-fg: #1F4973;
	--section-content-bg: #F0F7FD;
  --important-bg: #F0F7FD;
	--important-fg: #1E4773;
  --link-passive: #1E4773;
	--link-active: #42B598;

	--block-badge-bg: #3E90E6;
	--block-badge-fg: #FFFFFF;
	--block-border: #97C8F3;
	--block-title: #73A9EF;
	--profInstruction-bg: #2968AD;
	--profInstruction-fg: #FFFFFF;
	--studentInstruction-bg: #41B497;
	--studentInstruction-fg: #FFFFFF;

	--button-bg-passive: #1E4773;
	--button-fg-passive: #FFFFFF;
	--button-bg-active: #42B598;
	--button-fg-active: #FFFFFF;
	--button-bg-disabled: #9BC8F2;
	--button-fg-disabled: #FFFFFF;
}

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