/****************************
*        Mode normal        *
*****************************/

.achat_ville {
	padding: 0px;
	margin: 0px;
	width: 184px;
	height: 167px;
	background: transparent url( 'images/fond_achat_ville_mini.png' ) no-repeat 0px 0px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

.achat_ville #HAV_logo {
	background: transparent url( 'images/logo_achat_ville_mini.png' ) no-repeat 0px 0px;
	width: 180px;
	height: 41px;
	position: relative;
	top: 4px;
	left: 4px;
}

.achat_ville #HAV_logo span {
	text-align: right;
	margin-top: 22px;
	margin-right: 8px;
	float: right;
}

.achat_ville #formAchatVille {
	padding: 8px;
}

.achat_ville label {
	display: block;
	text-align: center;
	margin-top: 4px;
}

.achat_ville input, .achat_ville select {
	font-size: x-small; 
}

.achat_ville input {
	border: 1px solid #666666;
	width: 162px;
	margin-top: 8px;
	padding: 2px;
}

.achat_ville select {
	border: 1px solid #666666;
	width: 168px;
	margin-top: 8px;
}

.achat_ville a.btSearch {
	width: 69px;	
	height: 19px;
	background: transparent url( 'images/btn_rechercher.png' ) no-repeat 0px 0px;
	border: none;
	cursor: pointer;
	opacity: 0.9;
	float: right;
	margin: 8px 0px 0px 0px;
}
.achat_ville a.btSearch:hover {
	opacity: 1;
}



/****************************
*         Mode maxi         *
*****************************/

.achat_ville_max {
	padding: 0px;
	margin: 0px auto;
	width: 400px;
	height: 200px;
	background: transparent url( 'images/fond_achat_ville_max.png' ) no-repeat 0px 0px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

.achat_ville_max #HAV_logo {
	background: transparent url( 'images/logo_achat_ville_max.png' ) no-repeat 0px 0px;
	width: 380px;
	height: 90px;
	position: relative;
	top: 10px;
	left: 10px;
}

.achat_ville_max #HAV_logo span {
	font-size: 24px;
	text-align: right;
	margin-top: 50px;
	margin-right: 8px;
	float: right;
}

.achat_ville_max #formAchatVille {
	padding: 8px;
}

.achat_ville_max label {
	display: block;
	font-size: 13px;
	text-align: center;
	margin-top: 15px;
}

.achat_ville_max input {
	border: 1px solid #666666;
	width: 376px;
	margin-top: 8px;
	padding: 2px;
}

.achat_ville_max select {
	border: 1px solid #666666;
	width: 300px;
	margin-top: 8px;
}

.achat_ville_max a.btSearch {
	width: 69px;	
	height: 19px;
	background: transparent url( 'images/btn_rechercher.png' ) no-repeat 0px 0px;
	border: none;
	cursor: pointer;
	opacity: 0.9;
	float: right;
	margin: 8px 0px 0px 0px;
}
.achat_ville_max a.btSearch:hover {
	opacity: 1;
}
