/*
/	Copyright 2010 Zebagnole
/	Design et developpement du site par iDeveloppement
/	http://www.ideveloppement.net
/
/	Base sur 960 Grid System
/	Copyright (c) 2008 Nathan Smith, http://960.gs/
/
/	Mise a jour : Pierre Ceroni - 24/06/10
*/

/* Basic HTML
------------------------------------------------------------------------*/
body {
	background: #eee url(../images/top_bg1.png) repeat-x 0 0;
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	color: #222;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

hr {
	border: 0 #aaa solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
a {
	color: #df0612;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 6px;
	border-bottom: 1px solid #aaa;
}
h1 strong, h2 strong {
	color: #df0612;
}


/* Header
------------------------------------------------------------------------*/
#header {
	background: url(../images/menu_bg.png) repeat-x 0 4px;
	width: 100%;
	height: 64px;
	margin: 34px 0 0;
}
#logo {
	margin-left: 0;
}
#menu li {
	display: block;
	float: left;
	height: 60px;
	margin: 4px 0 0;
	list-style: none;
}
#menu a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 19px 18px 0;
	height: 41px;
	text-shadow: 0 1px 2px #000;
}
#menu a:hover, #menu .current {
	background: url(../images/menu_hover.png) repeat-x;
	text-decoration: none;
}
#menu .current a {
	background: url(../images/menu_current.png) no-repeat 50% 50px;
}

/* Content
------------------------------------------------------------------------*/
#content {
	background: #fff url(../images/top_bg2.png) repeat-x;
	width: 100%;
	padding: 40px 0;
}
#borders {
	border: 1px solid #aaa;
	border-right: 0px;
	height: 100%;
	margin-top: 14px;
	width: 38px;
}
#page ul {
	margin: 0 0 20px 25px;
}
#page p {
	margin: 0 0 20px;
}

/* Accueil
----------------------------------*/
#home #borders {
	height: 690px;
}
#home #page p {
	margin: 0;
}
#home #page p#intro {
	margin: 0 0 20px;
}
#home .vignette {
	float: left;
	width: 158px;
	margin: 12px 20px 12px 0;
	border: 1px solid #aaa;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #222;
}
#home .vignette .prix {
	background: url(../images/vignette_bg.png) repeat-x 0 0;
	display: block;
	height: 22px;
	font-size: 13px;
	margin-top: 5px;
	padding-top: 2px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
}

/* Resultats de recherche
----------------------------------*/
#results th {
	border-bottom: 1px solid #999;
}
#results th img {
	margin: 0 0 2px;
}
.rowtohighlight {
	color:#222;
	height: 20px;
	padding: 10px 0 10px 5px;
}
.boderHauBasImpair {
	background-color:#eee;
}
.highlightrow {
	background-color:#c9c9c9;
}

/* Fiche vehicule
----------------------------------*/
#fiche #page p {
	line-height: 1.9em;
	margin: 0;
	clear: both;
}
#fiche_diapo #thumbs_nav {
	margin: 2px 0;
}
 
