p#intro{
	position: relative;
}

p#intro a{
	position: absolute;
	right: 0px;
	top: 15px;
	padding-left: 20px;
	background: url(../images/fleche_ul.png) transparent no-repeat 0px 3px;
	font-weight: bold;
}

ul#liste_models{
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
	overflow: auto;
}

ul#liste_models li{
	display: block;
	float: left;
	width: 228px;
	padding: 5px 0 5px 20px;
	background: url(../images/fleche_ul.png) transparent no-repeat 0px 6px;
	border-bottom: 1px solid #e8e8e8;
}

/* Affichage des dernières annonces */
#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;}
