/* CSS document */


/*-------------------------------------------------------------------------CONTENU MENU VENTE */
#ventecontents { 
  position:relative;
  width:100%;
  height:3000px;
  top:0%;
}

/*-------------------------------------------------------SECTION EN-TETE----------*/

/* ---bandeau jaune 1 pour soustitre*/
#bandjaune1 {
  position:absolute;
  background-image:url(images/bandeau_jaune.gif);
  width:498px;
  height:47px;
  top:0.5%;
  left:20%;
}

/* onglet jaune "comment commnder/vpc" */
#ongletvpc {
  position:absolute;
  background-image:url(images/bandeau_jaune_mini.gif);
  width:138px;
  height:47px;
  top:3%;
  left:20%;
}
/* texte onglet vpc */
#txtvpc {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  color:#1230CA;
  font-size:1pc;
  font-weight:bold;
  line-height:1.05pc;
  text-align:center;
  top:8%;
  left:0%;
  width:98%;
}
/* onglet jaune "sites des marques" */
#ongletmarques {
  position:absolute;
  background-image:url(images/bandeau_jaune_mini.gif);
  width:138px;
  height:47px;
  top:3%;
  left:65%;
}
/* texte onglet marques */
#txtmarques {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  color:#1230CA;
  font-size:1pc;
  font-weight:bold;
  line-height:1.05pc;
  text-align:center;
  top:25%;
  left:0%;
  width:100%;
}


/* bandeau soustitre secondaire commun (sono ou lumière)*/
#banjaune2 {
  position:absolute;
  background-image:url(images/bandeau_jaune.gif);
  width:498px;
  height:47px;
  left:20%;
  top:0%;
}

/* texte commun aux bandeaux soustitre secondaires*/
#txtbandjaune_commun {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  color:#1230CA;
  font-size:1.65pc;
  font-weight:bold;
  line-height:1.65pc;
  text-align:center;
  text-decoration:underline;
  top:15%;
  left:0%;
  width:100%;
}

/*---------------------anim logos marques */
#animlogosXL{
  position:absolute;
  background-image:url(images/anim_XL_logomarques_ombre.gif);
  width:267px;
  height:66px;
  top:3.2%;
  left:34%;
}
#animlogos {
  position:absolute;
  background-image:url(images/anim_logomarques_ombre.gif);
  width:169px;
  height:42px;
  top:3%;
  left:40.5%;
}

/*------------------------------------NAVIGATION BAS DE PAGE */

/*---------bandeau jaune navigation bas de page*/
/* position pour page sono*/
#bandeau_nav_bas {
  position:absolute;
  background-image:url(images/bandeau_jaune_moyen.gif);
  width:357px;
  height:47px;
  top:409%;
  left:29%;
}
/* position pour page lum*/
#bandeau_nav_bas_2 {
  position:absolute;
  background-image:url(images/bandeau_jaune_moyen.gif);
  width:357px;
  height:47px;
  top:376%;
  left:29%;
}
/*----------texte commun */
#txt_nav_bas {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  color:#1230CA;
  font-size:1.65pc;
  font-weight:bold;
  line-height:1.65pc;
  text-align:center;
  text-decoration:none;
  top:15%;
  left:0%;
  width:100%;
}

/* ------------------------------------------------TEXTES*/
/* texte intro commun */
#txtintro {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  font-size:1.45pc;
  line-height:1.55pc;
  color:#1230CA;
  text-align:justify;
  width:85%;
  top:5.5%;
  left:7.5%;
}
/*-------------texte de fin */
/*position pour page sono*/
#txtfin {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  font-size:1.45pc;
  line-height:1.55pc;
  color:#1230CA;
  text-align:justify;
  width:85%;
  top:413%;
  left:7.5%;
} 
/* position pour page lum */
#txtfin_2 {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  font-size:1.45pc;
  line-height:1.55pc;
  color:#1230CA;
  text-align:justify;
  width:85%;
  top:380%;
  left:7.5%;
} 


/*--------------------------------------------ELEMENTS COMMUNS TABLEAUX ET CONTENU */



/*bords tableau verticaux extérieurs taille 1 (table cell. centrale 340px) */
#table_bord_vertic_1 {
  position:absolute;
  background-image:url(images/tableau_bord_universel.gif);
  width:2px;
  height:340px;
}
/*bords tableau verticaux extérieurs taille 2 (table cell. centrale 315px)*/
#table_bord_vertic_2 {
  position:absolute;
  background-image:url(images/tableau_bord_universel.gif);
  width:2px;
  height:315px;
}
/*bords tableau verticaux extérieurs taille 3 (table cell. centrale 270px)*/
#table_bord_vertic_3 {
  position:absolute;
  background-image:url(images/tableau_bord_universel.gif);
  width:2px;
  height:270px;
}


