/* CSS document */


/*------------------------- CONTENU MENU SONO ANIM SONOR */

#menucontents { 
  position:absolute;
  width:100%;
  height:35%;
  top:33%;
}
/* txt présentation */
#txtmenuanim {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  font-size:1.30pc;
  color:#1230CA;
  line-height:1.6pc;
  text-align:justify;
  font-weight:bold;
  width:80%;
  left:11%;
  top:5%;
}
/* bandeaux jaunes */
#bandjaune1 {
  position:absolute;
  background-image:url(images/bandeau_jaune_moyen.gif);
  width:357px;
  height:47px;
  top:41.5%;
  left:29%;
}
#bandjaune2 {
  position:absolute;
  background-image:url(images/bandeau_jaune_moyen.gif);
  width:357px;
  height:47px;
  top:58.5%;
  left:29%;
}
#bandjaune3 {
  position:absolute;
  background-image:url(images/bandeau_jaune_moyen.gif);
  width:357px;
  height:47px;
  top:75.5%;
  left:29%;
} 
#bandjaune4 {
  position:absolute;
  background-image:url(images/bandeau_jaune_moyen.gif);
  width:357px;
  height:47px;
  top:92.5%;
  left:29%;
}

/* style de texte commun à tous les bandeaux jaunes*/
#txtbandjaune{
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  color:#1230CA;
  font-size:1.65pc;
  font-weight:bold;
  line-height:1.80pc;
  text-align:center;
  top:14%;
  left:0%;
  width:100%;
}

/* encart niouz */
#niouz {
  position:absolute;
  background-image:url(images/encart_txt_menu_maxi.gif);
  width:280px;
  height:290px;
  top:38%;
  left:8%;
}
/* txt niouz */
#txtniouz {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  color:#1230CA;
  font-weight:normal;
  font-size:1.35pc;
  line-height:1.40pc;
  font-weight:bold;
  text-align:center;
  width:98%;
  top:6%;
  left:0%;
}
  


