#content {
	float: left;
	margin: 10px;
	width: 720px;
}

.content_top {
	background: url(../images/pages/top_right.png) no-repeat right top;
	height: 50px;
	margin: 10px 0 0 0px;
	clear: left;
}

.content_top h2{
	float: left;
	background: url(../images/pages/title_background.png) no-repeat top right;
	margin-left: 10px;
}

.content_top h2.list_title{
	padding-top: 0.4em;
	text-transform: uppercase;
}

.content_top h2 a{
	font-size: 0.9em;
	vertical-align: 15px;
	padding: 12px 50px 0 0;
	color: #EA841F;
	height: 39px;
}

.content_top h2 img {
	padding: 5px;
}

.content_bottom {
	background: url(../images/pages/content_background.png) no-repeat bottom;
	float: left;
	width: 720px;
	margin-bottom: 1.5em;
}

/*
Meilleure offre
*/

#content p.photo {
	padding: 10px;
	width: 180px;
	float: left;
}

#content div.content_bottom div {
	float: right;
	width: 400px;
}

#content p.discount {
	position: absolute;
	top: 40px; left: 190px;
	margin: 0px 0 0px;
	width: 75px; height: 75px;
	padding: 20px 10px 0 0;
	text-align: right;
	font-weight: bold; font-size: 1.2em; color: white;
}

#content p.price {
	font-size: 1.5em; font-weight: bold; 
	color: #EA841F;
	margin-bottom: 0.8em;
}

#content p.model, #content p.range {
	color: #556677;
	font-size: 1.4em; font-weight: bold;
	text-transform: uppercase;
}

#content p.fuel {
	color: #556677;
	font-weight: bold; 
	margin: 0.3em 0;
}

#content p.infos {
	margin: 0.3em 0;
}

/*
Liste des véhicules
*/

table {
	width: 718px;
	border-collapse: collapse;
	margin: 2px 1px;
}

table thead {
	color: #556677;
	background: #F2F2F2;
	font-size: 0.85em; font-weight: bold;
}

table tr.odd {
	background: #FFF;
}

table tr.even {
	background: #F2F2F2;
}

table tbody tr:hover {
	background: #FE7;
}

table td {
	color: #556677;
	font-size: 0.9em;
	border-right: 1px solid #D6D6D6;
	padding: 0 0.2em;
}

table td a {
	color: #556677;
	display: block;
	padding: 0 0.2em;
}	

table td.horsepower {
	text-align: right;	
}

table td.price {
	font-weight: bold;
	text-align: right;
}

table td.discount span {
	display: block;
	text-align: center;
	font-weight: bold;
	background: #EA841F url(../images/pages/orange_background.gif) repeat-y left;
	color: white;
}

table td.our_price {
	padding: 0 0.4em;
}

table td.our_price span {
	color: #EA841F;
	border: 1px solid #EA841F;
	display: block;
	padding: 0 0.4em;
	text-align: right;
}

table td.infos {
	border: 0;
}

/*
Pagination
*/

ul.page_numbering{
	padding: 0.2em 0.2em 0.5em 0.2em;
}

.page_numbering li{
	list-style-type: none;
	display: inline;
	padding: 0.1em;
	margin: 0 0.1em;
}

.page_numbering a {
	padding: 0 5px;
	border: 1px solid #8FC73D;
	text-decoration: none;
	color: #8FC73D;
}

.page_numbering a:hover {
	border: 1px solid #529828;
	color: #529828;
	background-color: lightyellow;
}

.page_numbering li.current_page{
	font-weight: bold;
	padding: 0 5px;
	border: 1px solid #529828;
	background-color: #8FC73D;
	color: #FFF;
}
