html {
background-color:#fff;
background : url('bg_texture.png') repeat-y;
}
body {overflow:hidden;}
#global {position:relative;width:100%;height:100%;}
#centre {
	/*width:450px;
	height:600px;*/
	margin-left:160px;
}
#centre img {
	margin:50px 0 0 0;
}
#colD {
position:absolute;
top:0;
left:460px;
}
#contact {
	position:absolute;
	top:210px;
	left:150px;
	width:558px;
	height:150px;
	background: url('texte.png') no-repeat;
}
#adresse {
	position:absolute;
	top:450px;
	left:170px;
	width:250px;
	height:150px;
	background: url('adresse.png') no-repeat;
}