/* CSS Home */

/* -- Layout ------------ */
#page {
	float:left;
	top: 30%;
	margin-top: -192px;
	left: 50%;
	width: 795px;
	margin-left: -398px;
	position: absolute;
	height: 713px;
}

#content {
  float:left;
  top: 0px;
  left:0px;
  width:auto;
  height:auto;
}

/* -- Fond -------------- */
#fond {
	z-index:1;
}

/* -- Menu -------------- */
#menu-contact {
	top:383px;
	left: 5px;
	width: 144px;
	height:26px;
	z-index:2;
	position:absolute;
}

#menu-presentation {
	top:418px;
	left: 5px;
	width: 144px;
	height:37px;
	z-index:2;
	position:absolute;
}

#menu-actualites {
	top:224px;
	left: 614px;
	width: 95px;
	height:20px;
	z-index:2;
	position:absolute;
}

#actualites-contenu {
	left:614px;
	top:245px;
	width:189px;
	height:90px;
	z-index:2;
	padding:5px;
	font-size:80%;
	background-color:#FFF;
	position:absolute;
}

/* -- Espace ------------------- */
#espace-professionnel {
	top:457px;
	left:337px;
	width:150px;
	height:44px;
	z-index:2;
	position:absolute;
}

#espace-particulier {
	top:457px;
	left:496px;
	width:134px;
	height:44px;
	z-index:2;
	position:absolute;
}

#espace-collectivites {
	top:457px;
	left:639px;
	width:132px;
	height:44px;
	z-index:2;
	position:absolute;
}

/* -- Crabe --------------------- */
#crabe {
	top:509px;
	left:79px;
	width:155px;
	height:59px;
	z-index:2;
	position:absolute;
}

/* -- Hebergement --------------- */
#hebergement {
	top:609px;
	left:218px;
	width:268px;
	height:22px;
	z-index:2;
	position:absolute;
}

/* -- Clients ------------------- */
#logo-clients {
	top:648px;
	left:50%;
	margin-left:-85px;
	width:170px;
	height:53px;
	z-index:2;
	position:absolute;
}

/* -- Titres -------------------- */
#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;
}

/* -- Adresse -------------------- */
#adresse {
  	top:737px;
	left:50%;
	margin-left:-375px;
	width:750px;
	height:100px;
	z-index:2;
	position:absolute;
}

#adresse-text {
	width:auto;
	font-size:70%;
	color:#FFF;
	text-align:center;
	margin-bottom: 2px;
}

.adresse-titre {
	font-size:90%
}

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

