/* CSS Document */

/*
===========================
=== Fanny LAFAY - Office Notarial LAFAY-VINSON - RUFFIEUX ===
===========================
 
 - largeur de la page 980 px
 - couleurs :
    - orange : #F47521
    - marron : #722E00
    
*/

/*=============== GENERALITES ==================*/
/*=============== MISE EN FORME DES TEXTES ==================*/


a{ 
	text-decoration:none;
	color:#722E00;
}

a:hover {
	text-decoration:underline;
	color:#722E00;
}


p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#722e00;
	margin-left:28px;
	margin-right:28px;
	text-align:justify;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#722e00;
	text-align:left;
}

h1{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#722e00;
	margin-left:28px;
}

.separateur_menu{
	color: #F47521;
}

.separateur_recherche {
	color:#F47521; 
	font-size:9px; 
	margin-left:0px; 
	margin-right:0px;
	text-align:center;
}

.champs_recherche {
	margin-left: 15px;
	margin-right:15px;
}



/*--------------- FIN mise en forme du texte -----------------*/

/*=============== STRUCTURE MODELE ==================*/

body{
	margin:0;
	padding:0;
	background: url(../images/fond.png) repeat-y 50% 0;
	background-color:#F47521;
}

#conteneur{
	position:relative;
	top: 0;
	margin: 0 auto; /* centrage sur la page*/
	width: 981px;		
}

#colonne_gauche{
	float: left;
	width:500px;
	}

#colonne_centrale{
	float: left;
	width:236px;
	background: url(../images/BGcol2.jpg) no-repeat 0px 0px ;
	min-height:860px;
}

#colonne_droite{
	float: left;
	width:244px;
}


#texte_colonne_gauche{
	position:absolute;
	top:250px;
	left:0px;
	width:500px;
}

#menu{
	text-align:center;
	letter-spacing:1px;
	margin-top:10px;
}

#footer{
	position:absolute;
	bottom:0;
	}
	
/* FIN */


/*** MODULE Biens aléatoires ***/

.bien_alea_onglet{
  width: 491px;
  height: 18px;
  text-align : right; 
}

#bien_alea_conteneur_1, #bien_alea_conteneur_2, #bien_alea_conteneur_3 {
  width: 491px;
  height: 165px;
}
#bien_alea_conteneur_1{
  background: url(../images/diapo_1.png) no-repeat 0px 0px ;
}
#bien_alea_conteneur_2{
  background: url(../images/diapo_2.png) no-repeat 0px 0px ;
}
#bien_alea_conteneur_3{
  background: url(../images/diapo_3.png) no-repeat 0px 0px ;
}
.bien_alea_photo{
  float: left;
  width: 150px;
  height: 112px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border: 0;
}
.bien_alea_bloc_txt{
  float: left;
  width: 232px;
  height: 108px;
  margin-top: 14px;
  margin-right: 4px;
}
.bien_alea_txt, .bien_alea_desc{
  margin:0;
  padding:0;
	font-size:11px;
}
.bien_alea_desc{
  margin-top:5px;
  margin-bottom:5px;
  height:58px;
  overflow:hidden;
}
.bien_alea_lien{
  float: left;
  width: 64px;
  height: 108px;
  margin-top: 32px;  
}