/* encart texte taille 1 position 1*/
#encarttxt {
  position:absolute;
  background-image:url(images/encart_txt_medium_v2.gif);
  width:234px;
  height:178px;
  top:47.5%;
  left:0%;
}
/* encart texte taille 1 position 2 (table cell. centrale 315px) */
#encarttxt2 {
  position:absolute;
  background-image:url(images/encart_txt_medium_v2.gif);
  width:234px;
  height:178px;
  top:40%;
  left:0%;
}
/* encart texte taille 2 position 2 (table cell. centrale 315px)*/
#encarttxt3 {
  position:absolute;
  background-image:url(images/encart_txt_medium_xl_long.gif);
  width:234px;
  height:339px;
  top:-3%;
  left:0%;
}
/* encart texte taille 1 position 3 (table cell. centrale 270px) */
#encarttxt4 {
  position:absolute;
  background-image:url(images/encart_txt_medium_v2.gif);
  width:234px;
  height:178px;
  top:28%;
  left:0%;
}
/* texte encart commun à tous les items (sauf item sans miniature)*/
#txt_item {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  font-size:0.9pc;
  line-height:1.3pc;
  color:#000000;
  text-align:center;
  width:98.5%;
  top:10%;
}
/* texte pour encart long */
#txt_item_v2 {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  font-size:0.9pc;
  line-height:1.3pc;
  color:#000000;
  text-align:center;
  width:98.5%;
  top:7%;
}
/* texte pour encart long v2 */
#txt_item_v3 {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  font-size:0.9pc;
  line-height:1.3pc;
  color:#000000;
  text-align:center;
  width:98.5%;
  top:5%;
  z-index:100;
}
/* texte pour liste longue 2 colonnes */
/* partie gauche */
#txt_item_gche {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  font-size:0.9pc;
  line-height:1.3pc;
  color:#000000;
  text-align:right;
  width:33%;
  top:40%;
  left:7%;
}
/* partie droite */
#txt_item_droit {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  font-size:0.9pc;
  line-height:1.3pc;
  color:#000000;
  text-align:right;
  width:33%;
  top:40%;
  left:51%;
}



/*------------------------------------------------------------------------------------CONTENU PAGE 1 : SONORISATION */

/* CONTENEUR PAGE SONO*/
#vente_section1 {
  position:absolute;
  width:100%;
  height:50%;
  top:8%;
  left:0%;
}

/*----------------------------------------------------------------------------------TABLEAU 1 page sono*/
#sect1_table1 {
  position:absolute;
  width:750px;
  height:25%;
  top:4%;
  left:3%;
}

/*---------------------------------conteneur item 1 table 1 */
#item1_table1 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 1*/
#miniat1_table1 {
  position:absolute;
  background-image:url(images/vente/miniat1.gif);
  width:182px;
  height:182px;
  top:-3.5%;
  left:10%;
}

/*---------------------------------conteneur item 2 table 1*/
#item2_table1 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 1*/
#miniat2_table1 {
  position:absolute;
  background-image:url(images/vente/miniat2_bis.gif);
  width:213px;
  height:150px;
  top:1%;
  left:4%;
}
/*---------------------------------conteneur item 3 table 1*/
#item3_table1 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 1*/
#miniat3_table1 {
  position:absolute;
  background-image:url(images/vente/miniat3.gif);
  width:147px;
  height:173px;
  top:-2%;
  left:17%;
}


/*----------------------------------------------------------------------------------TABLEAU 2 page sono*/
#sect1_table2 {
  position:absolute;
  width:750px;
  height:25%;
  top:31.5%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 2*/
#item1_table2 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 2*/
#miniat1_table2 {
  position:absolute;
  background-image:url(images/vente/miniat4_bis.gif);
  width:176px;
  height:178px;
  top:-3%;
  left:11%;
}
/*---------------------------------conteneur item 2 table 2*/
#item2_table2 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 2*/
#miniat2_table2 {
  position:absolute;
  background-image:url(images/vente/miniat5.gif);
  width:213px;
  height:145px;
  top:1%;
  left:4%;
}
/*---------------------------------conteneur item 3 table 2*/
#item3_table2 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 2*/
#miniat3_table2 {
  position:absolute;
  background-image:url(images/vente/miniat6_bis.gif);
  width:207px;
  height:180px;
  top:-3%;
  left:4.5%;
}

/*------------------------------------------------------------------------------------TABLEAU 3 page sono*/
#sect1_table3 {
  position:absolute;
  width:750px;
  height:25%;
  top:59%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 3*/
#item1_table3 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 3*/
#miniat1_table3 {
  position:absolute;
  background-image:url(images/vente/miniat7.gif);
  width:219px;
  height:170px;
  top:-1%;
  left:2%;
}
/*---------------------------------conteneur item 2 table 3*/
#item2_table3 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 3*/
#miniat2_table3 {
  position:absolute;
  background-image:url(images/vente/miniat8_bis.gif);
  width:208px;
  height:164px;
  top:-1%;
  left:4.5%;
}
/*---------------------------------conteneur item 3 table 3*/
#item3_table3 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 3*/
#miniat3_table3 {
  position:absolute;
  background-image:url(images/vente/miniat9_bis.gif);
  width:213px;
  height:116px;
  top:5%;
  left:4%;
}



/*------------------------------------------------------------------------------------TABLEAU 4 page sono*/
#sect1_table4 {
  position:absolute;
  width:750px;
  height:25%;
  top:86.5%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 4 (encart texte long)*/
