/* fiche véhicule */

.none2 {
	display: none;
}

/*--------------------------------fiche_left-----------------------*/

#fiche_left {
	position: relative;
	/*width: 460px;*/
	/*height: 100%;*/
}

/*--------------------------------boutons_fiche-----------------------*/

#boutons_fiche {
	width: 100%;
	height: 21px;
	margin-top: 25px;
}

#boutons_fiche a.btn1 {
	display: block;
	float: left;
	margin-right: 56px;
	height: 17px;width: 135px;
	background: url(../_img/fiche_produit/fd_precedent.gif) center left no-repeat;
	font: normal 12px Arial, Helvetica, sans-serif;color: #000000;
	text-decoration: none;
	padding: 3px 0 0 15px;
}

#boutons_fiche a.btn2 {
	display: block;
	float: left;
	height: 17px;width: 135px;
	font: normal 12px Arial, Helvetica, sans-serif;color: #000000;
	text-decoration: none;
	padding: 0;
	margin: 0;
	margin-left: 64px;margin-top: 3px;
}

#boutons_fiche a.btn3 {
	display: block;
	float: right;
	height: 17px;width: 135px;
	background: url(../_img/fiche_produit/fd_suivant.gif) center right no-repeat;
	font: normal 12px Arial, Helvetica, sans-serif;color: #000000;
	text-decoration: none;
	text-align:right;
	position: relative;
	padding: 3px 15px 0 0px;
}

/*-------------------------------descriptif_fiche----------------------------------*/

#descriptif_fiche {
	position: relative;
}

/*--------------texte------------*/

#descriptif_fiche #texte {
	position: absolute;
	top: 6px; left: 8px;
	width: 355px;height: 53px;
}
#descriptif_fiche h1 {
	font: bold 18px Arial, Helvetica, sans-serif;color: #003399;
	height: 22px;overflow: hidden;
}
#descriptif_fiche #texte span {
	position: relative;
	display: block;
	height: 15px;
	font: normal 11px Arial, Helvetica, sans-serif;color: #4c4c4c;
	line-height: 11px;
}
#descriptif_fiche #texte img {
}

#descriptif_fiche #prix {
	position: absolute;
	right: 10px;top: 0px;
	height: 53px;
}

#descriptif_fiche h2 {
	font: bold 24px Arial, Helvetica, sans-serif;color: #003399;
}

#descriptif_fiche h2 span {
	font: bold 14px Arial, Helvetica, sans-serif;color: #003399;
}

/*--------------visuel_grand------------*/


#descriptif_fiche #visuel_grand {
	position:relative;
	width:656px;
	height:492px;
}
#descriptif_fiche #visuel_grand img{
	display: inline-block;
	position: absolute;
	top: 0;
}

#descriptif_fiche #visuel_grand .controls{
	width:232px;
	height:55px;
	position:absolute;
	left:12px;
	bottom:11px;
	list-style: none;
}

#descriptif_fiche #visuel_grand .controls li{
	float:left;
}

#descriptif_fiche #visuel_grand .controls a{
	width:54px;
	height:55px;
	margin-right:2px;
	background:url('../_img/fiche_produit/btn_slideshow.png') no-repeat;
	cursor:pointer;
	float:left;
}

#descriptif_fiche #visuel_grand .controls a span{
	display:none;
}

* html #descriptif_fiche #visuel_grand .controls a{
	background:url('../_img/fiche_produit/btn_slideshow.gif') no-repeat;
	filter : alpha(opacity=50);
}

#descriptif_fiche #visuel_grand .controls a.prev{
	background-position: 0px 0px;
}

#descriptif_fiche #visuel_grand .controls a.pause{
	background-position: -55px 0px;
}

#descriptif_fiche #visuel_grand .controls a.fullscreen{
	background-position: -110px 0px;
	width:62px;
}

#descriptif_fiche #visuel_grand .controls a.next{
	background-position: -173px 0px;
}

#descriptif_fiche #visuel_grand .controls a.play{
	background-position: -228px 0px;
}


/*--------------visuel_petit------------*/

#descriptif_fiche #visuel_petit {
	position: absolute;
	top: 59px;right: 10px;
	width: 70px;height: 270px;
	margin-left: 8px;
}

