#liste_annonces{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#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;}

#lostpass{
	margin: 30px 0 0 120px;
}
span#login_cgv{display: block; padding: 5px 0 0 190px; font-weight: normal;}

span.red{font-weight: bold; color: #C81E24;}
