div#content div#recherche div.content, div#deposer_annonce div.content {
	height: 100px;
}

div#content #recherche_text{
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;

	height: 30px;
	font-size: 17px;
}
div#content #recherche_submit{
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-pie-border-radius: 0 5px 5px 0;

	margin-left: 0;

	height: 36px;
	
	font-size: 17px;
	padding:0.4em 0.8em 0.42em;
}

#deposer_annonce .button{
	height:41px;
	width:118px;
	font-size: 17px;
}

#boutique .button{
	height:41px;
	width:118px;
	font-size: 17px;
}

div#content div.liste_annonces ul{
	list-style: 	none;
	padding:	10px;
	margin:		0;
	margin-left:auto;
	margin-right:auto;
	display:block;
	height:326px;
	width:640px;
}
div#content div.liste_annonces li{
	display:block;
	float:left;
	padding:0;
	margin:0;
	margin-left: 2px;
	margin-right: 2px;
	
	height:163px;
	width:124px;
	text-align:center;
	overflow:hidden;
}
div#content div.liste_annonces li a{
	text-decoration:none;
	display:block;
	height:153px;
	width:124px;
	
	color: #111111;
}
