html{
            height: 100%;
            width: 100%;
            }

 #content{
               position: absolute;
               width: 800px;        /* selon la largeur voulue */
               margin-left: -400px; /* moitie de width */
               left: 50%;           /* constant, toujours 50% */
               height: 600px;       /* selon la quantite de texte */
               margin-top: -300px;   /* moitie de height */
               top: 50%;            /* constant, toujours 50% */
               }

body {
    margin:0px 0px 0px 0px; 
    padding:0px 0px 0px 0px; 
    color:#888888;
    background-color:#D1D0CC;
    font-size:16px;
}
br {
    line-height:0px;
}
td {
    font-size:16px;
    font-weight:normal;
    font-family:verdana, tahoma, arial;
    vertical-align:top;
    line-height:14px;
}


a
{
color:#888888;
text-decoration: none;
}

a:hover
{
color:#75A7D2;
}


