/* CSS Document */
/* Style de l'annuaire */


/*#search_annuaire {
	background: url(../images/ligne_points_h.jpg) repeat-x bottom;
	margin: 20px 0 20px 0;
	padding-bottom: 5px;
}*/

#search_annuaire label {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	width: 200px;
}
#center #search_annuaire p {
/*	margin : 0.5em 0 0.5em 0;*/
	margin: 0;
}
#search_annuaire input, #search_annuaire select {
	border: 1px solid #909090;
}
#search_annuaire input.rechercher {
	border: 0;
	vertical-align: middle;
}
#right p.return {
	text-align: right;
}
/*#right p.underline {
	background: url(../images/ligne_points_h.jpg) repeat-x left bottom;
	margin: 0;
	padding-bottom: 40px;
}*/
#right p.plus {
	background: url(../images/h4_puce.jpg) no-repeat left;
	padding-left : 15px; 
}

/* Annuaire : liste de réponse */
#annuaire_liste li {
	background: url(../images/ligne_points_h.jpg) repeat-x left bottom;
	padding-bottom: 5px;
}
#annuaire_liste li a {
	display: block;
	line-height: 200%;
	padding-left: 5px;
}
#annuaire_liste li a:hover {
	background-color: #ececec;
}

table.avance td {
	padding: 0.3em;
}

table.fiche {
	margin-bottom: 1em;
	background-color: #ececec;
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
table.fiche td {
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}