#item1_table4 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 4 */
/* logo behringer contenu dans l'encart texte */
#miniat1_table4 {
  position:absolute;
  background-image:url(images/vente/logo_behringer_small.gif);
  width:80px;
  height:57px;
  top:27%;
  left:32%;
}
/*---------------------------------conteneur item 2 table 4*/
#item2_table4 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 4*/
#miniat2_table4 {
  position:absolute;
  background-image:url(images/vente/miniat11_bis.gif);
  width:213px;
  height:76px;
  top:6%;
  left:4%;
}
/*---------------------------------conteneur item 3 table 4*/
#item3_table4 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 4*/
#miniat3_table4 {
  position:absolute;
  background-image:url(images/vente/miniat11.gif);
  width:209px;
  height:86px;
  top:4.5%;
  left:4%;
}




/*------------------------------------------------------------------------------------TABLEAU 5 page sono*/
#sect1_table5 {
  position:absolute;
  width:750px;
  height:25%;
  top:112.5%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 5*/
#item1_table5 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 5*/
#miniat1_table5 {
  position:absolute;
  background-image:url(images/vente/miniat12.gif);
  width:209px;
  height:86px;
  top:4.5%;
  left:4%;
}
/*---------------------------------conteneur item 2 table 5*/
#item2_table5 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 5*/
#miniat2_table5 {
  position:absolute;
  background-image:url(images/vente/miniat14_bis.gif);
  width:209px;
  height:120px;
  top:1%;
  left:4%;
}

/*---------------------------------conteneur item 3 table 5 */
#item3_table5 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 5*/
#miniat3_table5 {
  position:absolute;
  background-image:url(images/vente/miniat14.gif);
  width:148px;
  height:80px;
  top:5%;
  left:16%;
}



/*------------------------------------------------------------------------------------TABLEAU 6 page sono*/
#sect1_table6 {
  position:absolute;
  width:750px;
  height:25%;
  top:138.5%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 6*/
#item1_table6 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 3*/
#miniat1_table6 {
  position:absolute;
  background-image:url(images/vente/part2miniat1.gif);
  width:195px;
  height:144px;
  top:3%;
  left:7.5%;
}
/*---------------------------------conteneur item 2 table 6*/
#item2_table6 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 6*/
#miniat2_table6 {
  position:absolute;
  background-image:url(images/vente/part2miniat2.gif);
  width:225px;
  height:153px;
  top:1%;
  left:0.5%;
}
/*---------------------------------conteneur item 3 table 6*/
#item3_table6 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 6*/
#miniat3_table6 {
  position:absolute;
  background-image:url(images/vente/part2miniat3_bis.gif);
  width:213px;
  height:145px;
  top:2%;
  left:3.5%;
}




/*------------------------------------------------------------------------------------TABLEAU 7 page sono*/
#sect1_table7 {
  position:absolute;
  width:750px;
  height:25%;
  top:166%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 7*/
#item1_table7 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 7*/
#miniat1_table7 {
  position:absolute;
  background-image:url(images/vente/part2miniat4.gif);
  width:225px;
  height:109px;
  top:7%;
  left:1%;
}
/*---------------------------------conteneur item 2 table 7*/
#item2_table7 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 7*/
#miniat2_table7 {
  position:absolute;
  background-image:url(images/vente/part2miniat5_bis.gif);
  width:213px;
  height:116px;
  top:6%;
  left:3.5%;
}
/*---------------------------------conteneur item 3 table 7*/
#item3_table7 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 7*/
#miniat3_table7 {
  position:absolute;
  background-image:url(images/vente/part2miniat7.gif);
  width:178px;
  height:170px;
  top:-2%;
  left:10%;
}


/*------------------------------------------------------------------------------------TABLEAU 8 page sono*/
#sect1_table8 {
  position:absolute;
  width:750px;
  height:25%;
  top:193.5%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 8*/
#item1_table8 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 8*/
#miniat1_table8 {
  position:absolute;
  background-image:url(images/vente/part2miniat8.gif);
  width:163px;
  height:170px;
  top:-2%;
  left:12%;
}  
/*---------------------------------conteneur item 2 table 8*/
#item2_table8 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 8*/
#miniat2_table8 {
  position:absolute;
  background-image:url(images/vente/part2miniat6.gif);
  width:144px;
  height:170px;
  top:-2%;
  left:17%;
}
/*---------------------------------conteneur item 3 table 8*/
#item3_table8 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 8*/
#miniat3_table8 {
  position:absolute;
  background-image:url(images/vente/part2miniat9_bis.gif);
  width:153px;
  height:170px;
  top:-2%;
  left:15%;
}




/*------------------------------------------------------------------------------------TABLEAU 9 page sono*/
#sect1_table9 {
  position:absolute;
  width:750px;
  height:25%;
  top:221%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 9*/
#item1_table9 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 9*/
#miniat1_table9 {
  position:absolute;
  background-image:url(images/vente/part2miniat10.gif);
  width:225px;
  height:102px;
  top:7%;
  left:1%;
}
/*---------------------------------conteneur item 2 table 9*/
#item2_table9 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 9*/
#miniat2_table9 {
  position:absolute;
  background-image:url(images/vente/part2miniat11.gif);
  width:197px;
  height:170px;
  top:-2%;
  left:7%;
}
/*---------------------------------conteneur item 3 table 9*/
#item3_table9 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 9*/
#miniat3_table9 {
  position:absolute;
  background-image:url(images/vente/part2miniat12.gif);
  width:215px;
  height:158px;
  top:-1%;
  left:2%;
}




/*------------------------------------------------------------------------------------TABLEAU 10 page sono*/
#sect1_table10 {
  position:absolute;
  width:750px;
  height:25%;
  top:248.5%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 10*/
