/** Layout **/
    /* Force la barre de scroll verticale sur FF pour éviter
       les sauts avec les sites centrés */
    html{overflow-y:scroll}

    /** Containers **/
    /* Centrage du site pour IE en quirks mode */
    #headerContainer,#maincontentContainer,
    #footerContainer{text-align:center;clear:both}

    /** Blocks du site, centrés **/
    #header,#maincontent,#footer{margin:0 auto;overflow:hidden;clear:both}
	/** html body #maincontent{height:1px;overflow:visible}IE6 hack*/

    /** Menus **/
    #header-menu{position:absolute}
    #header-menu li{display:inline}
    #maincontent-menu{float:left;height:100%;overflow:visible}
    #content{float:left}
    #footer{position:relative}

    /** Configuration des blocks du site **/
    #header,#maincontent,#footer{width:1000px}
    #header{height:270px}
    #footer{height:183px;_height:273px}

    #header-menu{top:0;height:270px;width:1000px}
    #maincontent-block{width:775px;margin-right:10px;float:left}
    #maincontent-left-col{width:215px;margin-right:10px;float:left;overflow:hidden}
    #content{width:550px;margin-right:10px;float:left}
    #maincontent-right-col{width:215px;float:right;overflow:hidden}
    
    #content-2col{width:665px;float:left}
