#infosBox {
  margin: 0;
  font-family: sans-serif;
  font-size: 12px;
  background: white url(/images/boxes/BigBoxesBackground) repeat-x bottom;
  height: 400px; 
  text-align: justify;
  display: table-cell;
}

#infosBox H1{
  margin: 30px 0 10px 0;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #30348F;
  background: transparent url(/images/triangles.gif) no-repeat right;
  clear: both;
  margin: 10px;
}

#infosBox p{
  padding: 0 10px;
  text-align: justify;
}
