/* Boite de dialogue pour recherche de biens */
.FlashCoinHautGauche {
	height: 4px;
	width:   4px;
	position: absolute;
	z-index: 400;
	top: 470px;
	left: 500px;
	background: url(../../images/recherche-CHG.gif) no-repeat;
}
.FlashCoinHautDroit {
	height: 4px;
	width:  4px;
	position: absolute;
	z-index: 401;
	top: 470px;
	left: 966px;
	background: url(../../images/recherche-CHD.gif) no-repeat;
}
.FlashHaut {
	height: 4px;
	width:  462px;
	position: absolute;
	z-index: 402;
	top: 470px;
	left: 504px;
	background: url(../../images/recherche-haut.gif) no-repeat;
}
.FlashCoinBasGauche {
	height: 4px;
	width:  4px;
	position: absolute;
	z-index: 403;
	top: 750px;
	left: 500px;
	background: url(../../images/recherche-CBG.gif) no-repeat;
}
.FlashCoinBasDroit {
	height: 4px;
	width:   4px;
	position: absolute;
	z-index: 404;
	top: 750px;
	left: 966px;
	background: url(../../images/recherche-CBD.gif) no-repeat;
}
.FlashBas {
	height: 4px;
	width:   462px;
	position: absolute;
	z-index: 405;
	top: 750px;
	left: 504px;
	background: url(../../images/recherche-bas.gif) no-repeat;
}
.FlashGauche {
	height: 276px;
	width:   4px;
	position: absolute;
	z-index: 406;
	top: 474px;
	left: 500px;
	background: url(../../images/recherche-gauche.gif) no-repeat;
}
.FlashDroit {
	height: 276px;
	width:   4px;
	position: absolute;
	z-index: 407;
	top: 474px;
	left: 966px;
	background: url(../../images/recherche-droit.gif) no-repeat;
}
.FlashContenu {
	width: 462px;
	height: 274px;
	background-color: #E6F3F4;
	position: absolute;
	z-index: 408;
	top: 474px;
	left: 504px;
}
.FlashBandeau {
	width: 462px;
	height: 30px;
	position: absolute;
	z-index: 409;
	top: 474px;
	left: 504px;
	background: url(../../images/bandeau.gif) no-repeat;
}
.FlashTexteBandeauHaut {
	height: 20px;
	width:   472px;
	position: absolute;
	z-index: 410;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: none;
	font-size: 10pt;
	color: #C4F2F2;
	top: 478px;
	left: 510px;
}
.FlashAfficheTexteBandeauHaut {
	height: 245px;
	width:   462px;
	position: absolute;
	z-index: 411;
	top: 505px;
	left:505px;
  overflow: scroll;
}
.AfficheAgenceNom {
	position: absolute;
	height:65px;
	top: 1px;
	z-index: 412;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	color: #00989B;
}
.AfficheAgenceTelephone {
	position: absolute;
	height:40px;
	top: -2px;
	left: 200px;
	z-index: 413;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	color: #00989B;
}
.AfficheAgenceTelephoneNo {
	position: absolute;
	height:15px;
	top: 12px;
	left: 255px;
	z-index: 414;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	color: #00989B;
}
.AfficheAgenceFax {
	position: absolute;
	height:40px;
	top: 40px;
	left: 210px;
	z-index: 415;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	color: #00989B;
}
.AfficheAgenceFaxNo {
	position: absolute;
	height:15px;
	top: 54px;
	left: 255px;
	z-index: 416;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	color: #00989B;
}
.AfficheBarreHorizontale {
	position: absolute;
  top:80px;
	z-index: 417;
  color: #00989B;
  width: 100%;
  text-align: left;/*this will align it for IE*/
  margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}
.AfficheTexteContact {
	position: absolute;
	height: 109px;
	width: 422px;
  top:100px;
	z-index: 418;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #00989B;
}
	/* affichage de la photo de la personne */
a.contact span {
	 /* définition de la balise <span> inclue dans <a> */
	 display: none;
   text-decoration : none;
   color: #00979B;
}
a.contact:hover span {
	 /* définition de la balise <span> au survol */
   text-decoration : none;
	 display: inline;
	 position: absolute;
   width: 50px;
   height: 50px;
   background: none;
   text-align: center;
   color: #E6F3F4;
   /* positions et dimensions du calque, que vous pouvez changer à loisir */
	 top: -90px;
	 left: 360px;
}
/* Couleur des liens de la propal */
a.contact {
  color: #00989B;
	text-decoration : none;
}
a.contact:Visited {
  color: #00989B;
}
a.contact:Active {
  color: #000000;
}
a.contact:Hover {
  color: #000000;
}
.FlashAfficheTexteBandeauHaut2 {
	height: 245px;
	width:   462px;
	position: absolute;
	z-index: 420;
	top: 505px;
	left:505px;
}