p.nav {
	text-align: center;
	padding: 20px;
	margin: 2px;
	border-bottom: 1px dashed  #C3135D;
	border-top: 1px dashed  #C3135D;
}

table {
	margin-top: 20px;
	border-collapse: collapse;
	width: 100%;
}

th {
	width: 20%;
}

td {
	padding: 3px;
	border-bottom: 1px dotted #AFCCE0;
}

tr.lettre td {
	color : #132E7D;
	font-weight: bold;
	border-bottom: 1px dotted #132E7D;
}

td.enhaut {
	text-align: right;
}

td.lettre a {
	color : #132E7D;
}

td.nom, td.prenom ,
th.nom, th.prenom {
	text-align: left;
}

td.telephone, td.numbat ,
th.telephone, th.numbat {
	text-align: center;
}

.en {
	font-style: italic;
}