#item1_table10 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 10*/
#miniat1_table10 {
  position:absolute;
  background-image:url(images/vente/part2miniat13_bis.gif);
  width:115px;
  height:170px;
  top:-2%;
  left:22%;
}
/*---------------------------------conteneur item 2 table 10*/
#item2_table10 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 10*/
#miniat2_table10 {
  position:absolute;
  background-image:url(images/vente/part2miniat14.gif);
  width:115px;
  height:170px;
  top:-2%;
  left:22%;
}
/*---------------------------------conteneur item 3 table 10*/
#item3_table10 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 10*/
#miniat3_table10 {
  position:absolute;
  background-image:url(images/vente/part2miniat15.gif);
  width:147px;
  height:170px;
  top:-2%;
  left:16%;
}




/*------------------------------------------------------------------------------------TABLEAU 11 page sono*/
#sect1_table11 {
  position:absolute;
  width:750px;
  height:25%;
  top:276%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 11*/
#item1_table11 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 11*/
#miniat1_table11 {
  position:absolute;
  background-image:url(images/vente/part2miniat16.gif);
  width:133px;
  height:170px;
  top:-2%;
  left:20%;
}
/*---------------------------------conteneur item 2 table 11*/
#item2_table11 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 11*/
#miniat2_table11 {
  position:absolute;
  background-image:url(images/vente/part2miniat17.gif);
  width:115px;
  height:170px;
  top:-2%;
  left:22%;
}
/*---------------------------------conteneur item 3 table 11*/
#item3_table11 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 11*/
#miniat3_table11 {
  position:absolute;
  background-image:url(images/vente/part2miniat18_bis.gif);
  width:213px;
  height:158px;
  top:0%;
  left:4.5%;
}




/*------------------------------------------------------------------------------------TABLEAU 12 page sono*/
#sect1_table12 {
  position:absolute;
  width:750px;
  height:25%;
  top:303.5%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 12*/
#item1_table12 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 12*/
#miniat1_table12 {
  position:absolute;
  background-image:url(images/vente/part2miniat21.gif);
  width:130px;
  height:144px;
  top:-2%;
  left:19.5%;
}
/*---------------------------------conteneur item 2 table 12*/
#item2_table12 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 12*/
#miniat2_table12 {
  position:absolute;
  background-image:url(images/vente/part2miniat20_bis.gif);
  width:150px;
  height:150px;
  top:-3%;
  left:16%;
}
/*---------------------------------conteneur item 3 table 12*/
#item3_table12 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 12 innclu dans le div texte*/
#miniat3_table12 {
  position:absolute;
  background-image:url(images/vente/part2miniat21_bis.gif);
  width:93px;
  height:80px;
  top:8%;
  left:29%;
}




/*------------------------------------------------------------------------------------TABLEAU 13 page sono*/
#sect1_table13 {
  position:absolute;
  width:750px;
  height:25%;
  top:329.5%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 13*/
#item1_table13 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 13*/
#miniat1_table13 {
  position:absolute;
  background-image:url(images/vente/part2miniat22.gif);
  width:134px;
  height:124px;
  top:2%;
  left:19%;
}
/*---------------------------------conteneur item 2 table 13*/
#item2_table13 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 13*/
#miniat2_table13 {
  position:absolute;
  background-image:url(images/vente/part2miniat23.gif);
  width:187px;
  height:138px;
  top:-1%;
  left:8%;
}
/*---------------------------------conteneur item 3 table 13*/
#item3_table13 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 13*/
#miniat3_table13 {
  position:absolute;
  background-image:url(images/vente/part2miniat24.gif);
  width:68px;
  height:74px;
  top:8%;
  left:32%;
}




/*------------------------------------------------------------------------------------TABLEAU 14 page sono*/
#sect1_table14 {
  position:absolute;
  width:750px;
  height:25%;
  top:355.5%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 14*/
#item1_table14 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 14*/
#miniat1_table14 {
  position:absolute;
  background-image:url(images/vente/part2miniat25_bis.gif);
  width:207px;
  height:168px;
  top:-1.5%;
  left:5%;
}
/*---------------------------------conteneur item 2 table 14*/
#item2_table14 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 14*/
#miniat2_table14 {
  position:absolute;
  background-image:url(images/vente/part2miniat26.gif);
  width:221px;
  height:170px;
  top:-2%;
  left:1.1%;
}
/*---------------------------------conteneur item 3 table 14*/
#item3_table14 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 14*/
#miniat3_table14 {
  position:absolute;
  background-image:url(images/vente/part2miniat25.gif);
  width:225px;
  height:131px;
  top:3%;
  left:1%;
}



/*------------------------------------------------------------------------------------TABLEAU 15 page sono*/
#sect1_table15 {
  position:absolute;
  width:750px;
  height:25%;
  top:383%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 15*/
#item1_table15 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 3*/
#miniat1_table15 {
  position:absolute;
  background-image:url(images/vente/part2miniat28.gif);
  width:156px;
  height:143px;
  top:-2%;
  left:15%;
}
/*---------------------------------conteneur item 2 table 15*/
#item2_table15 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 3*/
#miniat2_table15 {
  position:absolute;
  background-image:url(images/vente/part2miniat29.gif);
  width:159px;
  height:106px;
  top:3%;
  left:14%;
}
/*---------------------------------conteneur item 3 table 15*/
#item3_table15 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 15 inclu dans le div texte*/
#miniat3_table15 {
  position:absolute;
  background-image:url(images/vente/part2miniat30_bis.gif);
  width:93px;
  height:95px;
  top:15%;
  left:28.5%;
}


