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

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

.tabs {
	background: url(../images/pages/tabs_background.png) no-repeat bottom left;
	height: 60px;
	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;
}

.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, .tab_content {
	background: url(../images/pages/vehicule_content_background.png) no-repeat bottom;
	float: left;
	width: 580px;
	margin-bottom: 1.5em;
}

/*
Fiche véhicule
*/

#content p.model {
	color: #556677;
	font-size: 1.3em; font-weight: bold;
	padding-left: 1em;
}

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

#content div.content_bottom div {
	position: relative;
	float: right;
	padding: 15px 0 0 120px;
	-padding: 15px 0 0 100px;
	width: 260px;
}

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

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

#content p.our_price span {
	font-size: 1.5em; 	
}

#content span#options_price {
	font-size: 1em;	
}

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

#content div#infos {
	float: left;
	margin: 0 10px;
	-margin: 0 5px;
	padding: 0;
	clear: both;
	width: 560px;
	border-top: 1px solid #D4D4D4;
}

#content div#infos div {
	padding: 15px 5px;
	font-size: 0.9em;
	width: 260px;
	color: #556677;
	float: left;
}

/*
Onglets
*/

.tabs ul {
    list-style: none;
}

.tabs li {
	padding: 0 0 0 20px;
    float: left;
	background: url(../images/pages/tab_left.png) no-repeat left top;
	font-size: 0.9em;
}

.tabs a {
    display: block;
    background: url(../images/pages/tab_right.png) no-repeat right top;
	padding: 9px 20px 20px 0;
	text-decoration: none;
    font-weight: bold;
	border: 0;
	color: #539B26;
	outline: none;
}

.tabs .current {
    background-image: url("../images/pages/current_tab_left.png");
}

.tabs .current a {
 	color: white;
    background-image: url("../images/pages/current_tab_right.png");
}

.tabs a:hover {
	text-decoration: underline;
}

/* Contenu des onglets */

.tab_content {
	padding-bottom: 1.2em;	
}

.tab_content p {
	text-align: justify;
	position: relative;
	width: 566px;
	color: #567;
	font-size: 0.85em; font-weight: bold;
	margin: 0 2px;
	padding: 0.5em 0px 0.5em 10px;
}

.tab_content p:hover {
	background: #FFC;
}

.tab_content p span {
	text-align: justify;
	padding-right: 0.2em;
	font-weight: normal;
}

.tab_content h4 {
	background: #CCC;
	color: #333;
	padding-left: 2em;
}

.tab_content p.add_option {
	float: left;
	clear: both;	
}

.tab_content p.add_option label {
	float: left;
	clear: both;
}

.tab_content p.add_option span {
	position: absolute;
	right: 80px;
}

.tab_content p.add_option input {
	position: absolute;
	right: 40px;
}

/*
Devis
*/

#estimate {
	float: right;
	width: 350px;
	padding: 20px;
	-padding: 20px 5px;	
	position: relative;
}

#estimate div.estimate_title {
	background: url(../images/pages/estimate_top.png) no-repeat;
	width: 160px;
	padding: 30px 20px 0 180px;
}

#estimate div.estimate_title h2 {
	color: #F99135;
	font-size: 1.4em;
}

#estimate div.estimate_title h2.end {
	padding-bottom: 60px;
}

#estimate div.estimate_title p {
	text-align: justify;
	color: #4D4D4D;
	font-size: 0.9em;
	padding: 0.4em 0;
}

#estimate form, #estimate_end {
	background: url(../images/pages/estimate_bottom.png) no-repeat bottom left;
	width: 330px;
	padding: 14px 10px 40px;
	font-size: 0.9em;
	color: #4D4D4D;
}

#estimate form label {
	position: relative;
	line-height: 2em;
}

#estimate form label.required {
	font-weight: bold;
}

#estimate form label span, #estimate p.infos span {
	padding-left: 0.2em;
	color: #EA841F;
}

#estimate form input, #estimate form select {
	border: 1px solid #7F9DB9;
	position: absolute;
	left: 25ex;
}

#estimate form input {
	width: 11em;	
}

#estimate form select {
	width: 5em;
}

#estimate form input {
	padding: 0.1em;
}

#estimate form input:focus {
	background: #FFC;
}

#estimate form p.submit {
	padding-top: 4px;
	margin-bottom: 1em;
}

#estimate form p.submit input {
	left: 235px;
	width: 100px;
	border: 0;
}

#estimate p.infos {
	color: #B2B2B2;
	font-style: italic;
	font-size: 0.95em;
}

#estimate_end p {
	padding: 0.4em 0;
}

#estimate_end p.partner_logo {
	width: 320px;	
	text-align: center;	
}

#estimate_end p img {
	display: inline;
}

/*
Menu
*/
#vehicule_menu {
	clear: both;
	padding-top: 1em;
	border-top: 2px solid #D4D4D4;
}

#vehicule_menu #services {
	width: 400px;
	float: left;
}

#vehicule_menu #map {
	width: 320px;
	float: left;
	border-left: 1px solid #D4D4D4; 
	border-right: 1px solid #D4D4D4;
	margin-bottom: 1em;
}

#vehicule_menu #financing {
	width: 260px;
	float: left;
}

#vehicule_menu h3 {
	margin-left: 30px;
	margin-bottom: 1.4em;
	float:left;
	color: #556677;
	font-variant: small-caps;
}

#vehicule_menu ul {
	font-size: 0.9em;
	padding-left: 10px;
}
