/* Surchagres Skin */
:root{
  --fontStyle: 'Marianne';
	--fontSize: 14pt;
	--font-style: #c6c3c3;
	--main-bg: #151619;
	--main-fg: #c6c3c3;
  --borderColor: #868383;
  --target-bg: #dbd9cf;

  --header-bg: #1d1e24;
  --header-fg: #03879b;

  --menuWidth: 300px;
	--menu-bg: #1d1e24;
	--menu-fg: #c6c3c3;

  --maxWidth: 1900px;
	--section-titre-bg: #2b2e36;
	--section-titre-fg: #80c1cb;
	--section-content-bg: #262626;
  --important-bg: #1d1e24;
	--important-fg: #04869a;
	--link-passive: #04869a;
	--link-active: #ec6607;

	--block-badge-bg: #006978;
	--block-badge-fg: #FFFFFF;
	--block-border: #bfd9dd;
	--block-title: #006978;
	--profInstruction-bg: #03ba5b;
	--profInstruction-fg: #FFFFFF;
	--studentInstruction-bg: #ec6608;
	--studentInstruction-fg: #FFFFFF;

	--button-bg-passive: #3c595d;
	--button-fg-passive: #FFFFFF;
	--button-bg-active: #ec6607;
	--button-fg-active: #FFFFFF;
	--button-bg-disabled: #cfa5a7;
	--button-fg-disabled: #FFFFFF;
}

@media (max-width: calc(1900px + 300px + 300px)) {
	body.default.showMenu #content{
		padding-right: 0;
	}
}
/*
#header{
	height: 100px;
	background-image:url("img/illus.png");
	background-repeat: no-repeat;
    background-position: right top;
}
*/