BODY
{
	margin: 0;
	width:100%;
	height:100%;
	font-family:verdana,arial-black,helvetica;

} 

.gauche 
{position : absolute;
z-index: 2;	 
top:70px;
left:15px; /* on place le bloc gauche à gauche en position absolue */
/*background-image: url('images/footer.jpg');*/
width: 60px;	
}
.centre2 {
	position : absolute;
	z-index:2;
	left:00px;
	top:20px;
	height 700px;
	width: 700px;
	}
.centre
{
position : absolute;
left:80px;
z-index: 2;	 
top:115px;
height 700px;
width: 700px;
}
a:link { font-weight:bold ; color: black ;}
a:visited { font-weight:bold; color: black ; }
a:hover { color: black ; text-decoration: none ; }	

.header {
position: absolute;
z-index: 1;	 
left:0;
background-image: url('images/header.gif');
width: 100%;
height: 150px;
}
.nbannonce {
position: absolute;
z-index: 3;	 
left:0px;
top:144px;
}
.nbannonce2 {
position: absolute;
z-index: 3;
left:0px;	 
top:313px;
}
.nbannonce3 {
position: absolute;
z-index: 1;	 
top:110px;
width: 100%;
font-size:1em;
color: #FFFFFF;
}
#der_annonces {
position: absolute;
z-index: 4;	 
top:130px;
left:730px;
}

#der_annonces table {
border-color:white;
border-style:solid;
border-width:2px;
background-image: url('images/bois2.jpg');
}
#der_annonces td {
font-size:100%;
color:white;
text-align:center;
background-color:transparent;}
#der_annonces tr {
border-color:white;
border-style:solid;
border-width:1px;
}

.footer {
position: absolute;
z-index: 1;	 
left:0;
top:420px;
background-image: url('images/footer.gif');
width: 1004px;
height: 200px;
}

.posrelative
{
POSITION: relative;
}