@charset "utf-8";
 * {
  padding : 0;
  margin : 0;
}
p {
  padding : 5px 0;
}
body {
	background-color: #e3e3e5;  /* gris fonce fond */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;  /* noir */
}
h1 {
    color : #FFF;  /* blanc */
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding: 4px 473px 0 0;
	margin: 0px;
}
h2 {
	font-size: inherit;
	font-weight:inherit;
	text-align: left;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul{
	list-style-type:none;
	margin : 0px;
}
a {
	text-decoration: none;
}
img {
	border-style: none;
}
.strong_coul {
	color: #02a5aa; /* bleu */
}
.lien, .petit_lien {
	color:#5bbd2c; /* vert */
	text-decoration: underline;
}
.petit_lien {
	font-size: 10px;
}
.texte_legende {
	color:#000; /* noir */
	font-size: 10px;
	background-color: #e3e3e5;  /* gris fonce fond */
	padding: 5px;
}
.texte_legende_normal {
	color:#000; /* noir */
	/*background-color: #e3e3e5; */ /* gris fonce fond */
	padding: 0px;
}
#carte p {
	width : 55%;
	margin-left:15px;
	margin-top:15px;
}
/*--------------------------- CSS pour les DIV -------------------------------*/
#container {
	background-color: #e3e3e5;  /* gris fonce fond */
	height: auto;
	margin : 0 auto;
	padding : 0px;
	width: 1024px;
}
#header {
	width: 100%;
	height: 120px;
	margin : 0px;
	padding : 0px;
	/*background-image: url(../img/header.jpg);
	background-repeat: no-repeat;*/
}
#header img {
	position: absolute;
}
#header h1 {
	position: relative;
}
#header p {
	position: relative;
	font-size:10px;
	color:#ffffff;
	margin: 40px 0px 0px 5px;
}
#menu_horizontal {
	width: 55%;
	height: auto;
	float:left;
	margin: 0px;
	padding: 0px;
}
#langue {
	/*width: 43%;*/
	height: auto;
	/*float:left;*/
	margin: 0px;
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#container_col {
	background-color:#fff; /* blanc */
	float:left;
	width:100%;
	height: auto;
}
#col_gauche {
	width : 40%;
	min-height:410px;
	float:left;
	margin: 0px;
	padding: 0px;
}
#col_droite {
	width: 60%;
	min-height:440px;
	float:left;
	margin: 0px;
	padding: 0px;
}
#footer {
	background-color:#79b51c; /* vert */
	color:#FFF; /* blanc */
	font-size: 11px;
	font-weight: bold;
	padding: 10px 15px;
	width: 97.1%;
	clear:left;
	min-height: 35px;
	text-align:center;
}
#copyright {
	font-size: 10px;
	height: auto;
	margin : 0 auto;
	padding : 0px;
	text-align:center;
	width: 1024px;
}
/*--------------------------- CSS pour le header          -------------------------------*/
#header a {
	color: #FFF; /* blanc */
}
#header a:hover {
	font-weight: bold;
}
.adresse_print { 
    display : none; 
}
/*--------------------------- CSS pour le webshop          -------------------------------*/
.blind { 
    display : none; 
}
#header_webshop {
	width: 100%;
	height: 120px;
	margin : 0px;
	padding : 0px;
	/*background-image: url(../img/header.jpg);
	background-repeat: no-repeat;*/
}
#header_webshop img {
	position: absolute;
}
#header_webshop h1 {
/*	position: absolute;*/
	position: relative;
/*	right: 280px;*/
	font-size: 15px;
	margin : 0 20px;
	padding : 0;

}
#header_webshop p {
	position: relative;
	color:#425f2f; /* vert */
	text-align: center;
}

