@charset "utf-8";
/*background image for bgday.jpg from http://www.snap2objects.com/*/
body {
	text-align: center;
	color: #000000;
	background-image: url(../images/bgday.jpg);
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 {
	font-size: 30px;
}
h5 {
	font-size: 11px;
	color: #003;
}
h2 {
	font-size: 24px;
	color: #39C;
}
h3 {
	font-size: 18px;
	color: #39C;
}
h4 {
	font-size: 14px;
	color: #39C;
}
h6 {
	font-size: 9px;
	color: #003;
}
#container {
	width: 924px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #39C;
	text-align: left;
}
#header {
	background: #FFFFFF;
}
#meteobarwrapper {
	overflow: hidden;
	background-color: #E4E4E4;
	width: 908px;
	padding: 8px;
}
#meteo {
	float: left;
	margin-right: 16px;
}
#dateMessage {
	float: left;
	height: auto;
	width: 500px;
	font-weight: bold;
	color: #003;
	padding-top: 2px;
}
#menubarwrapper {
	background-color: #39C;
	overflow: visible;
	width: 924px;
	height: 44px;
}
#menubar {
	width: 760px;
	float: left;
	padding: 8px;
}
#txt {
	float: left;
	margin-right: 8px;
}
#sidebar1 {
	float: right;
	width: 200px;
	padding: 15px 10px 15px 10px;
	background-color: #E0F0F8;
}
#note {
	background-image: url(../images/note.gif);
	background-repeat: no-repeat;
	height: 180px;
	width: 180px;
	margin: 5px 0px 20px 0px;
}
#note p {
	color: #003;
	text-align: center;
	display: block;
	padding: 55px 20px 10px 20px;
}
#quizwrapper {
	width: 180px;
	margin: 10px 0px 10px 0px;
}
#middlequiz {
	background-image: url(../images/quiz2.gif);
	width: 180px;
	height: auto;
	margin: 0;
	text-align: center;
}
#immoInsolitewrapper {
	width: 180px;
	margin: 10px 0px 10px 0px;
}
#middleinsolite {
	background-image: url(../images/immoinsolite2.gif);
	width: 180px;
	margin: 0;
	height: auto;
}
#middleinsolite p {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	color: #003;
	padding: 10px 20px 10px 20px;
}
#statswrapper {
	width: 180px;
	margin: 10px 0px 10px 0px;
}
#stats {
	background-image: url(../images/stats2.gif);
	width: 180px;
	text-align: center;
	margin: 0px;
	height: auto;
}
#mainContent {
	margin: 8px 250px 0 0;
	padding: 0 14px;
}
#mainTitle {
	width: 650px;
	height: 70px;
	background-image: url(../images/mainTitle.jpg);
	background-repeat: no-repeat;
	margin: 8px 0px 0px 8px;
	line-height: 70px;
	color: #003;
}
#mainTitle h1 {
	margin: 0px;
	padding-left: 80px;
}
#proprieteswrapper {
	height: 800px;
	width: 618px;
}
#estimationwrapper {
	height: 1200px;
	width: 618px;
}
#calculsmiddle {
	background-image: url(../images/calculsbox2.jpg);
	background-repeat: repeat-y;
	padding: 8px 16px 0px 16px;
}
#midaccueilboxes {
	background-image: url(../images/accueilboxes2.jpg);
	background-repeat: repeat-y;
	padding: 8px 16px 0px 16px;
	height: 120px;
}
#midaccueilboxes2 {
	background-image: url(../images/accueilboxes2.jpg);
	background-repeat: repeat-y;
	padding: 8px 16px 0px 16px;
	height: 120px;
}
#midaccueilboxes3 {
	background-image: url(../images/accueilboxes2.jpg);
	background-repeat: repeat-y;
	padding: 8px 16px 0px 16px;
	height: 120px;
}
#midaccueilboxes4 {
	background-image: url(../images/accueilboxes2.jpg);
	background-repeat: repeat-y;
	padding: 8px 16px 0px 16px;
	height: 120px;
}
#footer {
	width: 924px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 70px;
}
#img {
	float: left;
	margin-right: 8px;
	padding: 18px 0px 8px 240px;
}
#footerTxt {
	float: left;
	padding: 18px 0px 8px 0px;
}
#footerTxt h5 {
	margin: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 14px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 14px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.tooltip {
	width:150px;
	background:#E0F0F8;
	border:1px solid #C4D5E3;
	font-weight:bold;
	padding:8px;
	filter: alpha(opacity=90);
	opacity: 0.90;
}
.tooltipbody {
	width:150px;
	background:#FFFFFF;
	border-left:1px solid #C4D5E3;
	border-right:1px solid #C4D5E3;
	border-bottom:1px solid #C4D5E3;
	padding:8px;
	filter: alpha(opacity=90);
	opacity: 0.90;
}

