.dummy {
	
}

/* Général */

body {
  margin: 0px;
}

td {
  font-family: Tahoma, Verdana, Sans-serif;
  font-size: 10pt;
  vertical-align: baseline;
  color: black;
}

a {
  color: #003366;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.greenBackground {
	background: #BCD1B8;
	border: none;
}


/* Header */

.header 
{
  width: 720px;
  height: 151px;
  background-image: url(../images/header.jpg);
  border: none;
}


/* Footer */

.footer 
{
  background-image: url(../images/footer.jpg);
  border: none;
  padding-left: 6px;
  padding-right: 2px;
  padding-top: 4px;
  padding-bottom: 3px;
}


/* Menu */

.menu {
  display: block;
  float: left;
  background-image: url(../images/menu_bg.gif);
  background-repeat: repeat-x;
  height: 25px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  font-weight: bold;
  text-decoration: none;
  color: black;
  overflow: hidden;
}

.menu:hover {
  background-image: url(../images/menu_bg_on.gif);
  color: white;
  text-decoration: none;
}

.menuWrap {
  display: inline-block;
  border-left: 1px solid #52794C;
  border-right: 1px solid #52794C;
  height: 25px;
  overflow: hidden;
  margin-right: 4px;
}

.innerBody {
  font-family: Tahoma, Verdana, Sans-serif;
  font-size: 10pt;
  color: black;
  background-image: url(../images/shadow.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-color: white;
}

/* Corps */

.big {
  font-size: 12pt;
}

.small {
  font-size: 8pt;
}

.bold {
  font-weight: bold;
}

.bigEmphasis {
  font-size: 10pt;
  font-weight: bold;
}

.encadre {
  display: block;
  width: 100%;
  padding: 4px;
  color: white;
  font-weight: bold;
  background-color: #52794C;
}

.separator {
  display: block;
  height: 1px;
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 2px;
  border-top: 1px solid #52794C;
}

.error {
  text-align: center;
  color: #660000;
  font-weight: bold;
}

.clear {
  clear: both;
}

.cl {
  clear: left;
}

/* Fiche */

.label {
  float: left;
  font-weight: bold;
  width: 200px;
  overflow: hidden;
}

.data {
  float: left;
}

.photo {
  width: 110px;
  height: 75px;
  float: left;
}

.vendu {
  width: 110px;
  height: 75px;
  float: right;
}

.venduText {
  color: #BC0000;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}

.details {
  float: left;
  margin-top: 2px;
}

.propLeft {
  float: left;
  width: 560px;
  margin-right: 20px;
}

.propRight {
  float: left;
  margin: 8px;
  text-align: center;
  width: 100px;
  height: 75px;
}

.cinfo {
  //border: 1px solid #52794C;
  padding: 10px;
  
  background: white;
}

