/* CSS document */


/*---------------------------------------------------------CONTENU PAGE ANIM DJ's */
#animdjcontents { 
  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%;
}

/*------------------MINIATURES */
/*miniature ambiance club*/
#image1 {
  position:absolute;
  background-image:url(images/animation_image1.gif);
  height:195px;
  width:297px;
  top:7%;
  left:13%;
}
/*miniature ambiance familiale */
#image3 {
  position:absolute;
  background-image:url(images/animation_image3.gif);
  height:195px;
  width:297px;
  top:7%;
  left:53%;
}
/*miniature materiel sono 1*/
#image2 {
  position:absolute;
  background-image:url(images/animation_image2.gif);
  height:195px;
  width:271px;
  top:43%;
  left:15%;
}
/*miniature materiel sono 2*/
#image4 {
  position:absolute;
  background-image:url(images/animation_image4.gif);
  height:195px;
  width:271px;
  top:43%;
  left:54%;
}

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

/* txt présentation */
#txtintroanim {
  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:27%;
}
/* --------------texte page anim djs 1ère partie*/
#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:64%;
  left:8%;
  width:82%;
  text-align:left;
}
  
#txt1anim {
  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%;
}

/* ---------------texte page anim djs 2nde partie */

#txt2anim {
  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:84%;
  left:8%;
}

/* -------------texte page anim djs 3ème partie */
#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:92%;
  left:8%;
  text-align:left;
}


#txt3anim {
  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:85%;
  top:95%;
  left:8%;
}

