html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10pt;
}

.hleft { text-align: left !important; }

#content_haut{ margin-top: 5px; }
#barre_gauche{ background-color: #e64c18; }
.content_accueil{ padding-top: 5px; min-height: 0;}
.accueil_large_jaune{ height: auto; width: auto; margin-bottom: 15px; }
.accueil_large_orange{ height: auto; width: auto; margin-bottom: 15px; }
.bouton_orange_s{ background-image: url("../img/bouton_orange_droit_s.gif"); }
.bouton_orange_gauche_s{ background-image: url("../img/bouton_orange_gauche_fond_s.gif"); }

.form_container {
	position: absolute;
	left: 50%;
	width: 750px;
	margin: 0 0 0 -375px;
	padding-top: 10px;
}
.logo_abbott {
	background: url(../images/logo_abbott.png) no-repeat 50% 50%;
	width: 309px;
	height:	80px;
}

form {
	margin: 0;
	padding: 0;
}

.title_form {
	background: #bebfc1;
	color: #FFF;
	margin: 6px 0;
	padding: 4px 6px;
	font-weight: bold;
	font-size: 12pt;
}

.title_section_form {
	background: #0066CC;
	color: #FFF;
	padding: 2px 0 2px 6px;
	font-weight: bold;
	font-size: 12pt;
}

.form_container label {
	min-width: 242px;
	display: inline-block;
	text-align: right;
	margin-right: 8px;
}

.form_container ul {
	list-style-type: none;
	padding: 0 0 0 30px;
	margin: 8px 0px;
}
.form_container ul li {
	margin: 2px 0;
}

.form_container ul li.separator { height: 18px; line-height: 18px; }

.miniinfo { font-size: 9pt; color: #999; }

.txt_erreur, .err_label {
	color: #FF0000;
}

/*input[type=text], select {
	border: 1px solid #969696;
}
.err_champ {
	background-color: #FFDFDF;
}*/

.txtInput {
	width: 278px;
}

a.btn_form_valider, a.btn_form_annuler {
	background: #0066CC;
	padding: 6px 8px;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 4px;
}
a.btn_form_valider:hover, a.btn_form_annuler:hover {
	text-decoration: underline;
}
/*a.btn_form_valider, a.btn_form_annuler {
	display: inline-block;
	background: url(../images/btn_form.png) no-repeat;
	line-height: 30px;
	padding-bottom: 15px;
	width: 220px;
	text-align: center;
	text-decoration: none;
	color: #0063cc;
	font-weight: bold;
	text-transform: uppercase;
}
a.btn_form_valider {
	background-position: 50% 0;
}
a.btn_form_valider:hover {
	background-position: 50% -40px;
	color: #ac0e6d;
}
a.btn_form_annuler {
	width: 120px;
	background-position: 50% -80px;
}
a.btn_form_annuler:hover {
	background-position: 50% -120px;
	color: #ac0e6d;
}*/