/*
Version    Date        Auteur            Contact
======================================================================
5    08/2009        Grégory Veys        gregory_veys@yahoo.fr
*/

body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

#corps {
    position:absolute;
    top:10px;
    bottom:10px;
    left:20px;
    right:20px;
    border-width:medium;
    border-style:none;
    border-color:#000000;
    text-align:center;
    padding-top:120px;
}
    #corps a:link, a:visited {
        text-decoration:none;
        color:#0000CC;
    }
    #corps a:hover, a:active {
        text-decoration:underline;
        color:#CC0000;
    }
