body {
    background-color:#000000;
}
div {
	text-align:center;
	}
div#bandeau {
	width:1200px;
	height:200px;
	background-color:#000000;
	}
div#bandeau_left {
    top:8px;
    width:250px;
    height:200px;
    background-color:#000000;
}
div#bandeau_right {
    position:absolute;
    top:8px;
    left:188px;
    width:950px;
    height:200px;
    background-color:#000000;
    background-image:url(PH2.jpg);
    background-position:center left;
    background-repeat:no-repeat;
}    
div#menu {
	width:250px;
	height:800px;
	background-color:#000000;
    /*opacity:0.1;*/
	background-image:url(PC2.jpg);
	background-repeat:no-repeat;
    border: 0px solid #000000;
    /*overflow:hidden;*/
    background-attachment:scroll;
    z-index=10;
	}
div#menu_haut {
	width:250px;
	height:800px;
    /*background-color:#000000;*/
	}
div#menu_bas {
	width:250px;
	height:00px;
	}
div#contenu {
	float:left;
    position:absolute;
    left:258px;
    top:208px;
    width:950px;
	height:auto;
    overflow:hidden;
	}
div#contenu_haut {
    width:950px;
    height:400px;
    background-color:#000000;
}
div#contenu_bas {
    position:absolute;
    top:400px;
    width:950px;
    height:400px;
    background-color:#000000;
}
div#pied_page {
    position:absolute;
    top:900px;
	clear:both;
	width:1200px;
	height:50px;
	background-color:#000000;
	}
img{
	display:block;
	margin:0 auto;
}

