#contenu {
	width : 600px;
	z-index : 6;
}
a#consulterAnnonce, a#passerAnnonce {
	position : absolute;
	top : 225px;
	display : block;
	width : 176px;
	height : 11px;
}
a#consulterAnnonce {
	z-index:7;
	left : 364px;
	background-image : url(../medias/7_500consulter_off.gif);
}
a#passerAnnonce {
	z-index:8;
	left : 560px;
	background-image : url(../medias/7_500passer_off.gif);
}
a:hover#consulterAnnonce { background-image : url("../medias/7_500consulter_on.gif"); }
a:hover#passerAnnonce { background-image : url("../medias/7_500passer_on.gif"); }
#achat, #vente {
	position : absolute;
	left : 0px;
	top : 0px;
	width : 290px;
}
#vente { 
	left : 310px;
}
#footer {
	position : absolute;
	width : 590px;
	height : 50px;
	left : 0px;
	top : 580px;
}