/* CSS Document */
/* PRINCIPALE */
div#principale {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
	margin-bottom:50px;
}
div#principale h6{
text-align:center;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight:normal;
	color: #0E238C;
	margin-top : 15px;
	padding: 10 10 10 10;
}

div#principale h2{
text-align:center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #0E238C;
	margin-top : 15px;
	padding: 10 10 10 10;
}

/* FORMULAIRE D'IDENTIFICATION */
div#formulaire {
	margin-top: 10px;
	clear: right;
}
div#formulaire p {
	font-size: 13px;
}
div#formulaire label {
	margin-left: 15%;
	float: left;
	width: 20%;
	clear: left;
}
/* FORMULAIRE DE RECHERCHE */
div#recherchefds {
	margin-top: 10px;
	clear: right;
}
div#recherchefds p {
	font-size: 13px;
	clear: left;
}
div#recherchefds label {
	margin-left: 30%;
	float: left;
	width: 200px;
	clear: left;
}
/* PAGE DE RESULTATS */
div#resultat {
	margin-top: 10px;
	clear: right;
}
div#resultat table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
div#resultat td, th {
	width: auto;
	text-align: center;
}
div#resultat th {
	background-color: #cccccc;
	font-weight: bold;
	font-size: 13px;
	border-bottom: #a9a9a9 solid 1px;
	border-left: #a9a9a9 solid 1px;
	border-right: #a9a9a9 solid 1px;
	border-top: #a9a9a9 solid 1px
}
div#resultat td {
	vertical-align: top;
	font-size: 13px
}
div#resultat p {
	margin-top: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
/* ZERO REPONSE */
div#zeroreponse {
	margin-top: 10px;
	clear: right;
}
div#zeroreponse table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
div#zeroreponse td, th {
	width: auto;
	text-align: center;
}
div#zeroreponse th {
	background-color: #cccccc;
	font-weight: bold;
	font-size: 13px;
	border-bottom: #a9a9a9 solid 1px;
	border-left: #a9a9a9 solid 1px;
	border-right: #a9a9a9 solid 1px;
	border-top: #a9a9a9 solid 1px
}
div#zeroreponse td {
	vertical-align: top;
	font-size: 13px
}
div#zeroreponse p {
	margin-top: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
/* OBLIGATOIRE */
div#obligatoire {
	margin-top: 10px;
	clear: right;
}
div#obligatoire p {
	text-align: center;
	font-size: 13px;
}
/* PAS CLIENT */
div#pascli {
	margin-top: 10px;
	clear: right;
}
div#pascli p {
	text-align: center;
	font-size: 13px;
}
/* IDENTIFICATION EN CAS DE LIEN DIRECT VERS LE DOCUMENT */
div#identification {
	margin-top: 10px;
	clear: right;
}
div#identification p {
	font-size: 13px;
}
div#identification label {
	margin-left: 30%;
	float: left;
	width: 150px;
	clear: left;
}
/* DEMANDE CODE CLIENT */
div#demandeinfo table {
width:100%;
}
div#demandeinfo th {
text-align:right;
}
