BODY {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 0.9em;
}
TABLE.container {
	background-color: White;
}
DIV.eform_container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

DIV.eform_bandeau {
	height: 80px;
	width: 800px;
	text-align: center;
}
DIV.eform_test {
	width: 800px;
	position: absolute;
	top: 0;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	height: 80px;
	line-height: 80px;
}
DIV.eform_test SPAN {
	background-color: Black;
	color: Red;
	z-index: 50;
}

DIV.eform_note {
	text-align: justify;
	background-color:lightgrey;
	padding: 5px;
}

LABEL {
	margin-right: 5px;
	width: 50%;
	display: inline;
	float: left;
	text-align: right;
	line-height: 1.5em;
}
INPUT {
	vertical-align: middle;
}
INPUT[type="radio"] {
	vertical-align: top;
}

A {
	color: #227AB4;
	text-decoration: none;
}
A:hover {
	color: blue;
	text-decoration: underline;
}

IFRAME#format {
	border: none;
	width: 800px;
}

.container TR {
	vertical-align: top;
}

.eform_head {
	font-size: 0.9em;
}
.eform_nav {
	text-align: right;
	font-size: 0.9em;
}

.eform_title {
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	height: 1%;
}

.eform_ok {
	text-align: center;
	font-weight: bold;
	color: Green;
}
.eform_warning {
	text-align: center;
	font-weight: bold;
	color: Orange;
}
.eform_alert {
	text-align: center;
	font-weight: bold;
	color: Red;
}
.eform_msg {
	text-align: center;
	font-weight: bold;
}
.eform_right {
	text-align: right;
	font-weight: bold;
}
.eform_help {
	vertical-align: super;
	font-size: 70%;
}
.eform_hint {
	font-size: 70%;
}

TD.PERMISB {
	background-color: #3366EE;
	color: Yellow;
	vertical-align: middle;
}
TD.PERMISB B {
	color: White;
}
.PERMISB A {
	color: Yellow;
	font-weight: bold;
}
.PERMISB A:hover {
	color: Orange;
	font-weight: bold;
}

TD.R389 {
	background-color: LightGreen;
	vertical-align: middle;
}

.eform_bandeau {
	text-align: center;
	width: 100%;
}
@media print {
	DIV.eform_container {
		width: 100%;
	}
	DIV.eform_bandeau {
		width: 100%;
		margin: 0 auto;
	}
}