html, body {
	height: 100%;
	overflow:hidden;
}

* {
	margin:0;
	padding:0;
	font-family: verdana;
}

.tablelayout {
	height:100%;
	width:100%;
	table-layout:static;
	border-collapse:collapse;
}

.framelayout {
	height: 100%;
}

iframe {
	height:100%;
	width:100%;
}

.header {
	margin: 4px;
}

.header h1 {
	line-height: 1.2;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	font-size: 1em;
	color: #ffffff;
	background: #557aac;
	padding: 4px 8px 4px 12px;
	border-radius: 2px;
}

.navigation {
	margin: 4px;
	padding: 0 20px 0 20px;
}

.navigation span {
	font-size: 130%;
	color: #FFFFFF;
	font-weight: 600;
	vertical-align: middle;
	width: auto;
	margin-top: 0px;
	position: relative;
	left: 0;
}

.messageErreur {
	font-style: normal;
	color: #000000;
	text-decoration: none;
	height: 2em;
	position: strict;
	text-align: center;
	font-weight: 600;
}

.signature {
	border: 2px dashed #f44336;
    margin-top: 4px;
    padding: 4px;
    font-size: 90%;
    background: #ffebee;
    color: #b71c1c;
}

.signature_ok {
	border: 2px dashed #008000;
    margin-top: 4px;
    padding: 4px;
    font-size: 90%;
    background: #F0FFF0;
    color: #008000;
}

.signature img {
	vertical-align: middle;
	margin: 4px 12px 4px 12px;
	width: 26px;
}

.signature_ok img {
	vertical-align: middle;
	margin: 4px 12px 4px 12px;
	width: 26px;
}

h1 a {
	color: #FFFFFF;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
}

.lienCliquable {
	font-size: 80%;
	color: #516CF1;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
}

.lienNonCliquable {
	font-size: 80%;
	color: #909090;
	font-weight: 600;
	text-decoration: underline
}