/* CSS document */

/*-------------CONTENU PAGE ACCEUIL SONOR */


/* miniatures matos */
#encartphoto {
  position:relative;
  background-image:url(images/miniature_acc.gif);
  height:246px;
  width:126px;
  top:inherit;
  left:27%;
}

/* titre texte acceuil */
#txttitre {
   position:absolute;
  font-family:"Times New Roman", Times, serif;
  color:#1230CA;
  font-weight:bolder;
  font-size:2.5pc;
  line-height:2.5pc;
  text-align:center;
  width:100%;
  top:32%;
  left:0%;
}

/* texte description acceuil*/
#txtacceuil {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  color:#1230CA;
  font-weight:normal;
  font-size:1.25pc;
  line-height:1.35pc;
  text-align:justify;
  width:87%;
  top:35.7%;
  left:7.3%;
}

/* texte choix */
#txtchoix {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  color:#1230CA;
  font-size:1.55pc;
  text-align:center;
  width:90%;
  top:52.3%;
  left:5.5%;
} 
  
/* texte onglet coordonnées-contact */
#txtcontact {
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  color:#1230CA;
  font-weight:normal;
  font-size:1.24pc;
  line-height:1.55pc;
  text-align:center;
  top:inherit;
  left:26%;
}

/* logo tel pour txt contact */
#logotel {
  position:absolute;
  background-image:url(images/logo_tel.gif);
  height:15px;
  width:20px;
  top:48.5%;
  left:0%;
}

