@import url(navigation.css);

body {
	margin: 0;
	padding: 0;
	background: #ffffec;
	/*background-color: #DDD;*/
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

p, ol, ul {
	line-height: 150%;
}

form {
	margin: 0;
}


img {
	border: 0;
}

a {
	color: #c96861;
	}
a:hover {
	text-decoration: none;
	}

/* Header */

#header {
	width: 914px;
	height: 115px;
	margin: 5px auto 0;
	background: transparent url(images/fond-header.jpg) no-repeat;
}
#headeremail {
	width: 678px;
	height: 115px;
	margin: 5px auto 0;
	background: transparent url(images/fond-header-email.jpg) no-repeat;
}

#logo {
	float: left;
	height: 115px;
	margin-left: 10px;
}
#logo span.left {
	float: left;
	display: block;
}
#logo span.right {
	float: left;
	display: block;
	margin: 36px 0 0 0;
}

#logo h6 {
	margin: 0;
	font-size: 3em;
	font-weight: normal;
	color: #444444;
}

#logo a {
	text-indent: -1000px;
	display: block;
	width: 200px;
	height: 115px;
}

#logo p {
	margin: -10px 0 0 2px;
	padding: 0 0 0 85px;
	text-transform: lowercase;
}


/* Menu */

#menu_box {
	width: 914px;
	height: 34px;
	margin: 0 auto;
	background: transparent url(images/fond-menu.jpg) no-repeat; 
}
#menu_box_email {
	width: 678px;
	height: 34px;
	margin: 0 auto;
	background: transparent url(images/fond-menu.jpg) no-repeat;
}
#menu_box_email span {
	margin-left: 10px;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
 	color: white;
 	padding: 6px 0 0 0;
 	line-height: 34px;
 	}
ul#nav  {
	padding: 0;
	margin: 0 0 0 40px;
	list-style: none;
}

#nav li {
	display: block;
	float: left;
	margin: 0 20px;
	padding: 0;
}

#nav a {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	display: block;
	float: left;
	height: 20px;
	padding: 6px 0 0 0;
	margin: 0;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
#nav a:hover { 
	text-decoration: underline;
}

#nav a.active { 
	color: #ddd;
}



/* Page */

#page {
	width: 914px;
	margin: 0 auto;
}
#pageemail {
	width: 678px;
	margin: 0 auto;
}
/* Content */

#content {
	float: right;
	width: 678px;	
	margin: 5px 0 0 0;
	background: white url(images/fond-content.gif) repeat-y; 
	padding: 0;
}

#content-top {
	float: right;
	width: 678px;
	height: 43px;
	background: transparent url(images/fond-content-top.jpg) no-repeat left top;
	margin: 0;
}
#content-bottom {
	float: right;
	width: 678px;
	height: 45px;
	background: transparent url(images/fond-content-bottom.jpg) no-repeat left bottom;
	margin: 0;
}

#content-text {
	padding: 0 10px 0 20px;
	line-height: 17px;
}
#content #plan a{
	color: gray;
	text-decoration: none;
}
#content #plan a:hover{
	text-decoration: underline;
}


#content h1, #content-top h1  {
	font-size: 18px;
	margin: 10px;
}
#content-top h1.home  {
	font-size: 18px;
	margin: 10px 20px;
}
#libelle {
	display: block;
	float: left;
	width: 250px;
}




.cssform label{
float: left;
width: 160px;
font-weight: bold;
line-height: 14px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 120px;
}

.cssform textarea{
width: 250px;
height: 150px;
}
.cssform br{
clear: left;
}

.cssform .answer{
border:0;
width: 40px !important;
font-weight: bold;
font-size: 14px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.clearer {
	clear: both;
	visibility: hidden;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 225px;
	margin: 5px 0 0 0;
	text-align: center;
}

#sidebar #cadre_recherche{
	width: 212px;
	background: transparent url(images/fond-recherche.jpg) no-repeat;
	height: 300px;
	margin-left: 8px;
	/*padding-left: 20px;*/
	text-align: left !important;
}
#sidebar #cadre_alerte{
	width: 212px;
	background: transparent url(images/fond-recherche.jpg) no-repeat;
	height: 300px;
	margin-left: 8px;
	/*padding-left: 20px;*/
	text-align: left !important;
}
#sidebar #cadre_alerte p{
	padding: 0;
	margin: 0 10px 8px 0;
	}

#sidebar #cadre_recherche .trouver{
	width: 106px;
	height: 32px;
	background: transparent url(images/bouton-trouver.gif) no-repeat;
	border: 0;
	cursor: pointer;
	margin: 12px 0 0 30px;
}
#sidebar #cadre_alerte .sabonner{
	width: 106px;
	height: 32px;
	background: transparent url(images/bouton-abo.gif) no-repeat;
	border: 0;
	cursor: pointer;
	margin: 12px 0 0 30px;
}
#sidebar #cadre_alerte #biens {
	margin-bottom: 10px;
	}
#sidebar #cadre_alerte .email {
	margin-bottom: 8px; 
}
#sidebar #adresse{
	margin-right: 8px;
	text-align: right;
}

#sidebar #adresse p{
	margin: 0;
	font-size: 11px;
	color: black;
}
#sidebar .logo-fnaim {
	margin: 20px 0 0 10px;
	display: block;
	float: left;
}


#sidebar #cadre_recherche h2 {
	line-height: 33px;
	padding: 5px 0 0 0;
	margin: 0 0 0 15px;
	font-size: 1.1em;
}
#sidebar #cadre_alerte h2 {
	line-height: 33px;
	padding: 5px 0 0 0;
	margin: 0 0 0 20px;
	font-size: 1.1em;
}
#sidebar .search {
	margin-left: 20px;
	}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {	
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 915px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer p {
	margin: 0;
	text-align: center;
}

#footer p.khaya {
	margin: 10px;
	text-align: right;
}
#footer a {

}