#moteur {
	margin: 0 auto;
	width: 650px;
	height: 100px;
}
#moteur form {
	width: 100%;	
	text-align: center;
	margin: 0 auto;
} 
#moteur input {margin: 10px auto;}

#une {
	margin-top: 30px;
	height: 650px;
}

div.groupeAnnonces {
	clear: both;
	float: none;
	height: auto;
}

div.annonce {
	width: 33%;
	height: 150px;
	float: left;
	vertical-align: top;
}

h2 {
	clear: both;
	float: none;
	font-size: 1em;
	font-variant: small-caps;
	color: white;
	background: url("../images/titre.gif") left bottom no-repeat;
	margin: 0;
}

h4 {font-size: 0.8em;}

.annonce h4, .annonce p {
	margin: 0;
	padding: 0;
	font-variant: small-caps;
}

.photopetite {
	display: block;
	float: left;
	width: 130px;
	height: 88px;
	border: 1px solid black;
	margin: 0 10px 10px 0;
}

.prix {
	color: red;
	font-size: 1.5em;
	font-weight: bold;
	position: relative;
	top: 50px;
}
.lien {
	position: relative;
	top: 50px;
}

.lien a:link, .lien a:visited	{
	color: black;
	text-decoration: none;
}
.lien a:hover, .lien a:active {
	color: #666;
	text-decoration: underline;
}

div#footer {
	//bottom: -27px;
}