/*																A C C E S S I B I L I T Y */

body {
	margin: 0;
	background-color: #AAA7C5;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	color: #000066;
	font-style: normal;
	background-image: url(images/bkgrd.gif);
	background-repeat: repeat;
}

img {border: 0;}
.clear { clear: both; background: none; }


/*																G E N E R A L   B L O C S */
.table_main {
	width: 1024px;
}
.header {
	background-image: url(images/body_header.png);
	background-position: left;
	height: 70px;
}
.content {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	background-position: left;
	font-size: 12px;
}
.table_content {
	width: 93%;
}
.liens {
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	font-size: 11px;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	background-position: left;
}
.table_liens {
	width: 65%;
	text-align: center;
	color: #999;
}

.footer {
	clear: both;
	background-image: url(images/body_footer.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 30px;
	color: #999;
}
.h1 {
	border: 0;
	font-size: 24px;
	text-align: center;
	background-image: url(images/heading.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 45px;
	height: 85px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
.h2 {
	border: 0;
	font-size: 19px;
	font-style: normal;
	color: #008C00;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}
.h3 {
	border: 0;
	font-size: 20px;
	text-align: left;
	background-image: url(images/heading2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 50px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 52px;
	padding-left: 25px;
}
.h4 {
	border: 0;
	font-size: 20px;
	text-align: left;
	background-image: url(images/heading2a.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 50px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 52px;
	padding-left: 25px;
}

.hr {
	height: 3px;
	text-align: center;
	width: 93%;
	line-height: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #23B000;
}
.text {
	font-size: 13px;
	text-align: left;
	line-height: 22px;
	list-style-image: url(images/bullet.gif);
}
.text_vrt {
	font-size: 13px;
	color: #008C00;
	font-weight: bold;
}
.text_center {
	font-size: 13px;
	text-align: center;
	list-style-image: url(images/bullet.png);
	line-height: 22px;
}
.colonne_drt {
	vertical-align: top;
	height: 350px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #00BB00;
	width: 98%;
}
.champs {
	text-align: left;
	list-style-image: url(images/bullet.png);
	line-height: 22px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	vertical-align: middle;
}
.remarques {
	text-align: left;
	list-style-image: url(images/bullet.png);
	line-height: 22px;
	color: #333;
	border: 1px solid #999;
	height: 125px;
	font-family: Verdana, Geneva, sans-serif;
}


/*																C O P Y R I G H T */

.copy,
.copy a:link{
	border: 0;
	font-size: 11px;
	color: #000066;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	text-decoration: none;
}
.copy a:hover,
.copy a:visited{
	color: #FFFFFF;
	text-decoration: none;
}




/*														T A B L E    B A C K G R O U N D   */
.table_acc {
	background-image: url(images/bkgrd/homepage.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.table_contact {
	background-image: url(images/bkgrd/contact.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.table_vendre {
	background-image: url(images/bkgrd/maison_vendre.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.table_connaissance {
	background-image: url(images/bkgrd/connaissance.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.table_acheter {
	background-image: url(images/bkgrd/acheter.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.table_drt {
	background-image: url(images/table_drt.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
}


/*																L I N K S   */
a:link
{color: #000066; text-decoration: none;}
a:visited
{text-decoration: none;	color: #00BB00;}
a:hover
{text-decoration: none; color: #000066;	font-weight: bold;}
a:active
{text-decoration: none;	color: #00BB00;}


/*																H A C K S   I E */

* html #global { width: 1007px; }
*+html #global { width: 1007px; } /* for 1024x768 visitors */