/*--------------------------------------------------------------------------------------------CONTENU PAGE LUMIERE */


/* CONTENEUR PAGE LUMIERE*/
#vente_section2 {
  position:absolute;
  width:100%;
  height:50%;
  top:8%;
  left:0%;
}

/*----------------------------------------------------------------------------------TABLEAU 1 page lum*/
#sect2_table1 {
  position:absolute;
  width:750px;
  height:25%;
  top:4%;
  left:3%;
}

/*---------------------------------conteneur item 1 table 1 */
#s2_item1_table1 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 1*/
#s2_miniat1_table1 {
  position:absolute;
  background-image:url(images/vente/s2_miniat1.gif);
  width:105px;
  height:86px;
  top:0%;
  left:4%;
}
#s2_miniat1_fx_table1 {
  position:absolute;
  background-image:url(images/vente/s2_miniat1_fx.gif);
  width:90px;
  height:71px;
  top:2%;
  left:52%;
}

/*---------------------------------conteneur item 2 table 1*/
#s2_item2_table1 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 1*/
#s2_miniat2_table1 {
  position:absolute;
  background-image:url(images/vente/s2_miniat2.gif);
  width:105px;
  height:86px;
  top:0%;
  left:4%;
}
#s2_miniat2_fx_table1 {
  position:absolute;
  background-image:url(images/vente/s2_miniat2_fx.gif);
  width:86px;
  height:87px;
  top:0%;
  left:53%;
}
/*---------------------------------conteneur item 3 table 1*/
#s2_item3_table1 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 1*/
#s2_miniat3_table1 {
  position:absolute;
  background-image:url(images/vente/s2_miniat3.gif);
  width:105px;
  height:86px;
  top:0%;
  left:4%;
}
#s2_miniat3_fx_table1 {
  position:absolute;
  background-image:url(images/vente/s2_miniat3_fx.gif);
  width:86px;
  height:87px;
  top:0%;
  left:53%;
}

/*----------------------------------------------------------------------------------TABLEAU 2 page lum*/
#sect2_table2 {
  position:absolute;
  width:750px;
  height:25%;
  top:27%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 2*/
#s2_item1_table2 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 2*/
#s2_miniat1_table2 {
  position:absolute;
  background-image:url(images/vente/s2_miniat4.gif);
  width:105px;
  height:86px;
  top:0%;
  left:4%;
}
#s2_miniat1_fx_table2 {
  position:absolute;
  background-image:url(images/vente/s2_miniat4_fx.gif);
  width:86px;
  height:87px;
  top:0%;
  left:53%;
}
/*---------------------------------conteneur item 2 table 2*/
#s2_item2_table2 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 2*/
#s2_miniat2_table2 {
  position:absolute;
  background-image:url(images/vente/s2_miniat5.gif);
  width:105px;
  height:86px;
  top:0%;
  left:1.5%;
}
#s2_miniat2_fx_table2 {
  position:absolute;
  background-image:url(images/vente/s2_miniat5_fx.gif);
  width:106px;
  height:65px;
  top:3%;
  left:49.5%;
}
/*---------------------------------conteneur item 3 table 2*/
#s2_item3_table2 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 2*/
#s2_miniat3_table2 {
  position:absolute;
  background-image:url(images/vente/s2_miniat6.gif);
  width:105px;
  height:86px;
  top:0%;
  left:4%;
}
#s2_miniat3_fx_table2 {
  position:absolute;
  background-image:url(images/vente/s2_miniat6_fx.gif);
  width:86px;
  height:87px;
  top:0%;
  left:53%;
}
/*------------------------------------------------------------------------------------TABLEAU 3 page lum*/
#sect2_table3 {
  position:absolute;
  width:750px;
  height:25%;
  top:50%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 3*/
#s2_item1_table3 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 3*/
#s2_miniat1_table3 {
  position:absolute;
  background-image:url(images/vente/s2_miniat7.gif);
  width:206px;
  height:138px;
  top:-1%;
  left:4.5%;
}
/*---------------------------------conteneur item 2 table 3*/
#s2_item2_table3 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 3*/
#s2_miniat2_table3 {
  position:absolute;
  background-image:url(images/vente/s2_miniat8.gif);
  width:165px;
  height:152px;
  top:-3%;
  left:12.5%;
}
/*---------------------------------conteneur item 3 table 3*/
#s2_item3_table3 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 3 inclu dans div texte*/
#s2_miniat3_table3 {
  position:absolute;
  background-image:url(images/vente/s2_miniat9.gif);
  width:87px;
  height:92px;
  top:13%;
  left:34%;
}



/*------------------------------------------------------------------------------------TABLEAU 4 page lum*/
#sect2_table4 {
  position:absolute;
  width:750px;
  height:25%;
  top:76%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 4 */
#s2_item1_table4 {
  position:absolute;

  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 4 */
