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: 100%;
	max-width: 980px;
	text-align: left;
}

DIV.eform_bandeau {
	width: 100%;
	text-align: center;
}
DIV.eform_bandeau IMG {
	max-width: 100%;
}
DIV.eform_test {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	top: 0;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	z-index: 1000;
}
DIV.eform_test SPAN {
	background-color: Black;
	color: Red;
	z-index: 50;
	margin: 0 auto;
}

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;
}
#iframecontainer {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin-top: 45px;
	overflow: hidden;
}
IFRAME#format {
	border: none;
	width: 100%;
	height: 100%;
}

.container TR {
	vertical-align: top;
}

.eform_head {
	font-size: 0.9em;
}
.eform_keys {
	white-space: nowrap;
	font-size: 1em;
}
.eform_keys TD {
	padding: 0 5px;
	vertical-align: top;
}
.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;
	}
}
/**
	Définitions pour le côté responsive
**/
@media screen and (max-width: 500px) {
	DIV.eform_test {
		font-size: 1.3em;
		height: 2em;
		line-height: 2em;
	}
}