div#page{
	width:1000px;
	height:auto;
	background-image:url(http://www.immobiliertoulouse.net/imgpartenaire/hautpartenaire_r2_c1.jpg);
}
#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 700px;
     margin-top: -200px; /* moitié de la hauteur */
     margin-left: -350px; /* moitié de la largeur */
     border: 1px solid #666600;
     }
div#haut{
	width:1000px;
	height:182px;
	background:url(../imgpartenaire/hautpartenaire_r1_c1.jpg);
	background-repeat:no-repeat;
}
div#contenu {
	width:1000px;
	height: auto;
}
div#bas{
	width:1000px;
	height:58px;
	background:url(../imgpartenaire/hautpartenaire_r4_c1.jpg);
	background-repeat:no-repeat;
}
