/* CSS Home Sensimmo */

/* -- Middle ------------- */
div.middle {
  float:left;
  top: 13px;
  width: 683px;
  position: relative;
}

/* -- Left ------------- */
div.left {
  float: left;
  left:0px;
  width: 263px;
  position: relative;
}

/* -- Right ---------------- */
div.right {
  float:right;
  right:0px;
  width:409px;
  position:relative;
}

/* -- Bienvenue ------------ */
div.box1 {
  top: 0;
  left:0;
  height:auto;
  padding:0;
  margin:0;
  border:0;
  width: 100%;
}

div.box1-item {
  width:100%; 
}


/* -- Newsletter -------------- */
div.newsletter {
  top: 0px;
  width:auto;
  padding-top: 15px;
  padding-left: 22px;
  padding-right: 22px;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
  position:relative;
}

div.newsletter-titre {
  width: 217px;
  margin-bottom:10px; 
  position:relative;
}

div.newsletter-text {
  width: 217px;
  font-size:75%;
  text-align:justify;
  position:relative; 
}

div.newsletter-bottom {
  width: auto;
  position:relative;
}

.newsletter-input {
	float:left;
	width:162px;
	height:15px;
	margin-right:6px;
	padding-left:1px;
	border-top: 2px solid #CCC;
	border-left: 2px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.newsletter-submit {
	float:right;
	margin-top:1px;
}

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

.titre-agence {
  color: #5DA6D4;
  font-size: 120%;
  font-weight: bold;
  text-transform:uppercase;
}

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