/*------------------------------------------------------------------------------
    CSS Document (http://www.w3.org/Style/CSS/)

    project:    Jardiland
    created:    2009-01-08
    author:     Vincent Valentin

    summary:    PRINT
                EOF
----------------------------------------------------------------------------- */
/*  =PRINT
----------------------------------------------------------------------------- */
body
{
    background-color:#FFF;
    color:inherit;
}
.col-2
{
    margin-bottom:20px;
}
.col-1,
.col-4,
#footer,
#header-flash,
#menu,
#tools
{
    display:none;
}
#header
{
    background-color:#032;
    color:inherit;
    height:175px;
}
#header,
#page
{
    overflow:visible;
    margin:0;
    padding:20px 20px 0;
    width:auto;
}
.home .col-1
{
    display:block;
    float:none;
    width:475px;
    margin-bottom:20px;
}
.home .col-1 .bullet-1
{
    clear:both;
    padding-top:20px;
}
/*  =EOF
----------------------------------------------------------------------------- */