/* pac.css */

#PacBox .table {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: justify;
}

#PacBox .table tr td {
  padding: 5px;
  border: 1px solid white;
}

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


#PacBox .table .header .none {
  background: white;
}

#PacBox .table .one,
#PacBox .table .odd {
  background-color: #cfe0f0;
}

#PacBox .table .two,
#PacBox .table .even {
  background-color: #b4d0e6;
}

#PacBox .border {
  border: 1px solid black;
  padding: 10px;
}

/* Devis */

.presentationdevis td {
  padding: 0 6px;
}
.presentationdevis .box {
  width: 278px;
  height: 160px;
  margin-bottom: 5px;
}
.presentationdevis td img {
  margin: 0;
  padding: 0;
}
.presentationdevis .header {
  background: transparent url(/images/pac/devis/headerbox2.gif) no-repeat 1px;
  display: block;
  line-height: 20px;
  height: 20px;
}
.presentationdevis .header a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
#MainContent .presentationdevis p {
  margin: 0px 0;
}
.presentationdevis td p a {
  text-align: center;
  display: block;
  color: black;
}

.presentationdevis .link a {
  text-align: right;
  text-decoration: none;
  padding: 0 15px 0 0;
  color: #BD0000;
  font-size: 14px;
  font-weight: bold;
  margin-top: -25px;
}

#MainContent #PiscineInfos {
  display: none;
  position: absolute;
  padding: 10px 10px 0px 8px;
  font-size: 10px;
  width: 550px;
  height: 220px;
  color: #003466;
  z-index: 100;
  margin-top: 90px;
  padding-top: 24px;
  background: transparent url(/images/pac/devis/infos-bottom-left.gif) no-repeat left top;
}

#MainContent #GeothermiqueInfos {
  display: none;
  position: absolute;
  padding: 10px 10px 0px 10px;
  font-size: 10px;
  width: 550px;
  height: 220px;
  color: #003466;
  z-index: 100;
  margin: 90px 0 0 -290px;
  padding-top: 24px;
  background: transparent url(/images/pac/devis/infos-bottom-right.gif) no-repeat left top;
}

#MainContent #AirAirInfos {
  display: none;
  position: absolute;
  padding: 5px 10px 0px 8px;
  font-size: 10px;
  width: 550px;
  height: 105px;
  color: #003466;
  z-index: 100;
  margin: -120px 0 0 0px;
  background: transparent url(/images/pac/devis/infos-top-left.gif) no-repeat left top;
}
#MainContent #AirEauInfos {
  display: none;
  position: absolute;
  padding: 5px 10px 0px 10px;
  font-size: 10px;
  width: 550px;
  height: 105px;
  color: #003466;
  z-index: 100;
  margin: -105px 0 0 -290px;
  background: transparent url(/images/pac/devis/infos-top-right.gif) no-repeat left top;
}