#liste_annonces{
	width: 100%;
	border-collapse: collapse;
}

#liste_annonces th, #liste_annonces td{
	border: 1px solid #e8e8e8;
	padding: 5px;
}

#liste_annonces th{
	color: #898989;
	padding: 10px;
	font-weight: normal;
}

#liste_annonces th.photo{border: none;}
#liste_annonces th.prix{width: 60px;}
#liste_annonces th.km{width: 90px;}
#liste_annonces th.annee{width: 60px;}
#liste_annonces th.version{width: 130px;}
#liste_annonces th.photo{width: 90px;}

#liste_annonces td.prix, #liste_annonces td.km, #liste_annonces td.annee, #liste_annonces td.version{
	text-align: center;
}

#liste_annonces td.modele a{text-decoration: none; font-weight: bold;}
#liste_annonces td.modele a:hover{text-decoration: underline;}
#liste_annonces td.modele div {position: relative; width: 100%; height: 45px; margin-top: 30px;}
#liste_annonces td.modele img.camera{position: absolute; bottom: 0px; right: 0px;}

.tr1{background-color: #f3f3f3;}
.tr2{background-color: #fff;}

