
/* *********************************
			CSS HOME
************************************ */
    
    /* Gestion background*/
    /*#FOND{
        position:absolute;
        z-index:1;
    }*/
    #FOND .tx-hpoindexbdd-pi1 .accroche{
        position:absolute;
        z-index:3;
        width: 120px;
        height: 70px;
        bottom: 250px;
        left:50%;
        margin-left: -450px;
        padding-left: 25px;
        padding-right: 35px;
        padding-top: 60px;
        padding-bottom: 40px;
        overflow:hidden;
        background:url('../imgs/coeur.png') no-repeat top left;
        color: #929494;
        font-size: 9px;
    }                
        * html #FOND .tx-hpoindexbdd-pi1 .accroche {
            background: none;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader('enabled=true, sizingMethod=crop src=fileadmin/templates/skin/default/imgs/coeur.png');
        }
    
    #FOND .tx-hpoindexbdd-pi1 .accroche h3{
    	color: #47bace;
    	font-weight: bold;
    	font-size: 12px;
	}
    
    #FOND .tx-hpoindexbdd-pi1 .link {
        margin-top:4px;
    }
        #FOND .tx-hpoindexbdd-pi1 .link A{
        	font-weight: bold;
        	font-size: 9px;
            display:block;
            width: 65px;
            height:15px;
            background:url('../imgs/coeur_plus.png') no-repeat;
        }

        #HEADER #logo{
            width:287px;
            height:110px;
            background:url('../imgs/logo_home.png') no-repeat;
        }
            * html #HEADER #logo{
                background: none;
                cursor:hand;
                filter:progid:DXImageTransform.Microsoft.AlphaImageLoader('enabled=true, sizingMethod=crop src=fileadmin/templates/skin/default/imgs/logo_home.png');
            }
            	
        
/* *********************************
			DIV CONTAINER
************************************ */

    #MAIN {
        top:auto;
        bottom: 25px;
    }
	    #MAIN #CONTAINER {
	    	width:951px;
            height: 172px;
            overflow:hidden;
	    }
        *:first-child+html #MAIN #CONTAINER{
            height: 180px;
        }
/* *********************************
            DIV CONTENT
************************************ */
    #CONTAINER #CONTENT {
        float:none;
        width: 921px;
        height:auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 6px;
    }
    
    	#RTE_CONTENT, #RTE_CONTENT a {
    		color:#4E5455;
			font-size:10px;
			line-height:14px;
		}
    
    	#CONTAINER #CONTENT #RTE_CONTENT .corporate .col3first{
    		width: 368px;
    		background:url('../imgs/sep_vertical.png') no-repeat top right;
		}
			
			#CONTAINER #CONTENT #RTE_CONTENT .corporate .col3first .firstCol {
				width: 167px;
			}
			#CONTAINER #CONTENT #RTE_CONTENT .corporate .col3first .lastCol {
				width: 193px;
			}
		
    	#CONTAINER #CONTENT #RTE_CONTENT .corporate .col3second{
    		width: 368px;
    		height: 148px;
    		padding-left: 10px;
    		background:url('../imgs/sep_vertical.png') no-repeat top right;
		}
            #CONTAINER #CONTENT #RTE_CONTENT .corporate .col3second .news0{
                background: url(../imgs/sep_horizontal_menu.png) repeat-x  bottom;
                padding-bottom: 7px;
                margin-right: 10px;
            }
            #CONTAINER #CONTENT #RTE_CONTENT .corporate .col3second .news1{
                margin-top: 5px;
            }
            #CONTAINER #CONTENT #RTE_CONTENT .corporate .col3second .news0 h2 a,
            #CONTAINER #CONTENT #RTE_CONTENT .corporate .col3second .news1 h2 a{
                color:#333366;
                text-decoration: none;
                font-size: 12px;
            }
            #CONTAINER #CONTENT #RTE_CONTENT .corporate .col3second .news0 .chapeau a,
            #CONTAINER #CONTENT #RTE_CONTENT .corporate .col3second .news1 .chapeau a{
                display: block;
                width: 64px;
                height: 15px;
                background: url(../imgs/btn_suite.gif) no-repeat;
                text-decoration: none;
                margin: 3px 0 0;
            }
		
		#CONTAINER #CONTENT #RTE_CONTENT .corporate .col3third{
    		width: 165px;
    		padding-left: 10px;
		}
		
/* *********************************
            DIV FOOTER
************************************ */
    #FOOTER {
        position:absolute;
        z-index:1;
        left:50%;
        margin-left:-475px;
        bottom:-325px;
        /*bottom:-350px;*/
        height: 350px;
        width:951px;
        overflow:hidden;
    }
