#resultats {color:black;}
#resultats th img{border:0 none;}
#resultats th {text-align:center;white-space:nowrap;}

#resultats td{padding:3px;}

#resultats tr.ligne1 td{
	background-color: rgba(230,230,230,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(	GradientType=0,enabled=true,startColorstr=#80e6e6e6, endColorstr=#80e6e6e6);
}
#resultats tr.ligne0 td{
	background-color: rgba(255,255,255,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(	GradientType=0,enabled=true,startColorstr=#80ffffff, endColorstr=#80ffffff);
}
/*couleur de survol*/
#resultats tr.ligneOver1 td, #resultats tr.ligneOver0 td{
	background-color: rgba(255,223,173,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(	GradientType=0,enabled=true,startColorstr=#80ffdfad, endColorstr=#80ffdfad);
	cursor:pointer;
}
#resultats col.tab{background-color: rgb(215,215,215);}/*gère la couleur des lignes hors tri*/
#resultats col.tri{background-color: rgb(170,170,170);}/*gère la couleur de la colonne de tri*/

.prix{
	width:200px;
}

