/* CSS document */


/*---------------------------------------------------------CONTENU VPC*/
#vpccontents { 
  position:relative;
  width:100%;
  height:1500px;
  top:0%;
}
/* ------------------------------bandeau jaune 1 titre et texte associé*/

#banjaune1 {
  position:absolute;
  background-image:url(images/bandeau_jaune_xl.gif);
  width:498px;
  height:68px;
  left:20%;
  top:1%;
}

/* texte commun bandeau soustitre*/
#txtbandjaune_commun {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  color:#1230CA;
  font-size:1.55pc;
  font-weight:bold;
  line-height:1.65pc;
  text-align:center;
  text-decoration:underline;
  top:7%;
  left:0%;
  width:100%;
}
/* ----------------------------------onglets liens marques et retour menu vente*/

/* onglet jaune "sites des marques" */
#ongletmarques {
  position:absolute;
  background-image:url(images/bandeau_jaune_mini.gif);
  width:138px;
  height:47px;
  top:8%;
  left:20%;
}
/* 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%;
}
/* onglet jaune retour menu vente */
#ongletretour{
  position:absolute;
  background-image:url(images/bandeau_jaune_mini.gif);
  width:138px;
  height:47px;
  top:8%;
  left:65%;
}
/* texte onglet retour */
#txtretour {
  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:100%;
}
/*------------------------------------------------*/

/* miniat colis vpc */
#miniatvpc {
  position:absolute;
  background-image:url(images/vente/miniat_vpc.gif);
  width:171px;
  height:144px;
  top:6%;
  left:40%;
}
/*----------------------------TEXTES */
#txtintro {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  font-size:1.25pc;
  line-height:1.45pc;
  color:#1230CA;
  text-align:justify;
  width:85%;
  top:16%;
  left:7.5%;
}
#txt2 {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  font-size:1.25pc;
  line-height:1.45pc;
  color:#1230CA;
  text-align:justify;
  width:85%;
  top:137%;
  left:7.5%;
}
#txt3 {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  font-size:1.25pc;
  line-height:1.45pc;
  color:#1230CA;
  font-weight:bold;
  text-align:justify;
  width:85%;
  top:153%;
  left:7.5%;
}
 
/*-------------------TABLEAU TARIFS COLIS */
/* div conteneur tableau tarifs colis */
#table_colis {
  position:absolute;
  width:719px;
  height:670px;
  top:88%;
  left:5%;
  font-family:"Times New Roman", Times, serif;
  font-size:0.9pc;
  line-height:1pc;
}
/*bords verticaux extérieurs */
#table_bord_vertic {
  position:absolute;
  background-image:url(images/tableau_bord_universel.gif);
  width:2px;
  height:98.3%;

}
/*séparateurs poitillé*/
#separ_horiz1 {
  position:relative;
  background-image:url(images/separ_horiz_pointil4.gif);
  height:5px;
  width:80%
}
#separ_vertic1 {
  position:absolute;
  background-image:url(images/separ_vertic_pointil4.gif);
  width:5px;
  height:104%;
  top:1%;
}

/*titres colonnes tableau */
#titre_col {
  position:relative;
  font-family:"Times New Roman", Times, serif;
  color:#1230CA;
  font-size:0.9pc;
  line-height:1pc;
  font-weight:bold;
  text-align:center;
  width:100%;
  top:-12px;
  left:0%;
}