﻿/* MASTER PAGE DEFINITION THEME DEFAULT BROWSER PNG */

#divMasterPage 
{
    position : relative;                  
    margin-left : auto;
    margin-right : auto;
    margin-top : 0px;     /* ThmBrowserPng*/
    width : 980px;
    /* ThmBrowserPng*/
    padding-left : 0px; /* avant c etait : 5px, 5+6 = 11, 980-969 (969 px de large pour le fond V1)*/
    padding-right : 1px; /* avant c etait 6px; 5+6 = 11, 980-969 (969 px de large pour le fond V1) */
}

#divMasterPageEntete
{
    position : relative;          
    background-image : url(../images/OverbandeauHautWeb3D.png); /* ThmBrowserPng*/
    background-repeat : no-repeat;        
    width : 969px; /* ThmBrowserPng*/    
    height : 249px;
    margin-left : 0px;    
    margin-top : 0px;       
}

#divMasterPageCorps
{
    position : relative;
    background-image : url(../images/fondMilieu1.png); /* ThmBrowserPng*/
    background-position : 5px top;
    background-repeat : repeat-y;        
    width : 979px; /* 979 ThmBrowserPng*/        
    margin-left : 0px;    
    margin-top : 0px;       
    /* ThmBrowserPng*/
    padding-left : 0px; /* WEB 3D*/
    padding-right : 0px; /* WEB 3D*/    
    padding-top: 0px;
    /* overflow : hidden;  permet d'englober les div flottants (float) dans son flux */ /*WEB 3D car plus de pageContent*/ 
    /* methode maintenant avec dic "clear"*/
}

#divMasterPageContent /* ne sert plus pour le WEB 3D (diff de v1 et bridge)*/
{
    
    position : relative;        
    /* ThmBrowserPng*/
    width : 925px; /* 969 largeur fond - 22 de marge interne -22 = */            
    margin-left : 0px;
    margin-top : 0px;       
    overflow : hidden; /* permet d'englober les div flottants (float) dans son flux */
}

#divMasterPageBasDePage
{
    position : relative;          
    background-image : url(../images/fondBas1.png); /* ThmBrowserPng*/
    background-repeat : no-repeat;    
    background-position : left bottom;    /* image venant par le bas et caler a gauche*/        
    width : 969px; /* ThmBrowserPng*/        
    height : 40px;
    margin-left : 5px;    
    margin-bottom : 0px;
    
    
     /* ThmBrowserPng*/
    padding-left : 22px;
    padding-right : 22px;
    padding-bottom : 20px;        
}

#divMasterPageBasDePageContent
{
    position : relative;    
    width : 925px; /* 969 largeur fond - 22 de marge interne -22 = */
    margin-left : 0px;
    margin-top : 0px;           
    /*todo*/
}

#divMasterPageEnteteTitreSpe
{
    position : absolute;
    width: 925px;
    height: 27px; /* Attention doit etre identique quelque soit le browser*/
    top: 227px;
    left: 0px;
    margin-left : 0px;
    margin-top : 2px;   
    margin-left: 21px;
}