#logo_autoravenda {
	display: block;
	width: 280px;
    height: 50px;
    margin: auto;
}
#logo_autoravenda img {

	padding:	20px 20px 53px;
	background-color: rgba(255, 255, 255, 0.5);
}
#header_webshop a:hover  {
	text-decoration: none;
	font-weight: normal;
}
#logo_baseline {
    padding: 70px 0px 0px;
    margin: 0;
    text-transform: uppercase;
    font-size: 8px;
    line-height: 10px;
}
#vente_ligne {
	font-size: 13px;
	font-style: italic;
	margin-top: 8px;
}
#webshop_contact {/*
 	font-size: 15px;
	line-height: normal;
	font-weight: normal;
	text-align: right;
	padding: 33px 20px 0 0;
	margin: 20px;*/
}
#webshop_contact a {
	color: #ffffff; 
	font-size: 18px;
}

#webshop_contact a:hover {
	color: #d7d6d6; /* gris */
	text-decoration: none;
	font-weight: normal;
}

.webshop #langue {
	float: right;
	margin-left: 15px;
}
#panier, #mon-compte {
	float: right;
	padding : 5px 5px 0 0 ;
}

.webshop #search {
	margin: 20px 0 30px 0;
}
.webshop p, .webshop , .webshop h2, .webshop input {
	font-size: 15px;
	line-height: 15px;
}
.webshop #search input {
	padding: 5px;
}
.webshop td {
	text-align: left;
}
/*--------------------------- CSS pour le menu horizontal -------------------------------*/
#menu_horizontal ul {
	width : 100%;
	text-align:center;
	padding: 0px;
}
#menu_horizontal li {
	width  : 19.5%;
	margin : 0px;
	float  : left;
	border-top-width: 3px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	
	border-top-color: #e3e3e5; /* gris fonce fond */
	border-right-color: #e3e3e5;
	border-bottom-color: #e3e3e5;
}
#menu_horizontal a {
	/*background-color: #c6c7c8; * gris clair */
	background-color: #FFF; /* blanc */
	color: inherit;
	line-height: 25px;
	float : left;
	width  :100%;
}
#menu_horizontal a:hover, #menu_horizontal .menu_select a {
	/*background-color: #FFF; * blanc */
	background-color: #02a5aa; /* bleu */
	color: inherit;
	font-weight: bold;
}

