html {
	height:100%;
}

body {
	font : 12px arial, sans-serif;
	margin : 0 auto;
	height : 99%;
}

#deconnecter {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: center;
	padding: 10px;
	background-color: darkseagreen;
	cursor: pointer;
}

#titre {
	display: table;
	height: 8%;
	width: 100%;
}

#titre > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 2em;
	font-weight: bold;
}

#GPR_ToolsStack {
	height : 90%;
	padding : 0px;
}

#GPR_ToolsStack > div {
	height : 100%;
	padding : 0px;
}

#main_div {
	height : 100%;
}

#copyrights {
	font-size : 0.7em;
	display:block;
	text-align : center;
	padding-top: 5px;
}