/* CSS by jardin des dames */
/* CSS powered by myriam */
/* footer.css - parametre footer du site */

/***********   FOOTER  *********/
div#footer {
height : 250px;
   padding-top: 1.5em;
   background: #FFF url(../imgs/fd-footer.jpg) no-repeat right top;
}
div#footPresentation, div#footBoutique {
   float: left;
   height: 160px;
}
div#footPresentation, div#footBoutique, div#footJardin, div#foot_txt{
   padding: 0 5px 0 15px;
   font-size: 10px;
}
div#footPresentation h2, div#footBoutique h2, div#footJardin h2, div#foot_txt h2 {
   font-size: 10px;
}
div#footPresentation p, div#footBoutique p, div#footJardin p,  div#foot_txt p {
   line-height: normal;
}
div#foot_txt {
  padding: 5px 10px 5px 10px;
}

div#footPresentation {
   width: 277px;
}
div#footBoutique, div#footJardin {
   width: 320px;
}
div#footJardin {
   margin-left: 630px;
}
#footBoutique ul, #footJardin ul {
   margin:0 0 0 15px;
}
#footBoutique li, #footJardin li {
   list-style-type: disc;
}

