a img {
	border: 10px none;
	vertical-align: middle;
}
body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #3a3a3a;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	background-color: #ffffff;
}
a {
	text-decoration: none;
	text-align: left;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	color: #522A2A;
	margin: 0px;
	padding: 0px;
}
table.leadcenter {
	width: 540px;
	border: 0;
	font: 11px arial, hevetica, sans-serif;
	margin: 0;
	padding: 0;
}
.leadcenter td {
	vertical-align: top;
	/*padding: 2px;
*/
}
td.libelle_obligatoire_gauche {
	text-align: left;
	width: 23%;
	font-weight: bold;
	color: #000000;
}
td.libelle_gauche {
	text-align: left;
	width: 23%;
	font-weight: normal;
	color: #000000;
}
td.libelle_obligatoire_droite {
	text-align: right;
	width: 14%;
	font-weight: bold;
	color: #000000;
}
td.libelle_droite {
	text-align: right;
	width: 14%;
	font-weight: normal;
	color: #000000;
}
td.champ_gauche {
	width: 30%;
	color: #000000;
}
td.champ_gauche_montant {
	width: 77%;
	color: #000000;
}
td.champ_droite {
	width: 33%;
	color: #000000;
}
td.champ_global {
	width: 100%;
	color: #3a3a3a;
}
.obligatoire {
	font-weight: bold;
	color: #FF9900;
}
label.errorMessage {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	display: block;
}
#formulaire {
	font: 11px arial, hevetica, sans-serif;
}
#contenuForm {
	margin: 1px;
	width: 550px;
}
.corpForm fieldset {
	margin: 0;
	font-style: normal;
	padding: 0;
	margin-bottom: 10px;
}
.corpForm legend {
	font-weight: bold;
	color: #F19A1B;
	background: transparent;
}
#titreForm {
	font: bold 1.1em arial, hevetica, sans-serif;
	color: #522A2A;
	background: #CDC4C3;
	margin: 0;
	padding: .5em;
}
.corpForm select, input {
	font: normal 7pt Verdana;
}
.texte_entete {
	margin: 10px;
	width: 540px;
}
.texte_entete_nomargin {
	margin: 2px;
	width: 540px;
}
#piedForm {
	margin-top: 10px;
	text-align: center;
}
#piedForm p {
	margin-top: 10px;
	text-align: justify;
	color: #000000;
}
#div_message_erreur {
	color: #522A2A;
	background-color: #FF9900;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid black;
	font: 10px arial, hevetica, sans-serif;
}
#submit {
	color: #000000;
	text-decoration: none;
	background-color: #F3F3EE;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	cursor: pointer;
}
a.info_aide {
	position: relative;
	text-decoration: none;
	color: black;
	cursor: default;
}
a.info_aide span {
	display: none;
}
a.info_aide:hover {
	background: none;
	text-decoration: none;
	cursor: default;
}
a.info_aide:hover span {
	display: inline;
	position: absolute;
	width: 200px;
	z-index: 500;
	top: 30px;
	left: -200px;
	background: #D9F4F8;
	text-align: center;
	color: #c3087f;
	padding: 5px;
}
.hidden {
	display: none;
}
.posdiv {
	position: relative;
	display: block;
	width: 100%;
	z-index: 3;
}
#qas_main_div {
	display: none;
	position: absolute;
	left: 0px;
	top: -5px;
	width: 90%;
	border: 1px solid black;
	background-color: #ffffff;
	z-index: 3;
}
TABLE.adresse {
	width: 100%;
	background-color: #ffffff;
}
TD.adresse_input, TD.adresse_libelle {
	padding: 0px 5px 0px 5px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
TD.adresse_input {
	width: 74%;
}
TD.adresse_libelle {
	width: 25%;
}
TD.adresse_valider {
	text-align: center;
	width: 100%;
}
/* The hint to Hide and Show */
.hint {
	display: none;
	position: absolute;
	right: 2px;
	width: 250px;
	margin-top: -4px;
	color: #512929;
	border: 1px solid #F49C21;
	padding: 10px 12px;
/* to fix IE6, I can't just declare a background-color,    I must do a bg image, too!  So I'm duplicating the pointer.gif    image, and positioning it so that it doesn't show up    within the box */
	background: #FBD8A5 url('/img/pointer.gif') no-repeat -10px 5px;
}
/* The pointer image is hadded by using another span */
.hint .hint-pointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url('/img/pointer.gif') left top no-repeat;
}
/* The hint to Hide and Show */
.hintage {
	display: none;
	position: absolute;
	right: -213px;
	width: 250px;
	margin-top: -4px;
	color: #512929;
	border: 1px solid #F49C21;
	padding: 10px 12px;
/* to fix IE6, I can't just declare a background-color,    I must do a bg image, too!  So I'm duplicating the pointer.gif    image, and positioning it so that it doesn't show up    within the box */
	background: #FBD8A5 url('/img/pointer.gif') no-repeat -10px 5px;
}
/* The pointer image is hadded by using another span */
.hintage .hintage-pointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url('/img/pointer.gif') left top no-repeat;
}
