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

body{
	margin:0;
	background:#626E7A url("img/body_background.gif") repeat-x center top;
}

#global
{
	width:100%;
	background:url("img/oise.jpg") no-repeat center -3px;
}

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

.infos_pp
{
	width:980px;
	margin: 0 auto;
	background:transparent;
}
.infos_pp .texte_pp
{
	margin:10px 0 0 0;
}
.infos_pp .logo_pp{
	margin:0 auto;
	height:233px;
	background:transparent url("img/logo_oise.gif") no-repeat 0px 30%;
	display:block;
}

.rch_pp
{
	margin:0 0 10px 0;
}
table.rch_mots_pp
{
	border-collapse:separate;
	border-spacing:0 4px;
}
	table.rch_mots_pp td
	{
		width:25%;
		height:18px;
		border:none;
		font-size:11px;
		font-weight:bold;
	}
	table.rch_mots_pp td
	{
		width:25%;
		height:18px;
		border:none;
		font-size:11px;
		font-weight:bold;
	}
		table.rch_mots_pp td input
		{
			border:1px solid #819707;
		}
		
		table.rch_mots_pp td.motscles {
			width:40%;
		}
		
		table.rch_mots_pp td.valid input
		{
			padding:0 2px 2px 2px;
			font-size:10px;
			background:#c7dc25;
		}

.menu_pp{
	width:980px;
	height:35px;
}
	.menu_pp a{
		margin:0 3px;
		width:320px;
		height:35px;
		font-size:13px;
		background:#c7dc25;
		color:#819707;
		border:none;
	}
	.menu_pp a:hover,.menu_pp a.selected{
		background:#819707;
		color:#c7dc25;
	}


.pagination{height:34px;}
div.pagination_data {border:1px solid #819707;background:#FFFFFF}
	div.pagination_data a, div.pagination_data .a
	{
		background:#c7dc25;
		color:#000000;
	}
	div.pagination_data .selected,div.pagination_data a:hover {background:#819707;}
	
.no_element
{
	background:#FFFFFF;
}
	
#liste_consultations{border:none;width:980px;margin:0 auto;background:transparent;}
	#liste_consultations table.consultation
	{
		margin:0 auto 10px auto;
		font-size:11px;
		border:none;
		border-collapse:collapse;
		width:100%;
	}
	
	#liste_consultations table.consultation tr.tr_pa{display:none;}

	#liste_consultations table.consultation td
	{
		border:1px solid #FFFFFF;
		background:#FFFFFF;
		color:#000000
	}
	#liste_consultations table.consultation tr.tr_proc td{background:#c7dc25;}
	#liste_consultations table.consultation tr.tr_type td,#liste_consultations table.consultation tr.tr_date_clot td{background:#819707;color:#FFFFFF;}
		#liste_consultations table.consultation td.action a	{font-size:11px;font-weight:normal;color:#FF7200;}