@charset "utf-8";
/* CSS Document */

body{
	margin:0;
}

#global
{
	width:100%;
}

#cadre_central{
	margin:0 auto;
	padding:0;
	width:650px;
	border:none;
	background:none;
}

.infos_pp .logo_pp{
	margin:0 auto;
	width:650px;
	height:125px;
	background:#FFFFFF url("img/lacroixvalmer.jpg") no-repeat;
	display:block;
}
.infos_pp .liens_pp,.infos_pp .liens_pp a{color:#0000FF;}
.infos_pp .liens_pp a
{
	font-weight:normal;
}

.menu_pp{
	width:620px;
	height:35px;
}
	.menu_pp a{
		margin:0 2px;
		width:200px;
		height:35px;
		font-size:13px;
		background:#d2d1cf;
		color:#4d4c4a;
		border:none;
	}
	.menu_pp a:hover,.menu_pp a.selected{
		background:#4d4c4a;
		color:#d2d1cf;
	}

table.rch_type_pp
{
	border-collapse:separate;
	border-spacing:0 4px;
}
	table.rch_type_pp td
	{
		height:18px;
		border:none;
		background:#d2d1cf;
	}
		table.rch_type_pp td.lib
		{
			background:#a1a1a0;
			font-weight:bold;
		}
	
		table.rch_type_pp td.valid input
		{
			padding:0 15px;
			height:16px;
			font-size:10px;
			background:#a1a1a0;
		}

.pagination{height:34px;}
div.pagination_data {border:1px solid #a1a1a0;}
	div.pagination_data a, div.pagination_data .a
	{
		background:#d2d1cf;
		color:#000000;
	}
	div.pagination_data .selected,div.pagination_data a:hover {background:#a1a1a0;}
	
#liste_consultations{border:none;}
	#liste_consultations table.consultation
	{
		margin:0 0 10px 0;
		font-size:11px;
		border:none;
		border-collapse:collapse;
	}
	
	#liste_consultations table.consultation tr.tr_identifiant,#liste_consultations table.consultation tr.tr_dept,#liste_consultations table.consultation tr.tr_pa,#liste_consultations table.consultation tr.tr_date_pub,#liste_consultations .titre{display:none;}

	#liste_consultations table.consultation td
	{
		border:1px solid #FFFFFF;
		background:#a1a1a0;
		color:#000000
	}
	#liste_consultations table.consultation td.action,#liste_consultations table.consultation td.objet{background:#d2d1cf;}
		#liste_consultations table.consultation td.action a	{font-size:11px;font-weight:normal;}