/*--------------------------- CSS pour la div langue               -------------------------------*/
#langue p {
	margin : 0;
	padding : 0;
}
/*--------------------------- CSS pour la colonne gauche et droite -------------------------------*/
#recherche {
	width : 99.1%;
	min-height:250px;
}
#liste_logo {
	width : 29.3%;
	height:415px;
}
#carte {
	width : 69%;
	height:415px;
	background-image: url(../img/carte.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#illustration {
	width : 100%;
	height:280px;
	background-image: url(../img/img_accueil.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#recherche, #liste_logo, #carte, #diaporama, #illustration, #resultat_recherche {
	background-color: #FFF; /* blanc */
	float:left;
	margin: inherit;
	padding: inherit;
	border-left-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	/*border-right-style: none;*/
	/*border-left-style: none;*/
	border-left-color: #e3e3e5; /* gris fonce fond */
	border-right-color: #e3e3e5; /* gris fonce fond */
	border-bottom-color: #e3e3e5; /* gris fonce fond */
}
#diaporama {
	width : 96%;
	margin : 15px 10px 0px 10px;
	padding: 16px 0 0px 10px;
	/* min-height:290px; */
	background-image: url(../img/last_minute.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#recherche, #liste_logo {
	border-left-width: 0px;
}
#diaporama, #illustration {
	border-right-style: none;
	border-top-style: none;
}
#resultat_recherche, #illustration, #diaporama {
	border-bottom-width: 0px;	
}
#liste_logo table {
	width : 99%;
	text-align: center;
	border-spacing: 0px 9px; /* H V */
	line-height: 10px;
}
#fiche_vehicule table {
	width : 317px; 
	text-align: center;
	border-spacing: 0px 6px; /* H V */
	line-height: 10px;
}
tr {
	width : 100%;
}
tr, td {
	height: auto;
	text-align: center;
}
.cadre {
	border:thin;
	text-align:center;
	padding-bottom : 25px;
}
/*--------------------------- CSS pour le formulaire de recherche  -------------------------------*/
#form_recherche p {
  padding: 0px;
  margin: 0px;
  width: 100%;
  float:left;
}
input, select {
	color : inherit;
}
.form_col1 {
	width: 120px;
}
.form_col1, .form_col2, .form_col3, #form_recherche .liste_radio  {
	float:left;
	padding: 0px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.form_col2 {
	width: 166px; /* 41% */
}
.form_col2, .form_col3 {
	margin-left: 0px;
}
.bouton_rechercher {
    border:1px outset;
	background-color:#79b51c; /* vert */
    float:left;
	padding: 5px;
	margin : 20px 0 0 255px;
	/*background-image:url(../img/bouton_rechercher.jpg);
	background-repeat: no-repeat;*/
	height: 28px;
	width: 120px;
}
#liste_logo a {
	font-size: 10px;	
}
#liste_logo a:hover {
	text-decoration: underline;
}
/*--------------------------- CSS pour la colonne droite resultat RECHERCHE ----------------------*/
#resultat_recherche {
	width : 100%;
	min-height:385px;
}
.l_aff_vehicule {
	width : 97%;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.lien:visited, /*.petit_lien:visited,*/ #footer .footer_sous_lien:visited, #resultat_recherche a:visited /*, #liste_logo a */ {
	color: #993333; /* brun */
	/*color : #02a5aa; * bleu */
	/*font-weight: bold;*/
}
.lien:hover, .petit_lien:hover {
	font-weight: bold;
}
#resultat_recherche .l_aff_img {
	width: 120px;
	height: 90px;
	float:left;
	margin-right: 6px;
}
#resultat_recherche .l_aff_prix, #resultat_recherche .l_aff_km, #resultat_recherche .l_aff_annee
{
	width : 24%;
	height: 20px;
	float : left;
	text-align: center;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #FFF;
}
.l_aff_texte {
	font-size:11px;
}
#resultat_recherche .l_aff_prix {
	background-color: #5bbd2c; /* vert */
}
#resultat_recherche .l_aff_km, #resultat_recherche .l_aff_annee {
	background-color: #02a5aa; /* bleu */
}
/*--------------------------- CSS pour la colonne FOOTER           -------------------------------*/
#footer ul {
	font-size: 12px;
	color : #ffffff;  /* blanc */
}
#footer li {
	float : left;
	width : 16.5%;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a {
	font-size: 12px;
	color : #ffffff;  /* blanc */
	/*font-weight: bold;*/
}
#footer .footer_sous_lien {
	font-size: 10px;
	font-weight: normal;
}

/*--------------------------- CSS pour la colonne FICHE           -------------------------------*/
#fiche_header {
	background-color: #02a5aa; /* bleu */
	color : #ffffff;  /* blanc */
	font-size: 12px;
	margin: 10px 0;
    padding-bottom:10px;
    padding-left:15px;
    padding-top:10px;
}

