body {  background-color: #00CC66}
p {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #006633; font-weight: normal}
h1 {  font-family: Arial, Helvetica, sans-serif; color: #FFFFCC; font-size: 14px}
a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: underline}
a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #3333FF; font-weight: bold; text-decoration: underline}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #006633}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006633;
	text-decoration: underline;
	font-weight: bold
}

/*style transactions*/

.table_bien {
	margin: 2px;
	border: 1px solid #FFF;
	background-color: #E4E8EB;
	color: #000000;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.table_bien a {
	text-decoration:none;
	color: #000000;
}

.div_bien {
	float: left;
	width: 390px;
	margin: 2px;
	height: 160px;
	border: 1px solid #FFF;
	background-color: #E4E8EB;
	color: #000000;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.div_bien a {
	display:block;
	text-decoration:none;
	color: #000000;
}
.div_bien:hover {
	float: left;
	width: 390px;
	margin: 2px;
	border: 1px solid #FFF;
	background-color: #D8DEE2;
	color: #000000;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.table_padding {
	padding: 10px;
}

.nom_bien_fiche {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.prix_bien_fiche {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.details_bien_fiche {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.table_recherche {
	border: 1px solid #006633;
	background-color: #00CC66;
	color: #000000;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.button_envoyer {
	color: #FFF;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #00CC66;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #006633;
	border-right-color: #00CC66;
	border-bottom-color: #00CC66;
	border-left-color: #006633;
	font-weight: bold;
}
.nom_bien_liste {
	font-weight: bold;
}
.detail_bien_liste {
	font-weight: normal;
}
.prix_bien_liste {
	font-weight: bold;
}
.table_bien_photos {
	background-color: #006633;
}

