BODY						{font-family: Arial; font-size: 12px; color:#FFFFFF; margin:0;}
TD							{font-family: Arial; font-size: 12px}
A							{text-decoration: none; color: #ECB60C}
A:hover						{text-decoration: underline; color: #FF8803}

ul {
	list-style:url(images/puce.gif);
	margin-left:8px;
	padding-left:8px;
	}

hr {width:100%; color:#1984B3; height:1px; margin-top:0px; margin-bottom:0px;}



DIV.source  /*Important pour xplore*/
{
	padding:5px;
	font-family:Courier New;
	font-size:9pt;
	background-color:#FFFFFF;
	text:#000000;
	color:#000000;	
}


.div_error{
	color:#f00; 
	display:none;
	text-align:left;
}


.div_error li, .div_error .title{
	padding-left:20px; 
}

.div_error .title{
	border-bottom:solid 1px #1984b3; 
	font:normal 14px arial, verdana, sans serif; 
	line-height:30px; 
	color:#fff; 
	margin-bottom:8px;
}

h2.enteteTable{
	margin:14px 0 6px;
	background:#052a40 url(images/bkg_form_enteteTable.gif) top repeat-x;
	font:bold 16px Arial, Helvetica, sans-serif;
	text-align:left;
	min-height:34px;
}

h2.enteteTable span{
	background:url(images/bkg_form_enteteTable_left.gif) top left no-repeat;
	display:block;
}
h2.enteteTable span span{
	padding:10px 10px 5px;
	background:url(images/bkg_form_enteteTable_right.gif) top right no-repeat;
}
h2.enteteTable span span span{
	padding:0;
	display:inline;
	background:none;
	font:normal 11px Arial, Helvetica, sans-serif
}

.inputButton{
	padding-left:2px;
	background:url(images/bkg_inputbutton_left.gif) top left no-repeat;
	display:block;
	float:left;
}

.inputButton_inactive{
	padding-left:2px;
	background:url(images/bkg_inputbutton_left.gif) top left no-repeat;
	display:block;
	float:left;
	opacity:.3;
	-moz-opacity:.3;
	filter:alpha(opacity=30);
	color:#aaa;
}
.inputButton input, .inputButton_inactive input{
	border:none;
	padding:0 22px 0 10px;
	height:22px;
	color:#fff;
	cursor:pointer;
	background:url(images/bkg_inputbutton.gif) top right no-repeat;
}
.inputButton_inactive input{
	cursor:default;
}

.onglet{
	margin:0;
	padding:0 5px;
	border-top:solid 1px black;
}

.onglet li{
	display:block;
	float:left;
	height:33px;
	line-height:33px;
	padding:0 20px;
	margin-right:2px;	
	background:url(images/bkg_onglet_inactive.gif) repeat-x;
	list-style:none;
	font:normal 16px Arial, Helvetica, sans-serif;
}

.onglet li a{
	color:#116182;
	text-decoration:none;
	line-height:33px;
}

.onglet li a:hover{
	color:#7e99aa;
	text-decoration:none;
}

.onglet li.current{
	background:url(images/bkg_onglet_active.gif) repeat-x;
}

.onglet li.current a{
	color:#fff;
}
.onglet li.current a:hover{
	color:#fff;
}

.obligatoire{
	
}
.obligatoire_hidden{
	visibility:hidden;
}


#div_download{
	display:none;
	position:absolute;
	top:700px;
	width:400px;
	margin-left:50px;
	padding:10px;
	border:solid 1px #1984b3;
	background:#000C14;
	opacity:.95;
	-moz-opacity:.95;
	filter:alpha(opacity=95);
}