#descriptif_fiche #visuel_petit img {
	margin-bottom: 1px;
	cursor : pointer;
}

/*--------------onglets_fiche------------*/

#descriptif_fiche #onglets_fiche {
	bottom: 0px;
	height: 32px;width: 657px;
	margin-top: 27px;
	margin-bottom: 25px;
}
#descriptif_fiche #onglets_fiche.nobps {
	/*background: url(../_img/fiche_produit/fd_onglets_fiche.gif) top left no-repeat;*/
}

#descriptif_fiche #onglets_fiche a {
	display: block;
	width: 164px;
	height:32px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	margin-right: 1px;
	cursor : pointer;
}

#descriptif_fiche #onglets_fiche a.onglet1 span,
#descriptif_fiche #onglets_fiche a.onglet2 span,
#descriptif_fiche #onglets_fiche a.onglet3 span,
#descriptif_fiche #onglets_fiche a.onglet4 span{
	background:url('../_img/fiche_produit/fd_puce_onglet.gif') no-repeat;
	width:3px;
	height:5px;
	display:inline-block;
	margin-right:6px;
	padding-bottom:2px;
}

#descriptif_fiche #onglets_fiche a.onglet1,
#descriptif_fiche #onglets_fiche a.onglet2,
#descriptif_fiche #onglets_fiche a.onglet3,
#descriptif_fiche #onglets_fiche a.onglet4{
	width: 163px;
	height:32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #6b6b6b;
	float:left;
	text-transform: uppercase;
	background: #f2f2f2;
}
#descriptif_fiche #onglets_fiche a.onglet1.on1 span,
#descriptif_fiche #onglets_fiche a.onglet2.on2 span,
#descriptif_fiche #onglets_fiche a.onglet3.on3 span,
#descriptif_fiche #onglets_fiche a.onglet4.on4 span,
#descriptif_fiche #onglets_fiche a.onglet1:hover span,
#descriptif_fiche #onglets_fiche a.onglet2:hover span,
#descriptif_fiche #onglets_fiche a.onglet3:hover span,
#descriptif_fiche #onglets_fiche a.onglet4:hover span{
	background:url('../_img/fiche_produit/fd_puce_onglet_on.gif') no-repeat;
	width:3px;
	height:5px;
	display:inline-block;
	margin-right:6px;
	padding-bottom:2px;
}

#descriptif_fiche #onglets_fiche a.onglet4 {
	background:url('../_img/fiche_produit/fd_garantie_bps.gif') 30px 5px no-repeat #f2f2f2;
}

#descriptif_fiche #onglets_fiche a.onglet1.on1,
#descriptif_fiche #onglets_fiche a.onglet2.on2,
#descriptif_fiche #onglets_fiche a.onglet3.on3,
#descriptif_fiche #onglets_fiche a.onglet4.on4,
#descriptif_fiche #onglets_fiche a.onglet1:hover,
#descriptif_fiche #onglets_fiche a.onglet2:hover,
#descriptif_fiche #onglets_fiche a.onglet3:hover{
	color: #ffffff;
	background: #6b6b6b;
}

#descriptif_fiche #onglets_fiche a.onglet4:hover, #descriptif_fiche #onglets_fiche a.onglet4.on4 {
	background:url('../_img/fiche_produit/fd_garantie_bps_on.gif') 30px 5px no-repeat #6c6c6c;
}

#onglet_caract, #onglet_concess, #onglet_finance, #onglet_bps {
	position: relative;
}

div.ongoff {
	display: none;
}

/*--------------onglets_fiche VERSION COLLABORATEUR------------*/

#descriptif_fiche #onglets_fiche.collaborateur {
	bottom: 0px;
	height: 32px;width: 657px;
	margin-top: 27px;
	margin-bottom: 25px;
}

#descriptif_fiche #onglets_fiche.collaborateur a {
	display: block;
	width: 327px;
	height:32px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	margin-right: 1px;
	cursor : pointer;	
}

#descriptif_fiche #onglets_fiche.collaborateur a.onglet1,
#descriptif_fiche #onglets_fiche.collaborateur a.onglet2{
	width: 327px;
	height:32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #6b6b6b;
	float:left;
	text-transform: uppercase;
	background: #f2f2f2;
}

