@charset "utf-8";
/* CSS Document */
 p{
	 padding: 20px;
	 }
 #description{
	 max-width:800px;
	 }
 #container{
	border: 1px solid 		#B3B3B3;
	color: 					#333333;
	text-shadow: 0 1px 0 	#fff;
	background: 			#f0f0f0;
	background-image: -moz-linear-gradient(top, 
							#eeeeee, 
							#dddddd);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0, 		#eeeeee),
		color-stop(1, 		#dddddd));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#dddddd')";
	
	border: 0 none;
    left: 0;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
	}
 #main{
    	padding-top:120px;
    }
#logo{
		max-width:142px;
		height:auto;
	}
.imageCategorie{
		max-width: 400px;
	}
.noLink{
		text-decoration: none;
    	color: black;
	}
#btnReservation{
	width: 180px;
	background-color: #0d6efd;
	color: #fff;
	display: inline;
	cursor: pointer;
}
#btnReservation::placeholder{
	color:white;
}
