﻿@import url("layout.css");
body {
	font-family: Calibri;
	font-size: small;
	background-color: #f2f2f7;
	background-image: url('../images/gradient.php.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	color: #143625;
}
#container {
	width: 843px;
	margin: 10px auto;
}
#masthead {
	margin: auto;
	text-align: right;
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #CDDFF0;
	color: #143625;
	height: 200px;
	background-image: url('../images/Header%20porte%20detectimmobilier.jpg');
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content {
	float: left;
	width: 665px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 8px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	font-size: small;
	text-align: left;
	line-height: 130%;
}
#footer {
	text-align: center;
	clear: both;
	width: 680px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #F2F2F7;
	margin-left: 160px;
}
/* Styles de titres */
#masthead h1 {
	color: #143625;
}
#masthead h3 {
	color: #143625;
}
/* Styles d'éléments de navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 120%;
	text-align: left;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #143625;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #143625;
}
/* Styles du contenu */
h6 {
	color: #143625;
}
h5 {
	font: 60%;
	color: #143625;
}
h4 {
	color: #143625;
	font-size: 100%;
}
h3 {
	color: #143625;
	font-size: 120%;
}
h2 {
	color: #143625;
	font-size: 140%;
	line-height: 140%;
}
#content h1 {
	border-bottom: 1px solid;
	color: #143625;
	font-size: 170%;
	line-height: 150%;
}
#content img {
	border: 0;
	padding: 5px;
}
/* Styles de pieds de page */
#footer p {
	color: #143625;
	margin-top: 5px;
	background-color: #F2F2F7;
	font-family: Calibri;
}
#footer a {
	color: #143625;
	text-decoration: none;
	background-color: #F2F2F7;
}
#footer a:hover {
	color: #143625;
	text-decoration: underline;
}
a {
	color: #143625;
	text-decoration: none;
}
a:hover {
	color: #143625;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}