/* toiture.css */

#MainContent .strong {
  font-weight: bold;
}

#EtudeBox .TitleOrangeArrow {
  color: #003466;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 29px;
  padding-left: 5px;
  border-bottom: 1px solid #003466;
  border-left: 7px solid #003466;
  margin: 0 0 10px 0;
}

#EtudeBox .required {
  color: red;
} 

#InvestissementBox .table {
  margin-bottom: 10px;
}

#ToitureBox .photoContent,
#TerrainBox .photoContent,
#InvestissementBox .photoContent {
  float: left;
  margin-right: 10px;
}

#ToitureBox .table tr td,
#InvestissementBox .table tr td {
  border: 2px solid white;
  font-size: 12px;
  padding: 5px;
}

#ToitureBox .header,
#InvestissementBox .header  {
  background: #6195c7 url(/images/table/header.gif) repeat-x top; 
  color: white;
  font-weight: bold;
  text-align: center;
}

#ToitureBox .header a {
 color: white;
 text-decoration: none;
}

#ToitureBox .one,
#InvestissementBox .one {
  background-color: #cfe0f0;
}

#ToitureBox .two,
#InvestissementBox .two {
  background-color: #b4d0e6;
}

#ToitureBox ul.right li {
  margin: 4px 20px;
}

#ToitureBox ol {
  margin: 10px 0px;
  font-size: 16px;
  list-style-type: upper-roman;
  color: #FC6E0D;
  margin-left: 20px;
}

#ToitureBox ol li a {
  color: #314f9c;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.1px;
}
#ToitureBox ol li a:hover {
  text-decoration: underline;
}

/* TechnicalBox */
#TechnicalBox {
  width: 205px;
  background: white;
  float: right;
  margin: 10px 5px 0 13px;
  font-size: 11px;
}
#TechnicalBox .name {
  color: #A5021A;
  margin-left: 10px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}
#TechnicalBox .object {
  font-weight: bold;
  margin: 5px 10px;
}
#TechnicalBox .label {
  color: #177298;
  margin-left: 10px;
  font-weight: bold;
  text-decoration: underline;
}
#TechnicalBox .law {
  margin: 5px 0 0 25px;
  padding: 0;
}
#TechnicalBox .law li {
  margin-bottom: 3px;
  text-align: left;
  font-size: 10px;
}
#TechnicalBox .validity {
  margin-left: 10px;
}
#TechnicalBox .validity .label {
  margin-left: 0;
}

#EtudeBox {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 570px;
  font-weight: normal;
  text-align: justify;
  color: black;
  min-height: 600px;
  display: table;
}

#EtudeBox form td {
  padding: 5px 0 0 10px;
}