/* CSS document */


/*---------------------------------------------------------CONTENU PAGE CARNET ADRESSES */
#adressesmariagecontents { 
  position:relative;
  width:100%;
  height:1100px;
  top:2%;
}
/* bandeau jaune section 1 pour soustitre et texte associé*/
#bandjaune1 {
  position:absolute;
  background-image:url(images/bandeau_jaune.gif);
  height:47px;
  width:498px;
  top:0%;
  left:20%;
}
#txtbandjaune1 {
  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%;
}



/* --------------TABLEAU CARNET ADRESSES*/
#titretable {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  color:#1230CA;
  font-weight:bold;
  font-size:1.55pc;
  line-height:1.65pc;
  text-align:left;
  top:5.5%;
  left:10%;
  width:82%;
  height:inherit;
  text-align:center;
}
/* div conteneur tableau adresses */
#table_adresses {
  position:absolute;
  width:719px;
  height:944px;
  top:12%;
  left:5%;
}
/*bords verticaux extérieurs */
#table_bord_vertic {
  position:absolute;
  background-image:url(images/tableau_bord_universel.gif);
  width:2px;
  height:94.3%;

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

/*titres colonnes tableau */
#titre_col {
  position:relative;
  font-family:"Times New Roman", Times, serif;
  color:#1230CA;
  font-size:1.25pc;
  font-weight:bold;
  text-align:center;
  text-decoration:underline;
  width:100%;
  top:-12px;
  left:0%;
}
/* ------------------onglets jaunes pour liens vers calendrier anti-panique et retour au menu mariage */
#onglet1 {
  position:absolute;
  background-image:url(images/bandeau_jaune_moyen.gif);
  width:357px;
  height:47px;
  top:102%;
  left:25%;
}
#txtonglet1 {
  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;
  top:18%;
  left:0%;
  width:100%;
}
/* onglet de retour vers menu mariage */
#ongletback {
 position:absolute;
 background-image:url(images/bandeau_jaune_court.gif);
 width:267px;
 height:47px;
 top:109%;
 left:32%;
 }
#backlink {
  position:relative;
  font-family:"Times New Roman", Times, serif;
  font-size:1.25pc;
  color:#1230CA;
  font-weight:bold;
  top:19%;
  left:0%;
  width:100%;
  text-align:center;
}



