/* CSS document */




/*---------------------------------------------------------CONTENU PAGE MARIAGE */
#mariagecontents { 
  position:relative;
  width:100%;
  height:1100px;
  top:1%;
}
/* bandeau jaune 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%;
}
/* onglets jaunes pour liens vers carnet adresses et calendrier anti-panique */
#onglet1 {
  position:absolute;
  background-image:url(images/bandeau_jaune_moyen.gif);
  width:357px;
  height:47px;
  top:147%;
  left:29%;
}

#onglet2 {
  position:absolute;
  background-image:url(images/bandeau_jaune_moyen.gif);
  width:357px;
  height:47px;
  top:153%;
  left:29%;
}
/* style de texte commun aux 2 onglets */
#txtonglet {
  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%;
}

/*------------------MINIATURES */

#band1 {
  position:absolute;
  background-image:url(images/band_mariage1.gif);
  height:287px;
  width:675px;
  top:5%;
  left:8%;
}

#band2 {
  position:absolute;
  background-image:url(images/band_mariage2.gif);
  height:287px;
  width:675px;
  top:55%;
  left:8%;
}

#band3 {
  position:absolute;
  background-image:url(images/band_mariage3.gif);
  height:287px;
  width:675px;
  top:110%;
  left:8%
}


/*-----------------TEXTES CALAGE à GAUCHE */

/* txt présentation */
#txtintromariage{
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  font-size:1.45pc;
  color:#1230CA;
  line-height:1.8pc;
  text-align:justify;
  width:85%;
  left:8%;
  top:31%;
}

#titretxt1 {
  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:82%;
  left:8%;
  width:82%;
  text-align:left;
}
  
#txt1mariage {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  color:#1230CA;
  font-weight:bold;
  font-size:1.25pc;
  line-height:1.55pc;
  text-align:justify;
  width:100%;
  top:125%;
  left:0%;
}


#txt2mariage {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  color:#1230CA;
  font-weight:normal;
  font-size:1.45pc;
  line-height:1.55pc;
  text-align:justify;
  width:85%;
  top:100%;
  left:8%;
}


#titretxt3 {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  color:#1230CA;
  font-weight:bold;
  font-size:1.55pc;
  line-height:1.65pc;
  text-align:justify;
  width:85%;
  top:137%;
  left:8%;
  text-align:left;
}
#txt3mariage {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  color:#1230CA;
  font-weight:bold;
  font-size:1.25pc;
  line-height:1.55pc;
  text-align:justify;
  width:100%;
  top:120%;
  left:0%;
}