#s2_miniat1_table4 {
  position:absolute;
  background-image:url(images/vente/s2_miniat10.gif);
  width:105px;
  height:86px;
  top:0%;
  left:4%;
}
#s2_miniat1_fx_table4 {
  position:absolute;
  background-image:url(images/vente/s2_miniat10_fx.gif);
  width:86px;
  height:87px;
  top:0%;
  left:53%;
}
/*---------------------------------conteneur item 2 table 4*/
#s2_item2_table4 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 4*/
#s2_miniat2_table4 {
  position:absolute;
  background-image:url(images/vente/s2_miniat11.gif);
  width:105px;
  height:86px;
  top:0%;
  left:4%;
}
#s2_miniat2_fx_table4 {
  position:absolute;
  background-image:url(images/vente/s2_miniat11_fx.gif);
  width:86px;
  height:87px;
  top:0%;
  left:53%;
}
/*---------------------------------conteneur item 3 table 4*/
#s2_item3_table4 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 4*/
#s2_miniat3_table4 {
  position:absolute;
  background-image:url(images/vente/s2_miniat12.gif);
  width:105px;
  height:86px;
  top:0%;
  left:4%;
}
#s2_miniat3_fx_table4 {
  position:absolute;
  background-image:url(images/vente/s2_miniat12_fx.gif);
  width:86px;
  height:87px;
  top:0%;
  left:53%;
}



/*------------------------------------------------------------------------------------TABLEAU 5 page lum*/
#sect2_table5 {
  position:absolute;
  width:750px;
  height:25%;
  top:99%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 5*/
#s2_item1_table5 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 5*/
#s2_miniat1_table5 {
  position:absolute;
  background-image:url(images/vente/s2_miniat13.gif);
  width:119px;
  height:126px;
  top:2%;
  left:0%;
}
#s2_miniat1_fx_table5 {
  position:absolute;
  background-image:url(images/vente/s2_miniat13_fx.gif);
  width:108px;
  height:100px;
  top:5%;
  left:50%;
}
/*---------------------------------conteneur item 2 table 5*/
#s2_item2_table5 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 5 inclu dans div texte*/
#s2_miniat2_table5 {
  position:absolute;
  background-image:url(images/vente/s2_miniat14.gif);
  width:61px;
  height:88px;
  top:15%;
  left:38%;
}

/*---------------------------------conteneur item 3 table 5 */
#s2_item3_table5 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 5*/
#s2_miniat3_table5 {
  position:absolute;
  background-image:url(images/vente/s2_miniat15.gif);
  width:134px;
  height:152px;
  top:-2%;
  left:19%;
}



/*------------------------------------------------------------------------------------TABLEAU 6 page lum*/
#sect2_table6 {
  position:absolute;
  width:750px;
  height:25%;
  top:125%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 6*/
#s2_item1_table6 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 3*/
#s2_miniat1_table6 {
  position:absolute;
  background-image:url(images/vente/s2_miniat16.gif);
  width:109px;
  height:156px;
  top:-3.5%;
  left:24%;
}
/*---------------------------------conteneur item 2 table 6*/
#s2_item2_table6 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 6*/
#s2_miniat2_table6 {
  position:absolute;
  background-image:url(images/vente/s2_miniat17.gif);
  width:105px;
  height:86px;
  top:5%;
  left:2%;
}
#s2_miniat2_fx_table6 {
  position:absolute;
  background-image:url(images/vente/s2_miniat17_fx.gif);
  width:105px;
  height:71px;
  top:7%;
  left:50%;
}
/*---------------------------------conteneur item 3 table 6*/
#s2_item3_table6 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 6*/
#s2_miniat3_table6 {
  position:absolute;
  background-image:url(images/vente/s2_miniat18.gif);
  width:152px;
  height:152px;
  top:-3.5%;
  left:15.5%;
}




/*------------------------------------------------------------------------------------TABLEAU 7 page lum*/
#sect2_table7 {
  position:absolute;
  width:750px;
  height:25%;
  top:151%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 7*/
#s2_item1_table7 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 7*/
#s2_miniat1_table7 {
  position:absolute;
  background-image:url(images/vente/s2_miniat19.gif);
  width:105px;
  height:86px;
  top:5%;
  left:4%;
}
#s2_miniat1_fx_table7 {
  position:absolute;
  background-image:url(images/vente/s2_miniat19_fx.gif);
  width:86px;
  height:87px;
  top:5%;
  left:53%;
}

/*---------------------------------conteneur item 2 table 7*/
#s2_item2_table7 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 7 inclu dans div texte*/
#s2_miniat2_table7 {
  position:absolute;
  background-image:url(images/vente/s2_miniat20.gif);
  width:103px;
  height:40px;
  top:27.5%;
  left:29%;
}
/*---------------------------------conteneur item 3 table 7*/
#s2_item3_table7 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 7*/
#s2_miniat3_table7 {
  position:absolute;
  background-image:url(images/vente/s2_miniat21.gif);
  width:105px;
  height:86px;
  top:5%;
  left:4%;
}
#s2_miniat3_fx_table7 {
  position:absolute;
  background-image:url(images/vente/s2_miniat21_fx.gif);
  width:86px;
  height:87px;
  top:5%;
  left:53%;
}

/*------------------------------------------------------------------------------------TABLEAU 8 page lum*/
#sect2_table8 {
  position:absolute;
  width:750px;
  height:25%;
  top:177%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 8*/
