
/* concerne toute la page */
        body {
            background-color : #444 ;
        }
        a:link, a:visited, a:active {
            color : black ;
            text-decoration : none ;
        }
        div#page {
            width : 1024px;
            margin-right : auto;
            margin-left : auto;
            border : 1px solid #fff;            
        }
/* ****************************** */                
/* concerne le bandeau */        
        div#bandeau {            
            background-image : url(./img/fond_rose.jpg) ;
            height : 270px;
            text-align : center ;
            position : relative ;
            overflow : hidden ;
        }
        #logo_meuble {
            padding-top : 0 ;
        }
        #txt_confiance {
            display:none ;
            font-family : sans ;
            font-size : 18pt ;
            color : #4d3b34 ;
        }
        #literie {
            position : absolute ;
            top : 160px ;
            left :-260px ;   /* 40px*/
        }
        #dressing {
            position : absolute ;
            top : 50px ;
            left : -250px ;     /* 20px */
        }
        #ameublement {
            position : absolute ;
            top : 50px ;
            left : 1015px ;    /* 740px */
        }
        #cuisines {
            position : absolute ;
            top : 160px ;
            left : 1015px ;     /* 740px */
        }
        
/* ****************************** */  
/* les boutons de navigation dans le site */     
        #navigation {
            height : 60px ;
            background-image : url(./img/degr-blanc.png) ;
            position : relative ;           
        }
        
        .btBoutons:link, .btBoutons:visited, .btBoutons:active,.btBoutons:hover { 
            position : absolute ;               
            top :5px ;    
            background-color : #444 ;    
            font-family: 'Open Sans', sans-serif;
            font-size : 15pt ;
            color : #fff ;            
            width : 150px ; 
            text-align : center ;            
            padding : 3px ; 
            display : block ;           
        }
        .btBoutons:hover {
            color : red ;
        }
         #btMagasin {
            left : 20px ;
        }
        
        #btLiterie {
            left : 160px;
        }
        #btDressing {
            left : 300px;
        }
        #btAmeublement {
            left : 440px;
        }
        #btCuisines {
            left : 580px;
        }
        #leBlog:visited, #leBlog:link, #leBlog:active, #leBlog:hover  {            
            position : absolute ;
            top : 3px;
            left : 830px ;            
        }
        #leBlog:hover {
            background-color : red ;
        }  
/* *********************************** */  
/* boutons de navigation dans la page */      
        #sousNavigation {
            height : 45px ;            
            padding-left : 100px ;         
        }   
        .sousBt:link, .sousBt:visited, .sousBt:active,.sousBt:hover {
            float : left ;
            display : block ;
            margin-right : 20px ;
            margin-top : 10px ;
            font-family: 'Open Sans', sans-serif;
            font-size : 15pt ;
            background-color : #eee ;  
            width : 200px ; 
            text-align : center ;             
            border : 1px solid black ;
                           
        }
        .sousBt:hover {
            color : red ;
        }              
            
/* ************************************* */
        #piedDePage {
             clear : both ;
             background-image : url(./img/fond_rose.jpg) ;
             font-family: 'Open Sans', sans-serif;
             font-size : 12pt ;
             color : white ;
             text-align : center ;
             border : 1px solid black ;
             padding : 5px ;
        }        
/* ******************************************* */
        h1 {
            font-family: 'Open Sans', sans-serif;
            font-size : 20pt ;
            font-weight: bold ;
            color : #000 ;  
            margin : 0 ;
            margin-top : 10px ;
        }
        h2 {
            font-family: 'Open Sans', sans-serif;
            font-size : 20pt ;
            font-weight: normal ;
            color : #000 ;
            margin : 0 ; 
            margin-top : 10px ;             
        }
        p {
            font-family: 'Open Sans', sans-serif;
            font-size : 16pt ;
            color : #000 ;  
            margin : 0 ; 
            margin-top : 10px ;  
        
        }
        .abs {
            position : absolute ;
        }
        .radsha {            
            position : absolute ;
            display : block ;
            border : 8px solid #666 ;
            border-radius : 8px ;
            box-shadow: 6px 6px 10px #888;
            /*cursor : url("./img/essai.cur"),default ;*/
         }
         .etiquette {
            position : absolute ;
            margin : 0 ;
        }
/* ************************************* */        
        #grise {
            position : absolute ;
            top :0 ; left : 0 ;
            z-index : 5 ; 
            background-image : url(./img/opacity.png) ; 
        }
        .caspol {
            position : absolute ;
            top : 0 ;
            left: 0 ;
        }
