#tabRecherche
{
    border-collapse:collapse;
	width:100%;
	color:#b19b9c;
}

#tabRecherche th.header 
{
    background-image: url(../images/fleche-bas-ho.gif);     
    cursor: pointer;     
    font-weight: bold;     
    background-repeat: no-repeat;     
    background-position: 9px center;     
    margin-left: -1px; 
	padding-left:20px;
	height:30px;
	color:#FFFFFF;
} 

#tabRecherche th.headerSortUp 
{     
    background-image: url(../images/fleche-as.gif);     
    background-color: #342d31; 
}
   

#tabRecherche th.headerSortDown 
{     
    background-image: url(../images/fleche-bas.gif);     
    background-color: #342d31; 
}  

#tabRecherche th
{
    text-align:left;
}

#tabRecherche tr:hover
{
    background-color: #CFB9C6; 
}


#tabRecherche .header
{
    background-color:#342d31;
    font-size:11px;
    /*border:none;*/
    height:20px;
    border-bottom:solid 1px #000000;
    font-weight:bold;
    padding-left:2px;
}

#tabRecherche th
{
    font-size:11px;
    height:30px;
    /*border:none;*/
    border-bottom:solid 1px #342d31;
    padding-left:2px;
}

#tabRecherche td
{
    font-size:11px;
    height:20px;
    /*border:none;*/
    border-bottom:solid 1px #342d31;
    padding-left:2px;
}



#tabRecherche .even {
	background-color: #FFFFFF;
}
#tabRecherche .odd {
	background-color: #F0F0F0;
}