/* Copyright S.A.R.L. Novacréa. All Rights Reserved. */
/* Printing Cascaded Style Sheet */

html, body, table {
   color: #000;
   	font-size: 10px;
	line-height: 18px;
   font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

a,
div#topmenu,
div#menuV3,
div#header,
div.actionBiens,
div#footer  {display: none}

table {
    width: 100%;
	margin: 0;
	padding: 0;
}
table td, table th {
    border: 1px solid #000;
    padding: 0 3px;
}
div#imgBiens {
    position: relative;
    margin: 0 10px;
    height: 140px;
    background-color: #C6C7C8;
    text-align: right;
}
div#imgBiens img {
    float: left;
    display: block;
    margin: 10px 10px 10px 0;
}
div#imgBiens span, div#imgBiens h5 {
    padding: 0;
}
div#imgBiens .prixnetvendeurBien {
    position: absolute;
    bottom: 0;
    right: 0;
}
div.prixnetvendeurBien {
    float: right;
    height: 57px;
    line-height: 57px;
    font-size: 30px;
    color: #58585a;
}
h2 {
	font-size: 30px;
	line-height: 34px;
	text-align: center;
}
h4 {
    margin-left: 10px;
	font-size: 18px;
    line-height: 60px;
    height: 47px;
    color: #97be0d;
}
h5 {
	font-size: 18px;
	line-height: 28px;
    color: #97be0d;
}

h6 {
	font-size: 18px;
	line-height: 24px;
}

input {font-size: 12px}

legend {
	margin: 0 12px;
	padding: 0 12px;
   	font-size: 14px;
	line-height: 30px;	
	font-weight: bold;
	white-space: normal;
}

fieldset p {
	padding: 0 12px;
   	font-size: 14px;
	line-height: 30px;}

fieldset small {
	font-size: 10px;
	line-height: 22px;
}
	
input[type="button"], input[type="submit"], script {display: none;}

.important2 { color: #A52A2A}
.center {text-align: center}
.bold {font-weight: bold}