<!--ajouter le prix d'une voiture ici,sans virgule a la fin-->







				var arrCars = [







				 new LDCar("Peugeot_207", [

                    [1, 3, 58],

                    [4, 7, 55],

                    [8, 15, 50],
					
					[16, 1000, 46]

                         ]),

				new LDCar("Peugeot_308", [

                    [1, 3, 67],

                    [4, 7, 64],

                    [8, 15, 61],
					
					[16, 1000, 56]

                     ]),		 


                   new LDCar("Peugeot_407", [

                    [1, 3, 97],

                    [4, 7, 90],

                    [8, 15, 82],
					
					[16, 1000, 75]

                    ]),




			      new LDCar("Dacia_Logan", [

                    [1, 3, 40],

                    [4, 7, 37],

                    [8, 15, 34],
					
					[16, 1000, 32]

                     ]),

					 

                   new LDCar("Mahindra_Scorpion", [

                    [1, 3, 150],

                    [4, 7, 140],

                    [8, 15, 130],
					
					[16, 1000, 110]

                     ]), 

					 

				  new LDCar("Ford_Focus", [

                    [1, 3, 62],

                    [4, 7, 57],

                    [8, 15, 55],
					
					[16, 1000, 49]

                     ]),

					 

                   new LDCar("Ford_Fiesta", [
				   
                    [1, 3, 37],

                    [4, 7, 34],

                    [8, 15, 32],
					
					[16, 1000, 30]

                     ]),



				 new LDCar("Kia_Picanto", [

                    [1, 3, 35],

                    [4, 7, 28],

                    [8, 15, 25],
					
					[16, 1000, 23]

                     ])];
