/* 
    Document   : home
    Created on : 04-juin-2009, 14:13:28
    Author     : Ludovic
    Description:
        Purpose of the stylesheet follows.
*/

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

body{
    background: url('../images/design/background_home.jpg');
}

div#wrap{
    background: url('../images/design/portail_noflash.jpg');
    width: 935px;
    height: 567px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -467px;
    margin-top: -283px;
}

div#wrap div#lg{
    position: absolute;
    left: 680px;
    top: 345px;
}

div#wrap div#lg a{
    text-align: center;
    width: 25px;
    display: inline-block;
    color: white;
    text-decoration: none;
}

div#wrap div#lg a:hover{
    background: #075d9a;
}


