/* 
Document   : home
Created on : 6 janv. 2009, 10:31:22
Author     : dchemineau
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}


div#homeflash{
    width:100%;
    height:240px;
    overflow:hidden;
}
div#txtHomePage{
    overflow:hidden;
    height:144px;
    background-image: url(../images/logo.jpg);
    background-repeat:no-repeat;
    background-position:left center;
    padding-left: 240px
}
p#titleHome{
    color:#92A5C5;
    font-size:14px;
    font-style:italic;
    font-weight:bold;
    margin-top:17px;
}
p#paraHome{
    color:#777777;
    font-size:12px;
    font-weight:bold;
    line-height:21px;
    margin-top:3px;
    width:374px;
}
div#caroussel{
    width:100%;
    height:209px;
    overflow:hidden;
}
div#gdVignette{
    background-color:#000000;
    display:none;
    height:240px;
    width:100%;
}