@font-face 
{
	font-family: "navBarFont";
	src: url('../../fonts/navBarFont.ttf');
}

@font-face 
{
	font-family: "globalFont";
	src: url('../../fonts/globalFont.ttf');
}

body
{
	/*
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	*/
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-family: "globalFont";
	color: rgb(74, 59, 59);
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "navBarFont";
	color: rgb(32, 32, 32);
}

h1 { text-transform: uppercase; }

h1 a { color: rgb(32, 32, 32); }

th 
{
	font-family: "navBarFont";
	color: rgb(32, 32, 32);
}

a
{
	cursor: pointer;
	color: rgb(74, 59, 59);
	text-decoration: none;
}

a:hover { text-decoration: underline; }

#contenu-scrollable
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	overflow: auto;
	width: 100%;
	padding: 0px;
	padding-top: 100px;
}

#titre-espace-client
{
	font-family: "navBarFont";
	text-align: center;
}

.wall
{
	display: inline-block;
	vertical-align: middle; 
	width: 0px;
	height: 100%;
}