﻿
/* Style pour le conteneur de filtres */
.pFiltre
{
	position:absolute;
	left:0px;	
	top:0px;
	
	width:200px;
	height:300px;
	min-height:300px;	
	
	color:Black;
	font-size:10px;
	font-family:Trebuchet MS;
	border-right:1px solid lightgrey;
	
}

/* Style pour les champs de filtre */
.champFiltre
{
	font-family:Trebuchet MS;
	font-size:10px;	
	height:15px;
	width:105px;
}

/* Style pour le tableau de filtre */
.tFiltre
{
	border-collapse:collapse;
	width:100%;
	padding:2px;
	
}

.tFiltre td
{
	padding:3px;	
}

.ligneFiltre
{
	
	color:Black;
	font-family:Arial;		
	color:#767676;
}

/* Style pour le bouton "filtrer" */
.bFiltre
{	
	background: url('../../../../Res/find.gif');
	border:none;
	float:right;
	width:118px;
	height:35px;
	cursor:pointer;	
}

.pTitreFiltre
{
	background: url('../../../../Res/FondTitreFiltre.png') repeat-x;
	border:solid 1px lightgrey;
	
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:White;
	height:21px;
	width:99%;
	
	padding-top:8px;
}