/*************************************************
* FEUILLE DE STYLE CSS DU SITE INTERNET IMMOTIS
*
* Auteur:
*	Acreat Web Technologies
*
* Historique:    	
*	LINTANFF Franck		28/05/09		Création
**************************************************/

#page{
	background:#FFFFFF;
	width:920px;
	margin:0 auto;
	padding:0;
	position:relative;
}

#logo{
	background:url(../img/index/logo_groupe_immotis.png) no-repeat top left;
	background-position:10px 10px;
	height:140px;
	width:275px;
	position:relative;	
	z-index:1;
}

#presentation{
	width:555px;
	color:#66552A;
	margin:0 0 10px 10px;
	font-size:0.9em;
	font-weight:bold;
	position:relative;	
	z-index:1;
}

#presentation H1{
	margin:0 0 10px 0;
	font-size:1.4em;
	font-weight:bold;
}

#presentation p{
	margin:0 0 10px 0;
}

#presentation A{
	background:transparent url(../img/index/decouvrir_groupe_off.png) no-repeat;
	display:block;
	float:right;
	width:90px;
	height:28px;
	text-indent:-1000em;
}

#presentation A:HOVER{
	width:90px;
	height:28px;
	background:transparent url(../img/index/decouvrir_groupe_on.png) no-repeat;
}

#slideagence {
	position:relative;
	right:-243px;
	top:0px;
	z-index:1;
}

/* Cadre Infos */
#cadres {
	width:910px;
	border-collapse:collapse;
	margin:10px auto;
}

#cadres TD {
	text-align:center;
}

.cadre {
	height:305px;
	position:relative;	
	z-index:1;
}

.cadre H1 {
	font-weight:bold;
}	

.cadre  .btn_decouvrir {
	bottom:10px;
	position:absolute;
	right:10px;
}


/*-------------------------------------
		FOOTER
-------------------------------------*/
#footer{
	padding:5px 0 0;
	color:#45809E;	
}

#footer A{
	color:#B1D5DD;
}

#footer A:HOVER{
	color:#476AA2;
}

#footer P.right{
	color:#B1D5DD;
}

#footer_links{
	background:#E0F1FB;
}

#footer_links A{
	color:#6B9AB6;
	border-right:1px #6B9AB6 solid;
}

#footer_links A:HOVER{
	color:#476AA2;
}
