#tableContacts {
	border-width: 1px;
	border-collapse: collapse;
	border-style: solid;
	border-color: Black;
	padding-left: 5px;
	empty-cells: show;
}

.thTitreContacts {
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: bold;
	background-color: #CCEECC;
	text-align: center !important;
}

.thPersonneHaut {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: Black;
}

.thPersonneBas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Black;
}

#tableContacts th {
	text-align: left;
}