#fiche_diapo #diapo_btn_l {
	background: url(../images/diapo_btn_l.png) no-repeat;
	float: left;
	width: 24px;
	height: 56px;
	cursor:pointer;
	margin: 5px 0; 
}
#fiche_diapo #diapo_btn_r {
	background: url(../images/diapo_btn_r.png) no-repeat;
	float: right;
	width: 24px;
	height: 56px;
	cursor:pointer;
	margin: 5px 0; 
	
}
#fiche #main_infos h2 {
	font-size: 24px;
	padding: 0 0 4px;
	margin: 0 0 2px;
}
#fiche #main_infos p strong {
	display: block;
	float: left;
	width: 140px;
}
#fiche #details h2 {
	margin-top: 0;
}
#fiche p#equipements {
	line-height: 1.5;
}
#ficheform label {
	display: block;
	float: left;
	clear: both;
	font-weight: bold;
	width: 118px;
	margin: 5px 0;
}
#ficheform input {
	background: url(../images/fiche_input_bg.png) no-repeat;
	width: 160px;
	height: 20px;
	margin: 5px 0;
	border: none;
}
#fiche_more {
	margin: 1px 0;
}
#ficheform #fiche_more input {
	float: left;
	background: inherit;
	width: auto;
	height: auto;
	margin: 5px;
}
#ficheform #fiche_more label {
	float: none;
	clear: none;
	font-weight: normal;
	width: auto;
	margin: 3px 0;
}
#ficheform #fiche_more label#message_label {
	margin: 7px 0 3px;
}
#ficheform #fiche_more p {
	font-weight: bold;
}
#ficheform textarea {
	background: url(../images/fiche_text_bg.png) no-repeat;
	width: 220px;
	height: 83px;
	border: none;
	margin: 0 0 5px;
}
#ficheform input#fiche_envoyer {
	background: url(../images/contact_btn.png) repeat-x 0 0;
	width: 220px;
	height: 35px;
	padding: 0 0 3px;
	margin: 5px 0;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
#ficheform input#fiche_envoyer:hover {
	background: url(../images/contact_btn.png) repeat-x 0 -35px;
}
#fiche #nav {
	text-align: center;
	padding: 20px 0 0;
}

/* Financement
----------------------------------*/

/* Rachat
----------------------------------*/
#rachatform div {
	width: 460px;
	margin-top: 20px;
}
#rachatform strong {
	color: #df0612;
}
#rachatform label {
	display: block;
	float: left;
	width: 110px;
	margin: 0 10px 0 0;
	font-weight: bold;
}
#rachatform input, #rachat_infos, #rachat_equipements {
	background: url(../images/contact_input_bg.png) no-repeat 0 0;
	display: block;
	float: left;
	width: 330px;
	height: 19px;
	padding: 5px;
	margin-bottom: 18px;
	border: none;
}
#rachat_infos, #rachat_equipements {
	background: url(../images/rachat_text_bg.png) no-repeat 0 0;
	width: 330px;
	height: 74px;
}
input#rachat_envoyer {
	background: url(../images/contact_btn.png) repeat-x 0 0;
	float: right;
	width: 220px;
	height: 35px;
	padding: 0 0 3px;
	margin: 0;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
input#rachat_envoyer:hover {
	background: url(../images/contact_btn.png) repeat-x 0 -35px;
}
#rachatform .rachat_upload label {
	width: 140px;
}
#rachatform .rachat_upload input {
	background: none;
	border: 1px solid #ccc;
	width: 290px;
}

/* Contact
----------------------------------*/
#contact #borders {
	height: 500px;
}
#contactform {
	width: 460px;
}
#contactform strong {
	color: #df0612;
}
#contactform label {
	display: block;
	float: left;
	width: 110px;
	margin: 0 10px 0 0;
	font-weight: bold;
}
#contactform input, #contact_message {
	background: url(../images/contact_input_bg.png) no-repeat 0 0;
	display: block;
	float: left;
	width: 330px;
	height: 19px;
	padding: 5px;
	margin-bottom: 18px;
	border: none;
}
#contact_message {
	background: url(../images/contact_text_bg.png) no-repeat 0 0;
	width: 330px;
	height: 165px;
}
input#contact_envoyer {
	background: url(../images/contact_btn.png) repeat-x 0 0;
	float: right;
	width: 220px;
	height: 35px;
	padding: 0 0 3px;
	margin: 0;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
input#contact_envoyer:hover {
	background: url(../images/contact_btn.png) repeat-x 0 -35px;
}

