﻿
/* Style pour le conteneur de filtres */
.pFiltre
{
	width:210px;
	height:100%;
	
	color:Black;
	font-size:10px;
	font-family:Trebuchet MS;
	border-right:1px solid lightgrey;    
	
	overflow:hidden;
}

/* Style pour les champs de filtre */
.pFiltre .champFiltre
{
	font-family:Trebuchet MS;
	font-size:10px;	
	height:17px;
}

/* Style pour le tableau de filtre */
.pFiltre .tFiltre
{
    border-collapse:collapse;
	width:210px;
	padding:2px;	
}

.pFiltre .tFiltre td
{
	padding-left:3px;
}

.pFiltre .ligneFiltre
{
	height:30px;
	background:url('../../Res/Png/fondChampFiltre.png') repeat-x;
	color:Black;
	font-family:Arial;		
}

/* Style pour le bouton "filtrer" */
.pFiltre .bFiltre
{
	background: url('../../Res/Gif/find.gif') repeat-x;
	border:none;
	float:right;	
	width:118px;
	height:35px;
}

.pFiltre .pTitreFiltre
{
	background: url('../../Res/Png/fondTitreFiltre.png') repeat-x;
	border:solid 1px lightgrey;
	
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:White;
	height:20px;
	width:209px;
	
	padding-top:8px;
}


.pFiltre .colonneFermerPanneau
{
    background:url('../../Res/Png/fondFermerPanneau.png') repeat-y;        
    border:1px solid lightgrey;
    cursor:pointer;   
    
    padding:0px;    
    
    width:9px;

}

.pFiltre .imageFermerPanneau
{
    
    background: url('../../Res/Png/close.png') no-repeat;
    background-position:center;    
    width:9px;
    height:27px;    
}