﻿/* MASTER PAGE DEFINITION THEME DEFAULT IE6 */

#divMasterPage 
{
    position : relative;                  
    margin-left : auto;
    margin-right : auto;      
    
    margin-top : 13px; 
    width : 980px;  
            
    /*   980-950 = 30/2 = 15 */ 
    padding-left : 15px; /* Spe IE*/
    padding-right : 15px; /* Spe IE*/
    
}

#divMasterPageEntete
{
    position : relative;          
    background-image : url(../images/fondHautBridge1.jpg); /* Spe IE*/
    background-repeat : no-repeat;        
    width : 950px; /* Spe IE*/    
    height : 210px;
    margin-left : 0px;    
    margin-top : 0px;       
}

#divMasterPageCorps
{
    position : relative;
    background-image : url(../images/fondMilieu1.jpg); /* Spe IE*/  
    background-repeat : repeat-y;    
    width : 950px; /* Spe IE*/    
    margin-left : 0px;    
    margin-top : 0px;               
    padding-left : 12px; /* Spe IE*/ 
    padding-right : 13px; /* Spe IE*/     
    /* ThmIE6 950 - 12 -13 = 925px*/
}

#divMasterPageContent
{
    position : relative;    
    
    width : 925px; /* ThmIE6 950 largeur fond - 12 -13 = 925px*/        
    margin-left : 0px;
    margin-top : 0px;       
    overflow : auto; /* permet d'englober les div flottants (float) dans son flux */
    
}

#divMasterPageBasDePage
{
    position : relative;          
    background-image : url(../images/fondBas1.jpg); /* Spe IE*/  
    background-repeat : no-repeat;    
    background-position : left bottom;    /* image venant par le bas et caler a gauche*/
    width : 950px; /* Spe IE*/  
    height : 40px;
    margin-left : 0px;    
    margin-bottom : 0px;    
    padding-left : 12px;  /* Spe IE*/ 
    padding-right : 13px; /* Spe IE*/ 
    padding-bottom : 10px;     /* Spe IE*/ /* TODO A calculer precisement avec photoshop*/    
}

#divMasterPageBasDePageContent
{
    position : relative;    
    width : 925px; /* 950 largeur fond - 12 - 13 de marges internes = */
    margin-left : 0px;
    margin-top : 0px;             
    /*todo*/
}

#divMasterPageEnteteTitreSpe
{
    position : absolute;    
    width: 925px;
    height: 27px; /* Attention doit etre identique quelque soit le browser*/
    top: 183px;
    left: 0px;
    margin-left : 0px;
    margin-top : 0px;   
    margin-left: 10px;
}
