@charset "utf-8";
/* CSS Document */

/* RECHERCHE DE PIECES */

body { color: #222; background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.4; }

a { color: #06C; }

#pc_rech ul {
	list-style: none;
	padding: 0; margin: 0; }
#pc_rech li {
	float: left;
	margin: 0 24px 0 0;
	padding: 0 0 12px 0; }
#pc_rech li label {
	display: block; }

#pc_rech_table_results {
	margin-top: 24px;
	border-top: 1px solid #999; }

#pc_rech_results td {
	padding: 3px;
	background: #fff;
	color: #444;
	text-align: center;
	border: 1px solid #999; }

#pc_rech_results td.pcomm_rec_name {
	background: #fff;
	color: #444;
	font-weight: bold;
	text-align: left;
	padding: 8px 3px; }
#pc_rech_results .pcomm_rec_assoc_logo {
	display: none; }
#pc_rech_results td.pcomm_rec_city {
	text-align: left;
	background: #fff;
	color: #444; }
#pc_rech_results td.pcomm_rec_tel1 {
	width: 100px;
	text-align: center;
	background: #fff;
	color: #444; }
#pc_rech_results td.pcomm_rec_tel2 {
	background: #fff;
	color: #444;
	width: 100px;
	text-align: center; }
	
#pc_rech_results font a {
	display: block;
	font-size: 20px;
	line-height: 1.4;
	text-decoration: none;
}

#pc_rech_results font a:hover {
	color: #39f;
	text-decoration: underline;
}

#pc_rech_results #pc_rech_return_button {
	padding: 5px 8px;
	background: #eee;
	color: #222;
	border: 0;
	border-radius: 4px;
	text-transform: capitalize;
	display: block;
	margin-top: 20px;
	cursor: pointer;
}

#pc_rech_results #pc_rech_return_button:hover {
	background: #ccc;
}