/* Side
------------------------------------------------------------------------*/
#side {
	font-size: 14px;
}
#side h2 {
	font-size: 18px;
	font-weight: bold;
	border: none;
}
#side strong {
	color: #df0612;
}
#engagements {
	background: url(../images/ok.jpg) no-repeat 0 25px;
	border-bottom: 1px solid #aaa;
	margin: 30px 0 20px;
	padding: 0 0 15px;
}
#engagements ul {
	margin: 10px 0 0;
}
#engagements li {
	background: url(../images/icn_check.png) no-repeat 0 50%;
	list-style: none;
	font-weight: bold;
	font-size: 13px;
	margin: 12px 0 0 20px;
	padding: 0 0 0 35px;
}
#social {
	padding: 0 0 20px;
	border-bottom: 1px solid #aaa;
}
#social a {
	background: url(../images/icn_facebook.png) no-repeat 0 0;
	display: block;
	font-weight: bold;
	color: #222;
	padding: 0 0 0 55px;
	height: 45px;
}
#social a:hover {
	text-decoration: none;
}
#infos_contact {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 15px 0 0;
	padding: 0 0 10px;

}
#infos_horaires {
	text-align: center;
}
#tel {
	color: #df0612;
	font-size: 24px;
}


/* Recherche
----------------------------------*/
#recherche {
	background: url(../images/search_bg.png) no-repeat 0 13px;
	width: 280px;
	height: 282px;
}
#recherche h2 {
	text-align: center;
	margin: 0 0 10px;
}
#recherche label {
	display: block;
	float: left;
	width: 70px;
}
#recherche select {
	display: block;
	float: left;
	width: 160px;
}
#recherche div {
	clear: both;
	margin: 0 25px;
	padding: 12px 0;
}
#recherche #search_envoyer {
	display: block;
	width: 100%;
	margin-top: 15px;
	border: none;
	background: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
#fourchette label {
	font-size: 12px;
	width: auto;
}
#fourchette p {
	margin: 10px 0 10px;
}
#fourchette input {
	width: 100px;
	margin: 1px 0 0 2px;
	background: none;
	border: none;
	color: #df0612;
}
#fourchette div {
	margin: 0;
}
#fourchette .ui-slider {
	background: url(../images/slider_bg.png) repeat-x 50% 0;
	position:relative;
	border: 1px solid #aaa;
	height: 17px;
	padding: 0;
}
.ui-slider .ui-slider-handle {
	background: url(../images/slider_cursor.png) no-repeat;
	position:absolute;
	width:9px;
	height:26px;
	cursor:default;
	z-index:2;
}
.ui-slider .ui-slider-range {
	background-position:0 0;
	border:0 none;
	display:block;
	font-size:0.7em;
	position:absolute;
	z-index:1;
}
.ui-slider-horizontal {
	height:0.8em;
}
.ui-slider-range {
	background: url(../images/slider_bg2.png) repeat-x 50% 0;
}
.ui-slider-horizontal .ui-slider-handle {
	margin-left:-0.6em;
	top:-0.3em;
}
.ui-slider-horizontal .ui-slider-range {
	height:100%;
	top:0;
}
.ui-slider-horizontal .ui-slider-range-min {
	left:0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right:0;
}
.ui-slider-vertical {
	height:100px;
	width:0.8em;
}
.ui-slider-vertical .ui-slider-handle {
	left:-0.3em;
	margin-bottom:-0.6em;
	margin-left:0;
}
.ui-slider-vertical .ui-slider-range {
	left:0;
	width:100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom:0;
}
.ui-slider-vertical .ui-slider-range-max {
	top:0;
}


/* Footer
------------------------------------------------------------------------*/
#footer {
	background: url(../images/footer_bg.png) repeat-x;
	width: 100%;
	height: 120px;
	padding-top: 30px;
	font-size: 12px;
	color: #555;
}
#footer p {
	margin-bottom: 2px;
}
#footer a {
	color: #555;
}
#footer li {
	display: block;
	float: left;
	width: 145px;
	margin: 0 10px 2px;
	padding-left: 10px;
}
#footer .grid_9 {
	margin: 0;
	width: 540px;
}