@charset "iso-8859-1";
/* CSS Document */

BODY {
    color:#FFFFFF;
    background-color:#FFF;
    margin:0;
    /* pour éviter les marges */
    text-align:center;
    /* pour corriger le bug de centrage IE */
    height:100%;
    padding:0;
    width:100%;
}

#site{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:100%; text-align:center;
    height:413px;
    background-image:url(../img/structbody-1-pixel.jpg); background-repeat:repeat-x;
}
#trainees  { height:304px; width:100%; background-image:url(../img/struct-trainees.jpg); background-repeat:no-repeat; text-align:center; background-position:center top;}
#trainees-int { width:783px;}
#stuctlogo { width:378px; height:134px; background-image:url(../img/structhome-logo.png); background-repeat:no-repeat; background-position:bottom;}

HTML, BODY, TABLE {
    height:100%;
    margin:0;
    padding:0;
    width:100%;
}
