/* =Communs-------------  */
body {font:7pt/1 Verdana, sans-serif;}
a {text-decoration: none; color: #000;}

/* = Elements masqués
-------------------- */
#search_steps,
.tools,
#sideBlock,
#signature,
#annuaire h1,
#debug {display: none;}

/* =Etapes de consultation-------------  */
#consult_steps {margin: 0; padding: 0 0 15pt 0; list-style: none;}
#consult_steps li {display: inline; padding: 0 5pt 5pt 5pt;}
#consult_steps .selected {font-weight: bold; border-bottom: 2px #000 solid;}

/* =Tables-------------  */
table {
	border-collapse: collapse;
	width: 100%;
	}
th {
	text-align: right;
	width: 40%;
	}
td, th {
	border-bottom: 0.4pt #000 solid;
	font-size: 8pt;
	padding: 2pt;
	}
thead th {
	text-align: left;
	border-bottom: 2pt #000 solid;
	border-top: 2pt #000 solid;
	padding: 2pt;
	}
.infos {font-style: italic;}

