
#center
{
    position:relative;
    width:966px;
    min-height:748px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
}
#menucenter
{
   position:absolute;
    top:5%;
    z-index:1;
}




#gammadiaText
{
     position:absolute;
    top:90px;
    left:10px;
    width:350px;
    font-size:12px;
    text-align:left;
    display:none;
}


.buttonHomeText
{
    position:absolute;
    top:8px;
    padding-left:35px;
    font-size:12px;
    width:200px;
    display:none;
}
/*initiative position is in the middle of the menuCenter, it's calculated by javascript*/
#boomCenter
{
    position:absolute;
    left:483px;
    width:0px;
    z-index:3;
    margin-top:0px;
}

#boomBackground
{
    position:fixed  ;
    margin-top:0px;
    margin-left:0px;
    z-index:0;
    filter:alpha(opacity=0);
    opacity:0.0;
    width:100%;
    height:100%;
}

#boomHeader
{   
    width:100%;
    height:110px;

    display:none;
}

#boomHeaderDisplayed
{   
    width:100%;
    height:110px;

    display:block;
}

#boomHeaderMenu
{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:100%;
}


#gammadiaHeader
{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:284px;
    height:50px;
    margin-top:10px;
    margin-bottom:20px;
}
#boomContentBackground
{
    position:relative;
    background-image:url('../NONSPIPIMG/boom/gammadia_page_milieu_entier.png');
    background-repeat:no-repeat;
    width:966px;
    height:656px;
    display:none;

}

#boomContentBackgroundDisplayed
{
    position:relative;
    background-image:url('../NONSPIPIMG/boom/gammadia_page_milieu_entier.png');
    background-repeat:no-repeat;
    width:966px;
    height:656px;
    display:block;

}


#boomContent
{
    position:relative;
    width:866px;
    height:625px;
    margin-left:auto;
    margin-right:auto;
    padding:20px;

}

#ajax_loader
{
    position:relative;
    margin-left:auto;
    margin-right:auto;  
    width: 128px;
    height: 15px;
    display:none;

}

#administration
{
    position:relative;
    float:left;
    text-align:left;
    bottom:10px;
    margin-left:5px;
     z-index:10;
}

#webmail
{   position:relative;
    float:right;
    text-align:right;
    bottom:10px;
    margin-right:5px;
    z-index:10;
}
#webmail > a, #webmail > a:hover ,#administration > a, #administration > a:hover
{
    text-decoration:none;
    color:#5d5d5d;
    
}
#footer
{
position:absolute;
bottom:5px;
width:100%;
}






