/* CSS Document */

div.listeFicheAnnuaire {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 0.9em;
}

div.listeFicheAnnuaire ul {
	float: left;
	width: 44%;
	margin: 0 5% 0 0;
}
div.listeFicheAnnuaire li {
	border-bottom: dashed 1px #d6d6d6;
	padding: 8px 0;
	list-style: url(../img/puce_liste_annuaire.gif);
}
div.listeFicheAnnuaire li a {
	color: #000;
	display: block;
}

p.champFicheAnnuaire {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 0.8em;
	border-bottom: dashed 1px #d6d6d6;
	padding: 5px;
}

p.champFicheAnnuaire a.url {
	background: url(../img/pic_url.gif) no-repeat;
	padding: 0 0 0 20px;
	color: #000;
}

p.champFicheAnnuaire a.email {
	background: url(../img/pic_mail.gif) no-repeat;
	padding: 0 0 0 20px;
	color: #000;
}

a.closeDOMWindow {
	background: url(../img/bg_bouton_valider.gif) no-repeat;
	width: 88px;
	height: 25px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: none;
	padding:5px 17px;
}