/* CSS Page Keops Saint Aunès */

/* -- Right ------------------ */
#right {
  float: right;
  top: 20px;
  right:20px;
  width: 640px;
  padding-left:15px;
  border-left: 1px dashed #D0D0D0;
  min-height:32em;
  height:32em;
  position: relative;
}

html>body #right{
  height:auto;
}

#right-titre {
  top: 0px;
  left:5px;
  font-size: 150%;
}

#right-text {
  top:20px;
  top-margin: 20px;
  left: 5px;
  font-size: 90%;
}

/* -- Biens ------------------ */
#bien-header {
  top:0px;
  width:640px;
}

#bien-titre {
  float:left;
  top:5px;
  text-align:left;
}

#bien-prix {
  float:right;
  top:5px;
  text-align:right;
}

#bien-top {
  width:640px;
}

#bien-image {
  float:left;
  top:10px;
  width:200px;
  text-align:center;  
}

.bien-image-text {
  font-size: 80%;
  color: #666666;
}

#bien-description {
  float:right;
  top:10px;
  right: 0px;
  width: 420px;
  text-align:justify;
  position:relative;
}

#bien-infos {
  float:left;
  margin-top:25px;
  width: 640px;
  postion:relative;
}

#bien-informations {
  top:0px;
  width: 280px;
}

#bien-pieces {
  top:0px;
  left: 320px;
  width: 280px;
}

#bien-environnement {
  top:20px;
  width: 280px;
}

#bien-parking {
  top:20px;
  left: 320px;
  width: 280px;
}

#bien-contact {
  float:left;
  top:20px;
  width: 280px;
}

#bien-visite-virtuelle {
  float:right;
  top:20px;
  width: 280px;
  text-align:right;
}

#bien-retour {
  float:left;
  top:20px;
  width:640px;
  height: 25px;
  margin-bottom:15px;
  text-align:center;
  position: relative;
}

TABLE.bien-infos {
  width:98%;
  padding:0px;
  border:1px solid #D0D0D0;  
}

TD.bien-infos {
  width: 50%;
  font-size: 60%;
  color: #666666;
  vertical-align: top;
}

IMG.bien-infos {
  width:200px;
  height:150px;
  border: 1px solid #999999;
  margin: 2px;
  background-image:url(/images/commun/loading.gif);
  background-repeat:no-repeat;
  background-position: 50% 50%;
}

TD.bien-infos-titre {
  padding-left: 5px;
  font-size: 140%;
  font-weight:bold;
  background-color: #d1d7e7;
  border: 1px solid #d1d7e7;
  text-transform:uppercase;
}

TD.bien-infos-1 {
  font-size: 140%;
  background-color: #f7f8ff;
  padding: 3px;
}

TD.bien-infos-2 {
  font-size: 140%;
  background-color: #e7ecff;
  padding: 3px;
}

IMG.coups-de-coeur {
  margin-right:5px;
  border: 1px solid #D0D0D0;
}


#popup-menu {
	float:left;
	width:100px;
	height:75px;
	padding:5px;
	vertical-align:middle;
	text-align:center;
}

IMG.popup-menu-image {
	border:1px solid #CCC;
}

#popup-image {
	top:20px;
	left:0;
	width:auto;
	height:auto;
}

/* -- Maps -------------------- */
#map-help {
	margin-top: 40px;
}

td.maps {
	font-size:80%;
}


/* -- Services --------------- */
#services {
  float:left;
  top: 20px;
  left:10px;
  width: 270px;
  position: relative;
}

#services-picto {
  float:left;
  left:5px;
  width:86px;
  height:56px;
  position: relative;
}

#services-text {
  float:right;
  right:20px;
  width: 150px;
  text-align:justify;
  font-size: 72%;
  position: relative;
}

#services-spacer {
  float:left;
  left:0px;
  width:240px;
  height:10px;
  position: relative;
}

.services-titre {
  color: #FF9900;
  font-size: 110%;
  font-weight: bold;
  text-transform:uppercase;
}

/* -- Members ---------------- */

#members-text {
  float:left;
  padding:5px; 
  font-size: 75%;
  position:relative;
}

#members-form {
  float:left;
  line-height: 25px;
  text-transform:uppercase;
  text-align: left;
  font-weight:bold;
  position:relative;
}

#members-input {
  float:left;
  text-align: right;
  left: 10px;
  position:relative; 
}

