@charset "utf-8";
h1{
	margin: 12px 0px 0px 8px;
	color: #000000;
	font-size: 24px;
}

#nbre_resultats{
	margin: 6px 0px 0px 23px;
	float: left;
}

/****** fiche #fiche_ct *******/
#fiche_ct{
	width: 697px;
	margin: 14px 0px 8px 8px;
	padding: 4px;
	float: left;
	border: 1px solid #ceb70d;
	height: 1%;
	overflow: hidden;
}

#fiche_ct img{
	float: left;
	margin-right: 5px;
}

#fiche_ct p{
	margin-bottom: 0.5em;
}

/****** table #listing ****/
#listing{
	width: 707px;
	margin: 14px 0px 8px 8px;
	float: left;
}

#listing thead th{
	background-image: url(../images/automobiles/bglisting.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	vertical-align: middle;
	height: 31px;
	border-bottom: 1px solid #ceb70d;
	border-top: 1px solid #ceb70d;
	padding: 0px 3px;
	text-align: center;
	font-weight: normal;
	color: #000000;
}

#listing tbody td{
	vertical-align: top;
	border-bottom: 1px solid #ceb70d;
	padding: 3px;
	color: #2e3032;
	font-size: 11px;
}

#listing .titre_annonce{
	border: none;
	font-size: 15px;
	border-right: 1px solid #ceb70d;
	border-left: 1px solid #ceb70d;
}

#listing tbody td a{
	color: #2e3032;
	text-decoration: underline;
}

#listing tbody td a:hover{
	color: #CC9900;
}

#listing tbody td img{
	float: left;
	margin: 0px 3px 0px 0px;
}

#listing .marque{
	font-size: 13px;
}

#listing .descriptif{
	margin-top: 0.4em;
}

#listing .bord_droit{
	border-right: 1px solid #ceb70d;
}

#listing .bord_gauche{
	border-left: 1px solid #ceb70d;
}

/**** div #affiner *****/
#affiner{
	margin: 14px 0px 8px 725px;
	width: 235px;
	border: 1px solid #4c709d;
	padding-bottom: 4px;
}

#affiner h2{
	border-bottom: 1px solid #4c709d;
	background-image: url(../images/automobiles/bgaffiner.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 21px;
	line-height: 21px;
	padding-left: 7px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

#affiner h3{
	text-decoration: underline;
	margin-top: 7px;
	padding-left: 3px;
	color: #002737;
	font-size: 11px;
}

#affiner ul{
	list-style-type: none;
	margin: 3px 0px;
	padding: 0px;
}

#affiner ul li{
	margin: 0px 0px 0px 16px;
}

#affiner ul li a{
	text-decoration: none;
	color: #002737;
	font-size: 10px;
}

#affiner ul li a:hover{
	color: #666666;
}

/********* pagination *********/
#pagination{
	list-style-type: none;
	margin: 6px 0px 0px;
	padding: 0px;
	float: right;
}

#pagination li{
	float: left;
	margin-left: 3px;
}

#pagination li span{
	display: block;
	padding: 2px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #000000;
}

#pagination li a{
	display: block;
	padding: 2px;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
}

#pagination li a:hover{
	background-color: #ffe310;
	color: #000000;
}
