    body {
        text-align:       center;
        font-family:      geneva, arial, sans-serif;
    }
    .titre {
        float:            left;
        font-weight:      normal;
    }
    
    .index {
        width:            510px;
        height:           510px;
        margin:           2px auto;
        padding:          0px;
        background-image: url(fd.jpg);
        background-color: #ffffff;
        border-top:       1px #dedeff solid;
        border-bottom:    1px #dedeff solid;
        border-right:     1px #dedeff solid;
        border-left:      40px #dedeff solid;  
        text-align:       left;
        font-family:      geneva, arial, system, sans-serif;
        font-size:        0.8em;       
    }
    
    .navigation {
        float:            right;
        background-color: #404040;   
        padding-right:    2px;
        padding-left:     2px;
        margin-right:     2px;
        margin-left:      2px;
    }
    .nav {
        color:            #ffffff;
    }
    a:link {
        text-decoration:  none;
    }
    a:visited {
        text-decoration:  none;
    }
    a:hover {
        text-decoration:  underline;
    }
    .signature {
        font-size:        0.7em;
    }
    p {
        margin-top:       6px;
        margin-left:      120px;
        border-bottom:    1px #dedede solid;
    }
    hr {
        display:          none;
    }
    table {
       
    }
    td {
        font-size:        0.8em;
    
    }
