/** Layout **/
    /* Force la barre de scroll verticale sur FF pour éviter
       les sauts avec les sites centrés */
    html{overflow-y:scroll}
	body{min-width: 1000px;}
    /** 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}
    #footer{position:relative}

    /** Configuration des blocks du site **/
    #header,#maincontent,#footer{width:1000px}
    #header{height:124px}
    #footer{height:291px}

    #header-menu{top:0;height:124px;width:1000px}
    #maincontent{width:1000px;margin: 0 auto;position:relative;}
    #content{width:925px;_width:1000px;padding:0 35px 0 40px}
	
	
