/*GENERALITES*/
html, body {
	font-family:arial;
	font-size:10px;
	color:#000;
/*	background-color:white;*/
	}
/*FORMATAGES DIVERS*/
div#main {
	background-color:white;
}
main#h1 {
	font-family:arial;
	font-weight:bold;
	font-size:10px;
	color:#000;
	border-bottom:1px solid #000;
	}
main#h2 {
	font-family:arial;
	font-weight:bold;
	font-size:10px;
	color:#000;
	border-bottom:1px solid #000;
	}
main#h3 {
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	color:#000;
	border-bottom:1px solid #000;
	}
main#a:link {
	color:#000080;
	text-decoration:underline;
	}
main#a:visited {
	color:#808080;
	}
main#a:hover {
	text-decoration:none;
	}
main#a:active {
	color:#0000FF;
	}
/*HEADER*/
div#header {
	margin-bottom:0px;
	
}
div#header-content {
	text-align:center;
	font-family:arial;
	font-size:11px;
	padding:5px 0px;
	background-color:#efefef;
	font-weight:bold;
}
/*FOOTER*/
div#footer {
	text-align:center;
	border:1px solid #737373;
	margin:20px 0px 0px 0px;
	padding:10px 10px;
	background-color:#efefef;
	font-weight:bold;
/*	margin-top:10px;*/
}
/*FORMULAIRE*/
#main div.inputarea { 
	width: 700px;
	display:table;
}
#main div.inputrecord { 
	clear: both;
	padding-top: 2px;
}
#main div.inputrecord label { 
	font-weight: bold;
	float: left;
	width: 200px;
	text-align: right;
	color:#000;
}
#main div.inputrecord label.required { 
	color: #FF0000 ;
}
#main div.inputrecord span.inputdata { 
	float: right;
	width: 450px;
	text-align: left;
}
#main div.inputrecord span.inputdata * {
	font-family:arial;
	font-size:11px;
	color:#000;
}
div#main h1 {
	 
}

