/* Setup defaults since variable in browsers

----------------------------------------------- */

body, div, dd, dt, dl, img, ul, ol, li, p, h1, h2, h3, h4, h5, form, hr, fieldset {

	margin: 0;

	padding: 0;

}

/* Element Defaults

----------------------------------------------- */

html {
	height: 100%;
	background-color: #ffffff;
}

img {
	border: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.25em;
	width: 638px;
	height: 100%;

}

label {
	font-weight: bold;
	color: #003366;
}

input {
	border: 1px solid #7B847C;
	padding: 1px;
	margin: 1px 0;
}

ol, ul {
	margin: 0px 0px 5px 6px;
}

li {
	font-size: 12px;
	margin: 3px 12px;
}

fieldset {
	border: 0;
}

/* Layout

----------------------------------------------- */

#document {
	padding: 0 1px;
	background: #fff;
	float: left;
	border-bottom: 1px solid #003366;
}

#header {
	width: 638px;
	height: 90px;
}

#container {
	float: left;
	width: 638px; 
}
#toplinks{
	text-align: center;
}
#sidebar {
	float: left;
	position: absolute;
	width: 137px;
	margin-top: 0px;
	padding: 0px 0px 0 0px;
}

#content {
	float: right;
	width: 491px;
	margin-top: 0px;
	padding-top: 0px;
	background: #fff;

}

#footer {

	clear: both;

	margin-top: 40px;

	float: left;

	padding: 20px;

	border-top: 1px solid #003366;

	background-color: #fff;

	width: 718px;

	text-align: right;

}

/* General

----------------------------------------------- */

.button {
	font-weight: bold;
	color: #fff;
	border: 1px solid #003366;
	height: 26px;
	border-style: none;
	padding: 5px;
}

.center {

	text-align: center;

}
.bottom-links{
width: 450px;
text-align: center;
text-decoration: none;
	font-size: 10px;
}
.bottom-links a{
	text-decoration: none;

}

/* Sidebar

----------------------------------------------- */


.buttonBox {
	text-align: center;
	padding: 5px 0 0px;
}

#sidebar p {
	font-size: x-small;
	color: #003366;
	line-height: 150%;
	padding-bottom: 10px;
}

#sidebar li {
	font-size: x-small;
	color: #003366;
}

#sidebar h1 {

	line-height: normal;

	font-weight: bold;

	font-size: x-small;

}
#sidebar .menu{
	font-family: Arial, Verdana, sans-serif;
	line-height: normal;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 25px;
	margin-top: 15px;
}
#sidebar .menu a{
	padding: 2px;
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #7A847C;
	border-top: 2px #AEB5AF solid;
	border-left: 2px #AEB5AF solid;
	border-bottom: 2px #4A524A solid;
	border-right: 2px #4A524A solid;
	
}
#partners{
	width: 445px;
	padding: 5px 2px 10px 2px;
}
#credit-immobilier{
	float: left;
	width: 219px;
	margin-top: 0px;
	padding: 0px 0px 0 0px;
}
#credit-travaux{
	float: right;
	width: 219px;
	margin-top: 0px;
	padding: 0px 0px 0 0px;
}

#partners .header {
	width: 219px;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-size: 12px;
}
#partners .logos {
	width: 219px;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0px 10px 5;
}
#skyscraper{
	position: absolute;
	top: 40px;
	left: 640px;
	width: 145px;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #c0c0c0;
	line-height: 17px;
	 /*  the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
}
#skyscraper p{
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	line-height: normal;
	font-weight: lighter;
	font-size: 11px;
	padding: 2px 2px 5px 2px;
}
/* Content

----------------------------------------------- */

#content .section {
	float: left;
	width: 491px;
	padding: -0px 0px 0px 7px;
}

#content .section h1 {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	line-height: normal;
	font-weight: bold;
		font-size: 12px;
	background-color: #CADACE;
	border-top: 1px #4A524A solid;
	border-left: 1px #4A524A solid;
	border-bottom: 1px #4A524A solid;
	border-right: 1px #4A524A solid;
	padding: 2px;
	width: 450px;
}
#content .section h2 {
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	margin: 5px 5px 0% 5px;
}
#content .section h3 {
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 5px 0% 5px;
}
#content .section p {
	line-height: 15px;
	padding: 10px 0;
	font-size: 12px;

}

