/* GENERAL */

html {
  background-color: #A7E2A0;
}

body {
  width: 750px;
  margin: 10px auto;
}

iframe {
  margin: 0;
  padding: 1px;
  text-align: center;
}

a {
  font-weight: bold;
  color: #006600;
}

a:link {
  color: black;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

div.MoreInfos {
  text-align: right;
  margin-top: 10px;
  font-style: italic;
  padding: 2px;
}

div.MoreInfos a {
  padding: 5px;
}

div.MoreInfos a:hover {
  color: white;
  background-color: #006600;
}

table {
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

tr {
  border: none;
  padding: 0;
  margin: 0;
}

td {
  border: none;
  padding: 0;
  margin: 0;
}

th {
  border: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

/* IDENTIFIED */

img#Logo {
  display: block;
  float: left;
}

#PageHeader {
  background-image: url("images/bandeauhaut.jpg");
  height: 137px;
  padding-right: 15px;
  color: #008800;
  font-size: 120%;
}

#HeaderInfos {
  width: 100%;
  text-align: left;
  margin-left: 160px;
  padding-top: 5px;
  text-shadow: silver 1px 1px;
}

#HeaderInfos .Company {
  font-weight: bold;
  font-size: 120%;
}

#Menu {
  padding: 0;
  margin: 0;
  vertical-align: top;
  width: 153px;
  background-image: url("images/tronc-gauche.gif");
}

#Menu .Menu1 {
  width: 153px;
  height: 37px;
  margin-bottom: 15px;
  background-image: url("./images/bouton-background.jpg");
}

#Menu .Menu1:hover {
  background-image: url("./images/bouton-background-hover.jpg");
}

#Menu .Menu1 a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 8px;
  vertical-align: middle;
  text-align: center;
  color: #006600;
  text-shadow: white 1px 1px;
  font-style: italic;
  font-family: sans-serif;
  font-size: 10pt;
}

#Menu .Menu1 a:hover {
  text-decoration: underline;
}

#Content {
  padding: 10px;
  margin: 0;
  vertical-align: top;
  background-color: white;
  font-family: sans-serif;
  font-size: 10pt;  
}

#Content h1 {
  color: #006600;
  text-shadow: silver 2px 2px;
  border-bottom: 1px solid silver;
}

#Content h2 {
  color: #006600;
  font-size: 120%;
  text-decoration: underline;
  border-top: 1px solid #AAFFAA;
  padding-top: 10px;
}

#Content p {
  text-align: justify;
}

#Content p.Banner {
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  color: #006600;
  text-shadow: #AAFFAA 2px 2px;
}

#Content .BoxRight {
  display: block;
  float: right;
  margin: 0 0 5px 5px;
  padding: 5px;
}

#Content table.Horiz1 {
  border: 1px solid #AAFFAA;
}

#Content table.Horiz1 tr {
}

#Content table.Horiz1 tr.rowodd {
  background-color: #AAFFAA;
}

#Content table.Horiz1 tr.roweven {
  background-color: white;
}

#Content table.Horiz1 th {
  text-align: center;
  text-shadow: white 1px 1px;
  padding: 5px 10px;
}

#Content table.Horiz1 td {
  padding: 5px 10px;
}

#Content table.Dimensions {
  padding: 5px;
  text-align: center;
}

#Content table.Dimensions td.Dimension {
  text-align: right;
  font-weight: bold;
}

#Content .Abri {
  border: 1px solid silver;
  padding: 5px;
  margin-bottom: 10px;
  min-height: 150px;
}

#Content .Abri h2 {
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

#Content .Abri img.thumbnail {
  display: block;
  float: left;
  clear: left; 
  margin-right: 5px;
  margin-bottom: 5px;
}

#Content .Abri .Epaisseur {
  margin: 0;
  font-weight: bold;
}

#Content .Abri .Surface {
  margin: 0;
  font-weight: bold;
}

#Content .Abri .Essence {
  margin: 0;
  font-weight: bold;
}

#Content .AbriDetail {
  border: none; 
}

#Content .AbriDetail .Resume {
  font-weight: bold;
  font-style: italic;
  font-size: 120%;
}

#LambrisDroit {
  background-image: url("images/lambrisdroit.gif");
  vertical-align: top;
  width: 16px;
}

#PageFooter {
  width: 100%;
  height: 37px;
  padding: 0;
  background-image: url("images/trait-bas.gif");
  text-align: center;  
  text-shadow: silver 1px 1px;
  color: #006600;
  font-size: 80%;
}

#PageFooter .Content {
  padding-top: 9px;
}

.InfosLegales * {
  font-style: italic;
  text-align: justify;
}

.InfosLegales h1 {
  font-size: 110%;
}

.Centered * {
  text-align: center !important;
}

#Liens {
  width: 100%;
}

#Liens td {
  vertical-align: middle;
  padding: 5px;
  margin: 5px;
  height: 40px;
  text-align: center;
}

#Liens td a {
  display: block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #AAFFAA;
}

#Liens td a:hover {
  border: 2px solid #AAFFAA;
  padding: 4px;
}