#fiche_header a, #fiche_header strong {
	color : #ffffff;  /* blanc */
}
#fiche_header a {
	text-decoration: underline;
}
#fiche_header a:hover{
	font-weight: bold;
}
#fiche_header .lien_fiche {
    margin-left:335px;    
}
/*#fiche_image {*/
#gallery {
	float:left;
	width : 250px;
    margin-left:0px;
    margin-bottom:10px;
	text-align:center;
}
.fiche_image_main {
	float:left;
	width:240px;
	height:180px;
	margin-bottom:3px;
}
.fiche_image_next {
	float:left;
	width:58px;
	height:45px;
	margin-bottom:3px;
	margin-right:3px;
}
.fiche_detail {
	float:left;
    margin-left:0px;
    margin-bottom:10px;
	width : 320px;
}
#fiche_vehicule h2 {
	font-size: 14px;
	font-weight: bold;
}
#fiche_prix {
	float : left;
	width : 100px;
	height: 20px;
	background-color: #5bbd2c; /* vert */
	color : #ffffff;  /* blanc */
	font-size: 14px;
	margin-left:0px;
	text-align:center;
}
.fiche_onglet {
	float:left;
	color : #ffffff;  /* blanc */
	background-color: #5bbd2c; /* vert */
	border-bottom-style:solid;
	padding : 2px 0 2px 10px;
/*	padding-left: 10px;
	padding-right: 0px; */
/*	width : 300px;*/
	width : 95%;
}
.fiche_detail td {
	text-align:left;
}
.cell_1 {
	width : 40%;
}
.cell_2 {
	/*width : 55%;*/
}
.coche {
    background-image:url(../img/checkbox.jpg);
	background-repeat: no-repeat;
	width : 15px;
	height: 10px;
}
#fiche_col_gauche {
	padding-left:10px;
	float:left;
	width : 242px;
	height:auto;
}
#fiche_col_droite {
	padding-left:10px;
	float:left;
	width : 320px;	
	height:auto;
}
#fiche_mail {
	color : #ffffff;  /* blanc */
	background-color: #02a5aa; /* bleu */
	font-size: 10px;
	padding-left:10px;
	float:left;
	width : 605px;	
	height:auto;
}
#fiche_mail strong{
	color : #ffffff;  /* blanc */
}
#fiche_mail_gauche {
	float:left;
	width : 220px;
	padding-top:20px;
	padding-bottom:20px;
}
#fiche_mail_droite {
	margin-left:34px;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
	width : 250px;
}
.form_col3 {
	width: 30%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.input_text {
	width:310px;
	background-color: #fff; /* blanc */
}
.txt_message{
	height:100px;
	width:310px;
	background-color: #fff; /* blanc */
}
.bouton_envoyer {
	color:#000; /* noir */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#carOfTheWeek a{
	text-decoration: underline;
	color: black;
}
#carOfTheWeek {
	clear: both;
	padding: 10px;
	margin: 0 0 20px;

}
#carOfTheWeek::before {
	content: " ";
	width: 250px;
	height: 80px;
	position: absolute;
	background: url(../img/car_of_the_week.png) transparent 30px 10px no-repeat;
}
#carOfTheWeek img {
	float: left;
	width: 60%;
	margin-top: 40px;
}
#carOfTheWeek .desc {
	margin-top: 40px;
	background-color: #e3e3e5;
	text-align: center;
	float: right;
	width: 38%; 
}
.publicite a {
	display: block;
	opacity: 0.5;
	filter:alpha(opacity=50); 
}
.publicite a:hover {
	opacity: 1;
	filter:alpha(opacity=100); 
}
.publicite img {
	width: 100%;
}

/* HACK POUR FFOX */
@-moz-document url-prefix() { 
	#carOfTheWeek::before {
		background: url(../img/car_of_the_week.png) transparent 30px 10px no-repeat;
	}
	#carOfTheWeek img {
		margin-top: 50px;
	}
	#carOfTheWeek .desc {
		margin-top: 50px;
	}
}

.desc .titre {
	margin: 15px 0 9px;
}
.desc .marque, .desc .modele, .desc .version {
	font-weight: bold;
	font-size: 20px;
	padding: 0;
	text-transform: uppercase;
}
.desc .modele {
	font-size: 18px;
}
.desc .version {
	font-size: 14px;
} 
.desc .annee {
	padding: 15px;
	font-size: 16px;
}
.desc .km, .desc .prix {
	font-weight: bold;
	font-size: 18px;
}
.desc .prix {
	margin: 15px 20px;
	background-color: white;
	border: 6px solid #79b51c;
}


.clear {
	clear: both;
}