body {
	background-color: #E6E6E6;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: 100%;
	margin: 0px;
}

html {
	height: 100%;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

a {
	color: #af2f47;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
	background: transparent;
}

h1 {
	text-transform: uppercase;
	border-bottom: solid black;
	font-size: 18px;
}

h2 {
	border-bottom: solid black;
	text-transform: uppercase;
}

h3 {
	border-bottom: solid black 2px;
}

h3 a:hover {
	text-decoration: none;
}

h4 {
	border-bottom: solid black 1px;
}

h5 {
	margin: 0px;
	padding: 0px;
}

td {
	padding-left: 15px;
}

hr {
  border : 0px;
  height : 10px;
  background-image : url(images/hr.png);
  margin : 0px;
  padding: 0px;
}

.actu_suite {
	text-align: right;
}

.actu_date {
	float: right;
}

.actu {
	margin-bottom: 30px;
}

.immobilier_haut {
	border-bottom: solid black 1px;
}

.immobilier_liste {
	margin-bottom: 50px;
}

.immobilier_img {
	float: left;
	margin-right: 5px;
	
	margin-top: -10px;
}

.immob_infos li {
	padding-top: 5px;
}

.mini {
	margin-right: 10px;
}

.gauche {
	float: left;
	min-width: 40%;
}

#gauche_bien {
	width: 300px;
}

.droite {
	float: right;
	padding-right: 20px;
	width: 45%;
}

.clear_center {
	text-align: center;
	clear: both;
}

.center {
	text-align: center;
}

#page {
	min-height: 100%;
	width: 850px;
	border-left: white solid;
	border-right: white solid;
	margin: 0 auto;	
	background-color: #e0e2e2;
	background-image: url('images/back_text.png');
	
}

#header {
	text-align: center;
	margin-bottom: 40px;
	height: 130px;
	background-image: url('images/back_top.png');
	padding-top: 25px;
}


#texte {
	margin: 10px;
	padding-top: 0px;
	text-align: justify;
	width: 625px;
	margin-left: 200px;
	margin-top: 50px;
}

#accueil_haut {
	text-align: center;
	border-bottom: double black thick;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

#logo_back {
	position: absolute;
	top: 650px;
}

#left {
	width: 160px;
	float: left;
	min-height: 100%;
	margin-left: 10px;
}

#actu {
	border: black;
}

#left_title {
	margin-bottom: 0px;
	border-bottom: double black thick;
}

#menu {
	margin: 0px;
	padding: 0px;
}

#menu li {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: solid black 1px;
	list-style-type:  none;
	margin-left: 0px;
}

#menu li a {
	color: black;
	text-decoration: none;
	font-size: 14px;
}

#menu li a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#adresse {
	border-top:double black thick;
	border-bottom:double black thick;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	margin-top: 0px;
}

#footer {
	margin-top: 20px;
	padding-bottom: 5px;
	text-align: center;
	clear: both;
}

#footer p {
	font-size: 10px;
}

#copy {
	font-size: 10px;
	text-align: center;
}

#map {
	 width:630px;
	 height:300px;
}

