/* home.css */

.lawTable td {
  border: 2px solid white;
  margin: 10px;
  vertical-align: top;
  width: 400px;
  background: transparent url(/images/home/background.gif) repeat-x bottom;  
}

.lawTable td img {
  margin: 10px 15px; 
}

.lawTable h1 a {
  font-size: 14px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  padding-left: 10px;
  line-height: 25px;
  width: 390px;
  font-weight: bold;
  background: transparent url(/images/menu/hover.gif) repeat-x left; 
}

.lawTable h2 {
  margin-left: 15px;
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: underline;
  color: #072999;
}

.label {
  font-weight: bold;
  text-decoration: underline;
  color: #072999;
} 

.lawTable p {
  font-size: 12px;
  padding: 2px 15px;
}

.lawTable ul {
  padding-left: 30px;
}

.lawTable ul li {
  font-size: 12px;
  padding: 2px 0;
}

.lawTable ul li a {
  color: black;
}

.lawTable ul li a:hover {
  color: #633900;
}

.bt_devis a {
  background: url(/images/home/bt_simulation.gif) no-repeat top center;
  width: 200px
  height: 30px;
  line-height: 30px;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  color: black;
  padding: 18px;
}

p.bt_devis a:hover {
  background: url(/images/home/bt_simulation.gif) no-repeat bottom center;
}
