body{
	margin: 0px;
    background: #083157;
    /* IE SCROLLBAR */
    scrollbar-face-color: #266BB8;    /*1 couleur generale*/
    scrollbar-shadow-color: #330066;    /*2  couleur ombres*/
    scrollbar-highlight-color: #266BB8;    /*3 couleur generale*/
    scrollbar-3dlight-color: #266BB8;    /*3 couleur generale*/
    scrollbar-darkshadow-color: #330066;    /*2 couleur ombres*/
    scrollbar-track-color: #B9DEFB;    /*4 couleur bande dessous*/
    scrollbar-arrow-color: #ffff33;    /*5 couleur fleche*/
    /* IE SCROLLBAR */
}

table.centresite{ 
    width: 891px;
    height: 99%;
    background: #083157;
}

table.centresite tr td.gauche{ 
	background: #083157 url(../images/ombregauche.jpg) no-repeat right;
    height: 675px;
    width: 32px;
}

table.centresite tr td.droite{ 
	background: #083157 url(../images/ombredroit.jpg) no-repeat left;
    height: 675px;
    width: 32px;
}
table.centresite tr td.haut{ 
	background: #083157 url(../images/ombrehaut.jpg) no-repeat bottom;
}
table.centresite tr td.bas{ 
	background: #083157 url(../images/ombrebas.jpg) no-repeat top;
}
table.site tr td.centre{ 
    background: #083157;
    height: 675px;
    width: 827px;
}