#descriptif_fiche #onglets_fiche.collaborateur a.onglet1 span,
#descriptif_fiche #onglets_fiche.collaborateur a.onglet2 span{
	background:url('../_img/fiche_produit/fd_puce_onglet.gif') no-repeat;
	width:3px;
	height:5px;
	display:inline-block;
	margin-right:6px;
	padding-bottom:2px;
}

#descriptif_fiche #onglets_fiche.collaborateur a.onglet1.on1,
#descriptif_fiche #onglets_fiche.collaborateur a.onglet2.on2{
	color: #ffffff;
	background: #6b6b6b;
}

#descriptif_fiche #onglets_fiche.collaborateur a.onglet1.on1 span,
#descriptif_fiche #onglets_fiche.collaborateur a.onglet2.on2 span{
	background:url('../_img/fiche_produit/fd_puce_onglet_on.gif') no-repeat;
	width:3px;
	height:5px;
	display:inline-block;
	margin-right:6px;
	padding-bottom:2px;
}

/*--------------contenu_onglet------------*/

#contenu_onglet {
	width: 657px;
	background:#f1f1f1;
	padding-bottom: 15px;
	overflow: hidden;
}

/*fond different pour onglet BPS*/

#contenu_onglet.long {
	background-color: #f2f2f2;
}

/*tableau_carac_left*/

#tableau_carac_left {
	float: left;
	width: 319px;
	line-height:27px;
	height:27px;
}

#tableau_carac_left span{
	font: normal 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height:27px;
}

#tableau_carac_left .ligne {
	background: url(../_img/fiche_produit/fd_tableau_left.gif) bottom left repeat-x;
	height:27px;
}

#tableau_carac_left .colonne1 {
	font: normal 12px Arial, Helvetica, sans-serif;color: #797979;
	padding: 4px 0 0 10px;
	text-transform: uppercase;
	line-height:27px;
}

#tableau_carac_left .colonne2 {
	font: bold 12px Arial, Helvetica, sans-serif;color: #484848;
	text-align: right;
	padding: 0px 10px 0 0px;
	line-height:27px;
	text-transform: uppercase;
}

/*tableau_carac_right*/

#tableau_carac_right {
	float: left;
	width: 315px;
	margin-left: 20px;
	font: normal 12px Arial, Helvetica, sans-serif;color: #484848;
	margin-top: 10px;
	list-style: none;
}

#tableau_carac_right li{
	line-height:27px;
	padding-left:15px;
}

#tableau_carac_right li.title{
	height:27px;
	padding-left:11px;
	font: bold 12px Arial, Helvetica, sans-serif;color: #4c4c4c;
	text-transform: uppercase;
	color:#484848;
	background: url(../_img/fiche_produit/fd_tableau_left.gif) bottom left repeat-x;
}

#tableau_carac_right .ligne {
	background: url(../_img/fiche_produit/fd_tableau_left.gif) bottom left repeat-x;
}

#tableau_carac_right .colonne1 {
	width: 10px;
	padding: 9px 0 0 14px;
}

#tableau_carac_right .colonne2 {
	padding: 4px 0 4px 0;
}

/*onglet concessionnaire*/

#contenu_onglet .texte {
	margin: 12px 0 0 21px;
}

#contenu_onglet .texte h1 {
	font: bold 13px Arial, Helvetica, sans-serif;color: #4c4c4c;
	margin-bottom: 12px;
}

#contenu_onglet .texte p {
	font: normal 11px Arial, Helvetica, sans-serif;color: #999999;
	margin-bottom: 12px;
}

#contenu_onglet .texte p.puce {
	display:inline-block;
	height:31px;
	color: #ffffff;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height: 31px;
	padding:0 20px;
	background: url(../_img/fiche_produit/puce_bps.gif) 9px 13px no-repeat #b3b3b3;
	text-decoration: none;
}

#contenu_onglet .texte p.puce:hover{
	background: url(../_img/fiche_produit/puce_bps_on.gif) 9px 13px no-repeat #6b6b6b;
	color: #f2f2f2;
}

