
/* *********************************
			CSS HOME
************************************ */
    
    /* Gestion background*/
    /*#FOND{
        position:absolute;
        z-index:1;
    }*/
    #FOND .tx-hpoindexbdd-pi1 .accroche{
        position:absolute;
        z-index:3;
        width:138px;
        height:98px;
        bottom:275px;
        left:50%;
        margin-left:0;
        padding:30px;
        padding-top:50px;
        padding-bottom:50px;
        
        overflow:hidden;
        background:url('../imgs/bkg_mav.png') no-repeat top left;
    }                
        * html #FOND .tx-hpoindexbdd-pi1 .accroche {
            background:url('../imgs/bkg_mav.gif') no-repeat top left;
            filter:alpha(opacity=70);
            opacity: 0.7;
        }
    #FOND .tx-hpoindexbdd-pi1 .position0{
        margin-left:-425px;
    }
    #FOND .tx-hpoindexbdd-pi1 .position1{
        margin-left:-100px;
    }
    #FOND .tx-hpoindexbdd-pi1 .position2{
        margin-left:225px;
    }
        
    #FOND .tx-hpoindexbdd-pi1 .link {
        margin-top:4px;
    }
        #FOND .tx-hpoindexbdd-pi1 .link A{
            display:block;
            width:65px;
            height:13px;
            background:url('../imgs/ico_link.gif') no-repeat;
        }

/* *********************************
			DIV CONTAINER
************************************ */

    #MAIN {
        top:auto;
        bottom:0;
    }
	    #MAIN #CONTAINER {
            padding-bottom:0;
            background:none;
            height:227px;
	    }
            
            * html #MAIN #CONTAINER{
                background:none;
                filter:alpha(opacity=100);
                opacity: 1;
            }

/* *********************************
            DIV CONTENT
************************************ */
    #CONTAINER #CONTENT {
        float:none;
        width:auto;
        height:auto;
    }
    
/* *********************************
            DIV FOOTER
************************************ */
    #FOOTER {
        position:absolute;
        z-index:1;
        left:50%;
        margin-left:-475px;
        bottom:0;
        bottom:-345px;
        height:345px;
        *bottom:-360px;
        *height:365px;
        width:950px;
        overflow:hidden;
    }
