<!--

div#main-frame #center-frame #content-center-frame table.table-gestion-contacts{
	margin-left:auto; margin-right:auto;
	width:850px;
	margin-top:20px; margin-bottom:20px;
	border-collapse: collapse;
}

div#main-frame #center-frame #content-center-frame table.table-gestion-contacts p{
	margin:2px 0;
}

div#main-frame #center-frame #content-center-frame table.table-gestion-contacts tr{
	border:1px solid #CCCCCC;
}

div#main-frame #center-frame #content-center-frame table.table-gestion-contacts tr td.nom{
	width:40%;
	border:1px solid #CCCCCC;
	padding:5px;
	background-color:#f8f8f8;
}

div#main-frame #center-frame #content-center-frame table.table-gestion-contacts tr td.mail{
	width:40%;
	border:1px solid #CCCCCC;
	padding:5px;
	background-color:#f8f8f8;
}

div#main-frame #center-frame #content-center-frame table.table-gestion-contacts tr td.action{
	width:20%;
	border:1px solid #CCCCCC;
	padding:5px;
	text-align:center;
	background-color:#f0f0f0;
}

div#main-frame #center-frame #content-center-frame table.table-gestion-contacts tr td.action a:link{
	text-decoration: none;
	color:#000000;
	border-bottom: 1px solid;
}

div#main-frame #center-frame #content-center-frame table.table-gestion-contacts tr td.action a:visited{
	text-decoration: none;
	color:#000000;
	border-bottom: 1px solid;
}

div#main-frame #center-frame #content-center-frame table.table-gestion-contacts tr td.action a:hover{
	text-decoration: none;
	color:#FF0000;
	border-bottom: 1px solid;
}

-->