/***********************************
							BANNIERE
/***********************************/
#banner{
	width: 1000px;
	height: 400px;
	background: #E38690 url(../images/hotel.jpg) left top no-repeat;
}


/***********************************
							INFOS
/***********************************/
#infos{
	width: 1000px;
	height: 215px;
	background-color: #fafafa;
}

#presentation{
	width: 480px;
	height: 200px;
	margin-left: 40px;
	margin-top: 8px;
	float: left;
}

#presentation h1,
#presentation p{
	margin: 0;
	padding: 0;
	color: #965251;
}

#presentation h1{
	font-size: 36px;
}

#presentation p{
	text-align: justify;
	font-size: 16px;
}

#violetbox{
	background-color: #965251;
	width: 370px;
	height: 130px;
	margin-left: 70px;
	margin-top: 44px;
	float: left;
}

#violetbox p{
	margin: 0;
	padding: 0;
	margin-left: 18px;
	margin-top: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #E38690;
	float: left;
}

#violetbox img{
	height: 100px;
	margin-left: 50px;
	margin-top: 16px;
}


/***********************************
				SELECTION ET CARTE
/***********************************/
#selection{
	width: 1000px;
	height: 980px;
	background-color: #fafafa;
}

.choix{
	width: 280px;
	height: 280px;
	margin-left: 40px;
	float: left;
}

#carte{
	width: 920px;
	height: 300px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
	float: left;
}