#contenu_onglet .texte p a {
	color: #999999;
	text-decoration: none;
}

#contenu_onglet .texte p.puce:hover a {
	color:#f2f2f2;
}

#contenu_onglet .texte p.puce a {
	color:white;
}

/*onglet financement*/

#contenu_onglet .texte.financement {
	/*padding:10px 0 0 15px;*/
}

#contenu_onglet .texte.financement p {
	/*width:350px;*/
	color:#484848;
	font-size: 12px;
}

#contenu_onglet .texte h2 {
	color: #484848;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 20px 0;
}

#contenu_onglet .texte table {
	margin-left:30px;
}
/*onglet financement - curseurs*/

#onglet_finance #curseurs {
	width:553px;
	margin-bottom: 10px;
}

#onglet_finance #curseurs .colonne1 {
	width: 110px;
	color: #484848;
	font: bold 12px Arial, Helvetica, sans-serif;
}

#onglet_finance #curseurs .ligne {
	height: 50px;
}

#onglet_finance #curseurs #calculer {
	float: right;
	margin-top: 25px;
}

/*---------------------------------- reglette_financement ------------------------------*/

#contenu_onglet div.reglette {
	position: relative;
	margin-top: 2px;margin-left: 15px;
	height: 50px;
	padding-top: 10px;
}

#contenu_onglet div.donnee {
	position: relative;
	padding: 0px;margin: 0px;
	height: 33px;width: 445px;
	/*background-image: URL(../_img/research/trackbg.gif);*/
	background:#b3b3b3;
}

#apport_track, #duree_track {
	position: absolute;
	height: 33px;width: 445px;
	line-height: 33px;
	padding: 0px;
	margin: 0px;
	left:0px;
	top:0px;
	z-index: 35;
}

#apport_back, #duree_back{
	background:url('../_img/fiche_produit/fd_fleches.gif') center right no-repeat #6c6c6c;
	width:0px;
	height:33px;
	position: absolute;
	left:0px;
	top:0px;
	z-index: 20;
	padding-left:14px;
}

#apport_handle, #duree_handle{
	position: absolute;
	cursor: pointer;
	width: 14px;height: 33px;
	z-index: 35;
}

#apport, #duree {
	position: absolute;
	top: 0px;left: 9px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	line-height: 33px;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	z-index: 30;
}


/*onglet financement - resultat*/

#onglet_finance #resultat {
	/*width: 460px;
	height: 280px;
	background: url(../_img/fiche_produit/fd_resultat_financement.gif) top left no-repeat;*/
	background:url('../_img/fiche_produit/fd_financement_middle.gif') #f1f1f1;
}

#onglet_finance #resultat #contenu {
	padding: 0px 35px 0px 35px;*/
}

#onglet_finance #resultat #donnees {
	width: 560px;
	margin-bottom: 24px;
}

#onglet_finance #resultat #donnees .ligne {
	height: 43px;
}

#onglet_finance #resultat #donnees .colonne1{
	font: normal 12px Arial, Helvetica, sans-serif;color: #FFFFFF;
	width: 335px;
}

#onglet_finance #resultat #donnees .colonne2 {
	font: normal 25px Arial, Helvetica, sans-serif;color: #FFFFFF;
}

#onglet_finance #resultat #donnees .colonne2 span {
	font: bold 25px Arial, Helvetica, sans-serif;color: #FFFFFF;
}

#onglet_finance #resultat p.titre {
	font: normal 16px Arial, Helvetica, sans-serif;color: #FFFFFF;
}

#onglet_finance #resultat p.texte {
	font: normal 11px Arial, Helvetica, sans-serif;color: #FFFFFF;
	line-height: 12px;
	margin-bottom: 10px;
}

#onglet_finance #resultat p.texteb {
	font: bold 13px Arial, Helvetica, sans-serif;color: #FFFFFF;
	line-height: 15px;
	margin-bottom: 10px;
}


/*onglet BPS*/

#contenu_onglet .texte ul {
	list-style-type: none;
	margin: 0 0 23px 0;
	padding: 0;
}

