/* Feuille de style globale pour le site saint-front-immobilier.fr */

/* Balises XHTML */
body{
	text-align:center;
	background:#4a4a4a url(/images/fond-noir.jpg) repeat-x;
	font-size:12px;
	font-family:georgia;
	color:#000000;
}
h1{
	font-size:16px;
}
h2{
	font-size:14px;
}
h3{
	font-size:13px;
}
p{
	line-height:20px;
}
a{
	color:#000000;
}
a img{
	border:none;
}

/* Elements de formulaires */
form fieldset{
	border:none;
}
form p{
	margin:0;
	padding:0 0 5px 0;
}
form p label{
	float:left;
	font-weight:bold;
	width:140px;
}
span.required{
	color:red;
}

/* Conteneur de la page */
#page{
	width:782px;
	margin:0 auto 0 auto;
	border:4px solid #ffffff;
	background:#ffffff url(/images/fond_page.gif) repeat-x;
	padding:10px;
}

/* Menu (utilisé en haut et bas de page) */
.menu{
	width:660px;
	height:20px;
	background-color:#ffffff;
	border-top:1px solid #a5afb5;
	border-bottom:1px solid #a5afb5;
	margin:0 -14px 0 -14px;
	padding:0 0 0 150px;
	list-style:none;
}
.menu li{
	float:left;
}
.menu li a{
	display:block;
	/*width:120px;*/
	height:20px;
	text-transform:uppercase;
	text-decoration:none;
	line-height:20px;
	font-size:11px;
	font-weight:bold;
	color:#389ad5;
	padding:0 20px;
}
.menu li a.hover,
.menu li a:hover{
	border-bottom:4px solid #26455a;
	color:#26455a;
}
.menu ul{
	width:auto;
	list-style:none;
	background-color:#ffffff;
	height:20px;
	visibility:hidden;
	position:absolute;
	padding:0;
	margin:0;
	border:1px solid #a5afb5;
}

/* Haut de page */
#haut{
	margin-bottom:30px;
}
#haut h1{
	margin:0;
	padding:0;
}
#haut h1 a{
	display:block;
	height:77px;
	background:url(/images/logo.jpg) no-repeat center center;
}
#haut h1 a span{
	display:none;
}

/* Contenu de la page */
#contenu{
	text-align:left;
	overflow:visible;
}
#contenu .colonne{
	float:left;
}
#contenu .colonne.un{
	width:100%;
}
#contenu .colonne.un_demi{
	width:50%;
}
#contenu .colonne.un_tiers{
	width:33%;
}
#contenu .separateur{
	clear:both;
}

/* Panneaux contenant le prix et le bouton "Voir détails" */
div.texte{
	color:#26455a;
	height:120px;
}
p.prix{
	float:left;
	width:200px;
	border-top:1px solid #a5afb5;
	border-bottom:1px solid #a5afb5;
	color:#000000;
	background-color:#ffffff;
	line-height:23px;
	font-weight:bold;
	margin:0;
	padding:0;
}
a.bouton{
	float:left;
	display:block;
	width:37px;
	height:23px;
	border-top:1px solid #a5afb5;
	border-bottom:1px solid #a5afb5;
	background:url(/images/loupe.gif) no-repeat right top;
}
a.bouton span{
	display:none;
}

/* Cadres autour des images */
.cadre.petit{
	width:232px;
	height:173px;
	background:url(/images/fond_image.png) no-repeat;
	padding:15px;
}
.cadre.grand{
	width:652px;
	height:490px;
	padding:15px;
	background:url(/images/fond_images_640480.gif) no-repeat;
}

/* Bas de page */
#bas{
	clear:both;
	margin-top:20px;
	text-align:center;
}
#bas p{
	font-size:11px;
	line-height:12px;
}
