/* CSS document */



/*---------------------------------------------------------CONTENU PAGE CALENDRIER MARIAGE */
#calendriercontents { 
  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 retour au menu mariage */
#onglet1 {
  position:absolute;
  background-image:url(images/bandeau_jaune_moyen.gif);
  width:357px;
  height:47px;
  top:185%;
  left:29%;
}
#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:191%;
 left:34%;
 }
#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;
}

/*-----------------TEXTES  */

/* txt présentation */
#txtintro{
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  font-size:1.45pc;
  color:#1230CA;
  line-height:1.8pc;
  font-weight:bold;
  text-align:center;
  width:85%;
  left:8%;
  top:5%;
}
/*textes calendrier*/
#txtcalendar {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  font-size:1.25pc;
  color:#1230CA;
  line-height:1.35pc;
  text-align:justify;
  width:80%;
  left:10%;
  top:10%;
}
/*bandeau jaune mini pour titres de paragraphes */
#bandmini {
  position:relative;
  background-image:url(images/bandeau_jaune_mini.gif);
  width:138px;
  height:47px;
  top:-0.25pc;
  left:-1pc;
}


