/* quick search --> */
#quicksearch {
	margin: 3px 0;
	padding-left: 5px;
}
#quicksearch p {
	margin: 0;
	float: left;
}
#quicksearch p.margin { padding-top: 2px; }
#quicksearch * input {
	height: 15px;
	border: 1px solid #a0a0a0;
	font-size: 9px;
	float: left;
}
#quicksearch_search {
	width: 100px;
	padding: 1px 2px 0 2px;
	margin-left: 5px;
	text-align: left;
}
#quicksearch_submit {
	width: 27px;
	height: 18px !important;
	padding: 0 2px;
	margin-left: 2px;
	background-color: #c6c5c5;
	font-weight: bold;
	color: #fcfcfc;
}
/* <-- quick search */

/* recents --> */
#recents {
	width: 610px;
	margin-left: 5px;
	padding-top: 5px;
	clear: both;
}
#recents_content {
	height: 125px;
	margin-top: 5px;
	padding: 0 3px;
	background-color: #e1e1e0;
	background-image: url(../images/bg-recents.gif);
	background-repeat: repeat-x;
}
#recents * .item, #recents * .last_item {
	width: 94px;
	padding: 0 2px;
	float: left;
}
#recents * .item { border-right: 2px solid #fff; }
#recents * h2, #recents * h3, #recents * h4 {
	margin: 0;
	font-size: 9px;
	color: #3d4a65;
}
#recents * h2, #recents * h4 { font-weight: normal; }
#recents * p {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #3d4a65;
}
#recents * .item * img, #recents * .last_item * img {
	border: 1px solid #fff;
	float: left;
}
#recents * .icons img {
 	margin: 1px 0 6px 1px;
	border: 1px solid #000;
}
#recents * .navbar {
	padding: 3px;
	clear: both;
}
#recents * .navbar div { float: left; }
#recents * .navbar .track {
	width: 544px;
	height: 11px;
	margin: 1px 5px;
	overflow: hidden;
	background-color: #fff;
}
/* <-- recents */

/* next vehicule --> */
#next_vehicule {
	width: 122px;
	height: 62px;
	margin: 8px 0 0 3px;
	padding: 0 5px;
	background-color: #f0f0f0;
	float: left;
}
#next_vehicule h2, #next_vehicule h3 {
	margin: 0;
	font-size: 10px;
	color: #3d4a65;
}
#next_vehicule h2 { font-weight: normal; }
#next_vehicule p {
	margin: 0;
	padding-top: 8px;
	font-size: 10px;
}
#next_vehicule a {
	color: #3d4a65;
	text-decoration: underline;
}
#next_vehicule a:hover, #next_vehicule a:focus { text-decoration: none; }
/* <-- next vehicule */

/* stock partenaires --> */
#stock_partenaires {
	width: 468px;
	border: 1px solid #28466d;
	float: left;
}
#stock_partenaires h1 { margin: 2px; }
#stock_partenaires .item { clear: both; }
#stock_partenaires * .logo, #stock_partenaires * .partenaire {
	height: 32px;
	padding: 2px 3px 0 2px;
	background-color: #f5f5f5;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	color: #7d84a2;
	float: left;
}
#stock_partenaires * .logo { width: 212px; }
#stock_partenaires * .logo img { border: 1px solid #fff; }
#stock_partenaires * .partenaire { width: 200px; }
#stock_partenaires * .qtt {
	width: 35px;
	height: 32px;
	padding: 2px 3px 0 2px;
	background-color: #ededed;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	color: #7d84a2;
	float: left;
}
#stock_partenaires * p {
	margin: 0;
	padding-top: 8px;
}
#stock_partenaires * .partenaire a {
	color: #3d4a65;
	text-decoration: underline;
}
#stock_partenaires * .partenaire a:hover {
	text-decoration: none;
}
/* <-- stock partenaires */

/* chiffres --> */
.chiffres {
	width: 130px;
	margin-left: 8px;
	border: 1px solid #28466d;
	font-size: 11px;
	color: #2b3d5a;
	float: left;
	margin-bottom: 5px;
}
.chiffres h1 { margin: 2px; }
.chiffres div {
	background-image: url(../images/bg-chiffres.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.chiffres * ul {
	margin: 0;
	padding: 5px 0 5px 20px;
	list-style-image: url(../images/puce-li-1.gif);
	line-height: 16px;
}
.chiffres p {
	margin: 0;
	padding: 5px 0 5px 20px;
	line-height: 16px;
}
.chiffres a {
	color: #3d4a65;
	text-decoration: underline;
	font-weight: bold;
}
.chiffres a:hover, .chiffres a:focus { text-decoration: none; }
/* <-- chiffres */
