/* CSS document */


/*---------------------------------------------------------CONTENU PAGE LIENS UTILES */
#linkcontents { 
  position:relative;
  width:100%;
  height:250px;
  top:8%;
}
/* bandeau jaune 1 pour soustitre et texte associé*/
#bandjaune1 {
  position:absolute;
  background-image:url(images/bandeau_jaune_moyen.gif);
  height:47px;
  width:357px;
  top:0%;
  left:29%;
}
#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%;
}

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

/* txt présentation */
#txtlink{
  position:absolute;
  font-family:"Times New Roman", Times, serif;
  font-size:1.45pc;
  color:#1230CA;
  line-height:1.65pc;
  font-weight:bold;
  text-align:center;
  width:20%;
  left:52%;
  top:32%;
  z-index:90;
}

/*---------------------------*/
/*miniat liens*/
#miniatliens {
  position:absolute;
  background-image:url(images/vente/miniat_liens.gif);
  width:148px;
  height:129px;
  top:32%;
  left:30%;
}
/

