.bloc {
background-color: #FF9900;
color:#8f6100;
height: 500px;
width: 500px;
font-family: Times new roman;
font-size: 16pt;
text-align: center;
float: left;
}

#global {
	 background-image: url(../images/hotel/vignes_foret.jpg);
	 background-repeat: no-repeat;
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 500px;
     height: 500px;
     margin-top: -250px; /* moitié de la hauteur */
     margin-left: -250px; /* moitié de la largeur */
	}
	
H1	{
	color:#8f6100;
	font-size: 18pt;
	}