/** Layout **/
	/* Cache les barres de scroll */
	body{overflow:hidden}

	/** Containers **/
	#mainContainer{overflow:visible;height:100%;width:100%;left:0}
	#headerContainer,#maincontentContainer{top:0;bottom:0;height:100%;text-align:center}
	#headerContainer{position:absolute;left:0}
	#maincontentContainer{position:fixed;right:0}

	/** Blocks du site **/
	#header,#maincontent{height:100%;margin:0}
	#header{overflow:hidden}
	#maincontent{position:absolute;overflow:auto;right:0;left:0;width:100%}
	* html body #maincontent{position:relative}/*IE6 hack*/
    
/** Configuration **/
	/** Containers **/
	#headerContainer{width:190px;background: url('../images/diwaize.jpg') no-repeat top left}
	#maincontentContainer{left:190px}
	* html body{padding:0 0 0 190px}/*IE6 hack*/

	/** Blocks du site **/
	#header{width:190px;margin-top:0}
    #header-menu{margin-top:-40px;margin-left:15px;width:190px}
    #content{margin-top:70px;margin-left:70px;padding-bottom:100px}