#s2_item1_table8 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 8*/
#s2_miniat1_table8 {
  position:absolute;
  background-image:url(images/vente/s2_miniat22.gif);
  width:105px;
  height:86px;
  top:0%;
  left:2%;
}
#s2_miniat1_fx_table8 {
  position:absolute;
  background-image:url(images/vente/s2_miniat22_fx.gif);
  width:105px;
  height:71px;
  top:2%;
  left:49%;
} 
/*---------------------------------conteneur item 2 table 8*/
#s2_item2_table8 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 8*/
#s2_miniat2_table8 {
  position:absolute;
  background-image:url(images/vente/s2_miniat23.gif);
  width:105px;
  height:86px;
  top:0%;
  left:2%;
}
#s2_miniat2_fx_table8 {
  position:absolute;
  background-image:url(images/vente/s2_miniat23_fx.gif);
  width:105px;
  height:71px;
  top:2%;
  left:49%;
} 
/*---------------------------------conteneur item 3 table 8*/
#s2_item3_table8 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 8*/
#s2_miniat3_table8 {
  position:absolute;
  background-image:url(images/vente/s2_miniat24.gif);
  width:105px;
  height:86px;
  top:0%;
  left:2%;
}
#s2_miniat3_fx_table8 {
  position:absolute;
  background-image:url(images/vente/s2_miniat24_fx.gif);
  width:105px;
  height:71px;
  top:2%;
  left:49%;
} 


/*------------------------------------------------------------------------------------TABLEAU 9 page lum*/
#sect2_table9 {
  position:absolute;
  width:750px;
  height:25%;
  top:200%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 9*/
#s2_item1_table9 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 9*/
#s2_miniat1_table9 {
  position:absolute;
  background-image:url(images/vente/s2_miniat25.gif);
  width:105px;
  height:86px;
  top:5%;
  left:2%;
}
#s2_miniat1_fx_table9 {
  position:absolute;
  background-image:url(images/vente/s2_miniat25_fx.gif);
  width:105px;
  height:71px;
  top:7%;
  left:49%;
}
/*---------------------------------conteneur item 2 table 9*/
#s2_item2_table9 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 9*/
#s2_miniat2_table9 {
  position:absolute;
  background-image:url(images/vente/s2_miniat26.gif);
  width:105px;
  height:86px;
  top:5%;
  left:2%;
}
#s2_miniat2_fx_table9 {
  position:absolute;
  background-image:url(images/vente/s2_miniat26_fx.gif);
  width:105px;
  height:71px;
  top:7%;
  left:49%;
}
/*---------------------------------conteneur item 3 table 9*/
#s2_item3_table9 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 9 inclus dans div texte*/
#s2_miniat3_table9 {
  position:absolute;
  background-image:url(images/vente/s2_miniat27.gif);
  width:90px;
  height:95px;
  top:16%;
  left:30%;
}




/*------------------------------------------------------------------------------------TABLEAU 10 page lum*/
#sect2_table10 {
  position:absolute;
  width:750px;
  height:25%;
  top:226%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 10*/
#s2_item1_table10 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 10*/
#s2_miniat1_table10 {
  position:absolute;
  background-image:url(images/vente/s2_miniat28.gif);
  width:210px;
  height:66px;
  top:3%;
  left:4%;
}
/*---------------------------------conteneur item 2 table 10*/
#s2_item2_table10 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 10*/
#s2_miniat2_table10 {
  position:absolute;
  background-image:url(images/vente/s2_miniat29.gif);
  width:182px;
  height:105px;
  top:-3%;
  left:9%;
}
/*---------------------------------conteneur item 3 table 10*/
#s2_item3_table10 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 10*/
#s2_miniat3_table10 {
  position:absolute;
  background-image:url(images/vente/s2_miniat30.gif);
  width:105px;
  height:86px;
  top:0%;
  left:2%;
}
#s2_miniat3_fx_table10 {
  position:absolute;
  background-image:url(images/vente/s2_miniat30_fx.gif);
  width:105px;
  height:71px;
  top:2%;
  left:49%;
}


/*------------------------------------------------------------------------------------TABLEAU 11 page lum*/
#sect2_table11 {
  position:absolute;
  width:750px;
  height:25%;
  top:249%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 11*/
#s2_item1_table11 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 11*/
#s2_miniat1_table11 {
  position:absolute;
  background-image:url(images/vente/s2_miniat31.gif);
  width:105px;
  height:86px;
  top:0%;
  left:4%;
}
#s2_miniat1_fx_table11 {
  position:absolute;
  background-image:url(images/vente/s2_miniat31_fx.gif);
  width:86px;
  height:87px;
  top:0%;
  left:53%;
}
/*---------------------------------conteneur item 2 table 11*/
#s2_item2_table11 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 11*/
#s2_miniat2_table11 {
  position:absolute;
  background-image:url(images/vente/s2_miniat32.gif);
  width:105px;
  height:86px;
  top:0%;
  left:2%;
}
#s2_miniat2_fx_table11 {
  position:absolute;
  background-image:url(images/vente/s2_miniat32_fx.gif);
  width:105px;
  height:71px;
  top:2%;
  left:49%;
}
/*---------------------------------conteneur item 3 table 11*/
#s2_item3_table11 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 11*/
#s2_miniat3_table11 {
  position:absolute;
  background-image:url(images/vente/s2_miniat33.gif);
  width:85px;
  height:106px;
  top:-3%;
  left:7%;
}
#s2_miniat3_fx_table11 {
  position:absolute;
  background-image:url(images/vente/s2_miniat33_fx.gif);
  width:105px;
  height:71px;
  top:2%;
  left:47%;
}



