﻿
/* Style pour le conteneur de résultats */
.pResultat
{	
	position:absolute;
	left:203px;
	top:0px;
	
	font-size:11px;
	font-family:Arial;				
	width:744px;	
}


/* ****** */
/* Grille */
/* ****** */
.grilleResultat
{
	font-size:9px;
	font-family:Arial;		
	color:#767676;
		
	width:100%;	
	
	border: lightgrey;
}

.entete
{
	background:url('../../../../Res/FondEnteteGrille.jpg') repeat-x;
	height:27px;
	font-size:9px;	
}

.colonneEnteteGrilleResultat a
{
	color:Blue;	
	padding:2px;
}

.colonneEnteteGrilleResultatTri a
{
    color:lightgreen;
}

.ligne, .ligneAlternate, .ligneCliquee
{
	background-color:white;
	cursor:pointer;
}

.ligneAlternate:hover, .ligne:hover, .ligneCliquee:hover
{
	background-color:#E7E7E7;
	cursor:pointer;
}

.pNbResultatGrille 
{
	background:url('../../../../Res/FondEnteteGrille.jpg') repeat-x;
	
	width:746px;
	text-align:right;
		
	height:23px;
	float:right;
	font-size:11px;
	font-family:Trebuchet MS;
	/*margin-bottom:3px;*/
}

.lNbResultatGrille 
{
	font-weight:bold;
	font-size:15px;
}

/* ************************************************* */
/* Nombre de résulats AVANT l'affichage de la grille */
/* ************************************************* */
/* Conteneur du texte "N résultat(s), beaucoup de résultats..." */
.pNbResultat
{
	font-size:11px;
	font-family:Arial;	
	padding-left:6px;
	color:#767676;
}

/* Nombre de résultats */
.lNbResultat
{	
	font-weight:bold;
	font-size:25px;
	color:#767676;
}


.lTexteConfirmation
{
	font-family:Arial;
	font-size:12px;	
	color:#767676;
}

/* Bouton "Afficher les n résultats" */
.bAfficher
{
	background:none;
	border:none;
	font-family:Trebuchet MS;
	font-size:11px;
	color: #0066CC;
	text-decoration:underline;
	text-align:left;
	width:150px;
	
	margin-left:5px;
	margin-bottom:20px;
}

