body{
	padding:0px;
	margin:0px;
	font-family:arial, Geneva, sans-serif;
	color:#187f02;
	font-size:14px;
	background:#008aa9 url('../images/fond-page.jpg') top center repeat-x;
}

#fondpage{
	background:url('../images/fond.jpg') no-repeat top center;
	padding-right:3px;
	min-width:945px;
	margin:0px auto;
}

#page{
	position:relative;
	width:945px;
	height:960px;
	margin:auto;
	padding:0px;
}

#entete{
	position:absolute;
	background-image:url('../images/entete.jpg');
	height:443px;
	width:589px;
	left:-5px;
}

#residences{
	position:absolute;
	top:445px;
	width:588px;
	left:25px;
	
}

td.residences{
	font-weight:bold;
	height:30px;
	width:326px;
}

a#clique{
	display:block;
	position:absolute;
	background-image:url('../images/clique-ici.jpg');
	height:175px;
	width:413px;
	top:169px;
	left:528px;
	text-decoration:none;
}

a{
	color:#187f02;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a#clique:hover{
	background-image:url('../images/clique-ici-dessus.jpg');
}

a#absolu{
	display:block;
	position:absolute;
	background-image:url('../images/absolu.jpg');
	height:26px;
	width:165px;
	top:779px;
	left:728px;
	text-decoration:none;
}

a#absolu:hover{
	background-image:url('../images/absolu-dessus.jpg');
}

#bretour{
	position:absolute;
	background-image:url('../images/retour.jpg');
	width:190px;
	height:78px;
	top:0px;
	left:728px;
}

#bretour:hover{
	background-image:url('../images/retour-over.jpg');
	text-decoration:none;
}