/*------------------------------------------------------------------------------------TABLEAU 12 page lum*/
#sect2_table12 {
  position:absolute;
  width:750px;
  height:25%;
  top:272%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 12*/
#s2_item1_table12 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 12*/
#s2_miniat1_table12 {
  position:absolute;
  background-image:url(images/vente/s2_miniat34.gif);
  width:105px;
  height:86px;
  top:5%;
  left:2%;
}
#s2_miniat1_fx_table12 {
  position:absolute;
  background-image:url(images/vente/s2_miniat34_fx.gif);
  width:105px;
  height:71px;
  top:7%;
  left:49%;
}
/*---------------------------------conteneur item 2 table 12 inclus dans div texte*/
#s2_item2_table12 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 12*/
#s2_miniat2_table12 {
  position:absolute;
  background-image:url(images/vente/s2_miniat35.gif);
  width:122px;
  height:75px;
  top:17%;
  left:23%;
}
/*---------------------------------conteneur item 3 table 12*/
#s2_item3_table12 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 12*/
#s2_miniat3_table12 {
  position:absolute;
  background-image:url(images/vente/s2_miniat36.gif);
  width:136px;
  height:151px;
  top:-3%;
  left:19%;
}




/*------------------------------------------------------------------------------------TABLEAU 13 page lum*/
#sect2_table13 {
  position:absolute;
  width:750px;
  height:25%;
  top:298%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 13*/
#s2_item1_table13 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 13*/
#s2_miniat1_table13 {
  position:absolute;
  background-image:url(images/vente/s2_miniat37.gif);
  width:213px;
  height:134px;
  top:0%;
  left:4.5%;
}
/*---------------------------------conteneur item 2 table 13*/
#s2_item2_table13 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 13*/
#s2_miniat2_table13 {
  position:absolute;
  background-image:url(images/vente/s2_miniat38.gif);
  width:213px;
  height:134px;
  top:0%;
  left:4.5%;
}
/*---------------------------------conteneur item 3 table 13*/
#s2_item3_table13 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 13*/
#s2_miniat3_table13 {
  position:absolute;
  background-image:url(images/vente/s2_miniat39.gif);
  width:200px;
  height:151px;
  top:-3%;
  left:5.5%;
}




/*------------------------------------------------------------------------------------TABLEAU 14 page lum*/
#sect2_table14 {
  position:absolute;
  width:750px;
  height:25%;
  top:324%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 14*/
#s2_item1_table14 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 14*/
#s2_miniat1_table14 {
  position:absolute;
  background-image:url(images/vente/s2_miniat40.gif);
  width:163px;
  height:152px;
  top:-3%;
  left:14%;
}
/*---------------------------------conteneur item 2 table 14 inclus dans div texte*/
#s2_item2_table14 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 14*/
#s2_miniat2_table14 {
  position:absolute;
  background-image:url(images/vente/s2_miniat41.gif);
  width:147px;
  height:96px;
  top:11%;
  left:20%;
}
/*---------------------------------conteneur item 3 table 14*/
#s2_item3_table14 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/*contenu item 3 table 14*/
#s2_miniat3_table14 {
  position:absolute;
  background-image:url(images/vente/s2_miniat42.gif);
  width:207px;
  height:152px;
  top:-3%;
  left:5%;
}



/*------------------------------------------------------------------------------------TABLEAU 15 page lum*/
#sect2_table15 {
  position:absolute;
  width:750px;
  height:25%;
  top:350%;
  left:3%;
}
/*---------------------------------conteneur item 1 table 15*/
#s2_item1_table15 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:2%;
}
/*contenu item 1 table 15*/
#s2_miniat1_table15 {
  position:absolute;
  background-image:url(images/vente/s2_miniat43.gif);
  width:87px;
  height:149px;
  top:-3%;
  left:28%;
}
/*---------------------------------conteneur item 2 table 15*/
#s2_item2_table15 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:34.5%;
}
/*contenu item 2 table 15*/
#s2_miniat2_table15 {
  position:absolute;
  background-image:url(images/vente/s2_miniat44.gif);
  width:207px;
  height:133px;
  top:0%;
  left:5%;
}

/*---------------------------------conteneur item 3 table 15*/
#s2_item3_table15 {
  position:absolute;
  width:33.33%;
  height:100%;
  left:67%;
}
/* contenu item 3 table 15 (logo anim sonor inclus dans div texte) */
#s2_miniat3_table15 {
  position:absolute;
  background-image:url(images/logo_anim.gif);
  width:100px;
  height:100px;
  top:28%;
  left:27%;
}



/*-----------------TEXTES  OPTIONNELS ou TEMPORAIRES*/

/* txt présentation */
#txtvente{
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  font-size:1.45pc;
  color:#1230CA;
  line-height:1.65pc;
  font-weight:bold;
  text-align:center;
  width:80%;
  left:10%;
  top:30%;
}
/* txt en construction */
#txtventetravaux{
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  font-size:2pc;
  color:#1230CA;
  line-height:1.8pc;
  font-weight:bold;
  text-align:center;
  width:98%;
  left:1%;
  top:25%;
}