#contenu_onglet .texte ul li {
	font: bold 11px Arial, Helvetica, sans-serif;color: #003399;
	background: url(../_img/fiche_produit/puce_carree_bleu2.gif) top left no-repeat;
	padding-left: 15px;
	line-height: 22px;
}

/*onglet collaborateur*/

#contenu_onglet .texte p.fonce {
	font: normal 13px Arial, Helvetica, sans-serif;color: #4c4c4c;
}

#contenu_onglet .texte p.fonce2.title {
	font: bold 12px Arial, Helvetica, sans-serif;color: #4c4c4c;
	text-transform: uppercase;
}

#contenu_onglet .texte p.fonce2 {
	font: normal 12px Arial, Helvetica, sans-serif;color: #4c4c4c;
	margin-bottom: 12px;
}

#contenu_onglet .texte p.fonce2 a {
	color: #4c4c4c;
	text-decoration: none;
}

/*--------------------------------fiche_right-----------------------*/

#fiche_right {
	margin-top: 21px;
}

/*ajouter_selection*/

#fiche_right #ajouter_selection {
	margin-bottom: 1px;
	background: #f2f2f2 ;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#fiche_right #ajouter_selection.on {
	height:109px;
}

#fiche_right #ajouter_selection #contenu {
	padding: 7px 0 7px 18px;
}

#fiche_right #ajouter_selection #contenu a.image {
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #303030;
}

#fiche_right #ajouter_selection #contenu p {
	color: #303030;
	font: normal 11px Arial, Helvetica, sans-serif;
	background: url(../_img/fiche_produit/puce_fleche_bleue.gif) top left no-repeat;
	padding-left: 10px;
	margin-top: 8px;
}

#fiche_right #ajouter_selection #contenu p a{
	color: #303030;
	text-decoration: none;
}

/*conseiller_bmw*/

#fiche_right #conseiller_bmw {
	width: 323px;height: 100px;
	background: url(../_img/fiche_produit/fd_conseiller_bmw.gif) top left no-repeat;
}

#fiche_right #conseiller_bmw .input_text {
	width: 153px;height: 15px;
	border: 1px solid #b7b9b8;
	margin: 40px 0 0 10px;
	padding-left: 5px;padding-top: 2px;
	color: #666666;
	font: normal 11px Arial, Helvetica, sans-serif;
}

#fiche_right #conseiller_bmw .btn_input {
	margin: 7px 0 0 146px;
}

#fiche_right #civ a.checkbox {
	background: url(../_img/research/equip_checkbox.gif) no-repeat scroll 18px 11px;
}

#fiche_right #civ a.checkbox_on {
	background: url(../_img/research/checkbox_on.gif) no-repeat scroll 18px 11px;
}

#fiche_right #civ a{
	display: inline-block;
	float: left;
	margin-right: 3px;
	height: 30px;width: 30px;
	cursor: pointer;
	line-height: 30px;
	text-transform: none;
	text-decoration: none;
}


/*bps*/

#fiche_right #bps {
	margin-top: 10px;
}

#texte h1 {
	font: bold 35px Arial, Helvetica, sans-serif;
	color:#3d3f40;
	line-height: 35px;
	width: 468px;
}

#texte h2 {
	font: bold 25px Arial, Helvetica, sans-serif;
	color:#3d3f40;
}

#texte span.info{
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#3d3f40;
}

#fiche_right #demander_un_essai{
	margin-bottom: 10px;
	margin-top:1px;
}

#popinFullscreen{
	margin-left:-512px;
	left:50%;
	width:1024px;
}


#popinFullscreen .content{
	background:none;
	border:none;
	position:relative;
	margin:20px auto;
	top:0px;
	left:0px;
	width:auto;
}

#fullscreen_img_container{
	position:absolute;
	top:0px;
	left:0px;

	display:none;
	width:100%;
	height:100%;

	overflow:hidden;
	border:1px solid #f1f1f1;

	z-index: 200;
}

#popinFullscreenContent #fullscreen_img img{
	width:1024px;
	height:auto;
	cursor:url(../_img/home/close_pop_in_fullscreen.gif), pointer;
}

#popinFullscreenContent a{
	position:absolute;

	top:20px;
	right:20px;

	width:15px;
	height:16px;
}