#members-submit {
  float:right;
  top:8px;  
  right:10px;
  position:relative;
}

#members-links {
  float:left;
  top: 5px;
  padding-bottom:20px;
  width:250px; 
  text-align: center;
  position:relative;
}

.members-input {
  width: 100px;
  font-size: 85%;
  padding: 2px;
  border: 1px solid #E2E2E2;
  margin: 2px;
  position:relative;
}


/* -- Users --------------------- */

#user-left {
	float:left;
	width:300px;
	font-size:80%;
}

#user-right {
	float:right;
	width:300px;
	height:100px;
	font-size:80%;
	padding-left:20px;
	border-left: 1px dashed #666666;
}

#user-row {
  font-size:85%;
  clear: both;
}

#user-row span.user-label {
  float: left;
  width: 100px;
  font-size: 80%;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  color: #3399CC;
}

#user-row span.user-input {
  float: right;
  width: 335px;
  text-align: left;
}

/* -- Alertes E-mail ------------ */
#alert-box {
  font-size: 85%;
  width:100%;
  clear:both;
}

#alert-title {
  text-transform: uppercase;
  position:relative;
}

#alert-action {
  font-size: 75%;
  text-align: right;
  position:relative;
}

/* -- Contact ------------------- */

#contact-row {
  clear: both;
}

#contact-row span.contact-label {
  float: left;
  width: 100px;
  font-size: 80%;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  color: #3399CC;
}

#contact-row span.contact-input {
  float: right;
  width: 335px;
  text-align: left;
}


/* -- Agence -------------------- */
#agence-intro {
	margin:10px;
	font-size:80%;
}

#agence1 {
	float: left;
	left: 20px;
	width: 280px;
	text-align:center;
}

#agence2 {
	float: right;
	right: 20px;
	width: 280px;
	text-align:center;
}

#agence-adresse {
	font-size: 80%;
	text-align:left;
	width:200px;
}

IMG.agence {
	border: 1px solid #666666;
	margin: 10px;
}

#agence-publi-reportage {
	top: 20px;
	margin-bottom: 10px;
	text-align:center;
}

#agence-visite-virtuelle {
	margin: 30px;
	text-align:center;	
}

/* -- Sitemap ------------------ */

div.sitemap-col {
	float:left;
	width:160px;
	margin:15px;
	text-align:center;
	position:relative;	
}

div.sitemap-box {
	float:left;
	width: 160px;
	font-size:85%;
	margin-bottom:20px;
	text-align:center;
	position:relative;
}

div.sitemap-box-left {
	float:left;
	width:130px;
	font-size:80%;
	font-weight:normal;
	text-align:left;
	padding:2px;
	position:relative;
}

div.sitemap-box-right {
	float:right;
	width:20px;
	font-size:80%;
	font-weight:normal;
	text-align:right;
	padding:2px;
	position:relative;
}

div.sitemap-page {
	float:left;
	width:auto;
	font-weight:normal;
	position:relative;
}

div.sitemap-url {
	float:left;
	width:300px;
	font-size:75%;
	margin-right:20px;
	font-weight:normal;
	position:relative;
}

div.sitemap-town {
	float:left;
	width:165px;
	font-size:85%;
	margin-right:40px;
	position:relative;	
}

div.sitemap-town-left {
	float:left;
	width:135px;
	font-size:80%;
	font-weight:normal;
	text-align:left;
	padding:2px;
	position:relative;
}

div.sitemap-town-right {
	float:right;
	width:20px;
	font-size:80%;
	font-weight:normal;
	text-align:right;
	padding:2px;
	position:relative;
}

/* -- Publi-reportage ---------- */

Table.publi {
	text-align: left;
	border: 2px solid #0063B9;
	background-color: #0063B9;
}

TD.publi_top{
	background-color: #0063B9;
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 10px;
}

TD.publi {
	background-color: #FFFFFF;
	color: #999999;
	padding: 10px;
}

B.keops {
	color: #D89201;
}

B.aktifimmo {
	color: #0063B9;
}

/* -- Titres -------------------- */
#titre-page {
  color: #2D7AA8;
  font-size: 125%;
  font-weight: bold;
  margin-bottom:5px;
}

/* -- Others --------------------- */
#spacer-hr {
  width: 90%;
  height:1px;
  margin-top: 15px;
  margin-bottom: 15px;  
  border-bottom: 1px dashed #D0D0D0;
  font-size:50%;
  clear: both;
}
