@charset "utf-8";

/*--------------------------- CSS pour les impressions -------------------------------*/
body {
	font-size:16px;
}
.l_aff_vehicule {
	border-bottom: thin solid #000000;
}
.l_aff_vehicule, p, .l_aff_texte, .adresse_print {
	font-size:16px;
}
.l_aff_prix, .l_aff_km, .l_aff_annee, h2 {
	font-weight:bold;
}
.lien {
	text-decoration:none;
}
.adresse_print {
	float : left;
    display: block;
	border: medium solid #79b51c;
	margin : 10px 30px;
	text-align:center;
    width : 90%;
}
#fiche_vehicule {
	width : 100%;
}
#container_col {
    float : none;
}
#col_droite {
    float : none;
	margin : 10px 30px;
	width: 90%;
	height:auto;
}
#resultat_recherche {
	width: 100%;
	border : none;
}
#header, #menu_horizontal, #langue, #col_gauche, #footer, #copyright, #fiche_col_gauche .fiche_onglet, .lien_fiche, #illustration  { 
    display : none; 
}
#fiche_header {
	width : 100%;
	float : left;
	font-weight: bold;
	font-size:18px;
}
#gallery {
	width : 100%;
}
.fiche_onglet {
	color:#79b51c; /* vert */
	font-weight: bold;
	font-size:18px;
	width : 100%;
}
#fiche_vehicule table {
	line-height: normal;
}
.cell_1 {
	width : 50%;
}
#fiche_col_droite #fiche_prix, #fiche_col_droite h2 {
	font-size:26px;
}
#fiche_prix {
	float : none;
	width : 150px;
	height:auto;
}
#fiche_image {
	width:380px;
}
.fiche_image_main {
	width:360px;
	height:270px;
}
.fiche_image_next {
	width:86px;
	height:67px;
}
#fiche_col_gauche {
	width : 380px;
}
.fiche_detail {
	width : 100%;
}
#fiche_col_droite {
	width : 510px;;
}