
body {
	margin : 0;
	padding : 0;

	padding-bottom : 20px;

	font-family : "Trebuchet MS", tahoma, sans-serif;
	font-size : small;

	background-color : #445B25;
}

#page {
	position : relative;

	margin : auto;

	margin-top : 20px;

	width : 991px;
	height : 805px;

	overflow : hidden;

	background-image : url(../images/verkest.jpg);
}


#coordonnees {
	color : #231F20;

	font-size : 10pt;

	position : absolute;
	left : 340px;
	top : 35px;

	width : 400px;
}

#coordonnees a {
	color : #231F20;
	text-decoration : none;
}

#coordonnees a:hover {
	text-decoration : underline;
}

#coordonnees h1 {
	margin : 0;
	padding : 0;

	margin-bottom : 5px;

	font-size : 18pt;
	font-weight : normal;
}

#coordonnees-col1 {
	width : 175px;
	float : left;
}

#coordonnees-col2 {
	width : 225px;
	float : left;
	/*font-weight : bold;*/
}


/*--------------------------------------------------------------------
/* CONTENU
/**/

#contenu {
	position : absolute;

	bottom : 120px;
	left : 75px;

	width : 530px;
	text-align : left;

	color : #fff;
	font-size : 14pt;
}


/*--------------------------------------------------------------------
/* LÉGENDES
/**/

.legende {
	position : absolute;
	right : 15px;

	font-size : 16pt;
	font-style : italic;
	font-weight : bold;

	color : #fff;
}

#sportif {
	top : 178px;
}

#residentiel {
	top : 378px;
}

#commercial {
	top : 573px;
}

#institutionnel {
	top : 772px;
}


