/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* 
{
	margin: 0px;
	padding: 0px;
}

body {
	background: #7E0B12 url(images/back_all.gif) repeat-x;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	margin-bottom: 20px;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Calibri, Helvetica, Imprint MT Shadow, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, h4, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3, h4 {
	font-family: Calibri, Helvetica, Imprint MT Shadow, sans-serif;
}

h1, h2 {
	/*text-transform: lowercase;*/
	font-weight: normal;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.8em;
	font-style: underline;
}

#vendu {
 	text-decoration: line-through;
	color: #FF4500;
 	font-size: 17px;
}

a {
	color: #7E0B12;
}

a:hover {
	text-decoration: none;
	color: #7E0B12;
}

hr {
	display: none;
}

#main
{
	width: 1190px;
	margin: 0 auto;
}

/* Header */

#header {
	height: 303px;
	width: 100%;
}

#logo {
	height: 233px;
	width: 100%;
	background: url(images/header1.jpg) no-repeat;
	background-position: left;
	font: Imprint MT Shadow;
	color: #7e0b12;
	text-align: left;
	/*background-position: center;*/
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
  	padding: 125px 0px 0px 20px;
	font-size: 50px;
	font-weight: bold;
}
#logo h2 {
	padding: 10px 0px 10px 20px;
	font-size: 20px;
	/**text-transform: uppercase;**/
}

#logo a {
	text-decoration: none;
}

#menu {
	height: 68px;
	padding-left: 20px;
	}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 45px;
	margin: 0 0 0 2px;
	padding: 24px 0 0 0;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #ffffff;
}

#menu a:hover {
	background: url(images/menu_r.gif) repeat-x;
}

/* Page */

#page {
	width: 100%;
	padding-left: 10px;

}

/* Content */

#content {
	float: left;
	width: 850px;
	margin-left: 10px;
}


#content h2
{
	width: 830px;
	height: 42px;
	background: url(images/immobilier_top.gif) no-repeat;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 20px;
}

#content .center_back
{
	width: 810px;
	background: url(images/immobilier_middle.gif) repeat-y;
	padding: 20px;
}

#content .center_back_immo
{
	width: 850px;
	background: url(images/immobilier_middle.gif) repeat-y;
	padding: 5px;
}

#content .center_back ul, #content .center_back ol
{
	margin-left: 20px;
}

#content .center_bottom
{
	width: 850px;
	height: 8px;
	background: url(images/immobilier_bottom.gif) no-repeat;
}

.ref {
	float: right;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 300px;
	margin-top: 10px;
	color: #7E0B12;
	font-size: 16px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.sidebar li {
	padding: 6px 0 6px 20px;
}

.sidebar a {
	text-decoration: none;
	color: #7E0B12;
	font-size: 20px;
}
.sidebar a:hover {
	color: #7E0B12;
	text-decoration: underline;
}

#rightbar h2 {
	padding-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/sidebar_top2.gif) no-repeat;
	height: 43px;
	padding-left: 20px;
	text-transform: uppercase;
}

/* Right Sidebar */

#rightbar {
	margin-left: 10px;
}
#rightbar .back
{
background: url(images/sidebar_middle.gif) repeat-y;
padding: 10px;
}

#rightbar .bottom
{
background: url(images/sidebar_bottom.gif) no-repeat;
height: 9px;
width: 300px;
margin-bottom: 10px;
}

/* Footer */

#footer {
	clear: both;
	padding-top: 20px;
	height: 62px;
	background: url(images/footer.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
