/*Fonts */
	@font-face	{font-family: openSans; src: url('/assets/fonts/openSans.woff'); font-weight: normal; font-style: normal;}
	@font-face	{font-family: openSans; src: url('/assets/fonts/openSansBold.woff'); font-weight: bold; font-style: normal;}
	@font-face	{font-family: openSans; src: url('/assets/fonts/openSansItalic.woff'); font-weight: normal; font-style: italic;}

/*Basic tags */
	body
		{background-color: #cccccc; background-image: url('/assets/admin/bgAdminMenu.png'); color: #2e2e2e; font-family: openSans, sans-serif; font-size: 15px;
		min-height: 100vh; padding: 1em; margin: 0; border-right: 1px solid #888888; box-sizing: border-box; -ms-overflow-style: -ms-autohiding-scrollbar;}
	strong
		{font-weight: bold;}
	img
		{vertical-align: middle; border: 0;}
	a
		{color: #0000a0; text-decoration: none;}

/*Layout */
	.logo
		{width: 2.66em; margin-right: 0.5em; display: inline-block; vertical-align: middle;}
	.logoText
		{line-height: 115%; display: inline-block; vertical-align: middle;}

/*Formatting */
	.isPicto
		{position: relative; bottom: 0.1em;}
	.isHidden
		{display: none;}
