
.menu_categ_jaune_over {
	background-color:#FDAB00;
	padding:4px;
	margin:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	opacity:0.8;
	-moz-opacity:0.8;
    -ms-filter:'alpha(opacity=80)'; 
	text-align:center;
}


.menu_categ_vignette_Tour_Eiffel {
	padding:4px;
	margin:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image:url(../images/hotels/tour-Eiffel-325.jpg);
	background-repeat:no-repeat;
	height:200px;
}

.menu_categ_vignette_Mont_St_Michel {
	padding:4px;
	margin:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image:url(../images/hotels/Mont-Saint-Michel-325.jpg);
	background-repeat:no-repeat;
	height:200px;
}

.menu_categ_vignette_Versailles {
	padding:4px;
	margin:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image:url(../images/hotels/Chateau-de-Versailles-325.jpg);
	background-repeat:no-repeat;
	height:200px;
}

.menu_categ_vignette_Le_Louvre {
	padding:4px;
	margin:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image:url(../images/hotels/Le-Louvre-325.jpg);
	background-repeat:no-repeat;
	height:200px;
}

.menu_categ_vignette_Disney {
	padding:4px;
	margin:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image:url(../images/hotels/Disneyland-325.jpg);
	background-repeat:no-repeat;
	height:200px;
}

.menu_categ_vignette_Zoo {
	padding:4px;
	margin:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image:url(../images/hotels/Panda-ZooParc-de-Beauval-325.jpg);
	background-repeat:no-repeat;
	height:200px;
}

.input_destination_hotel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	border : 1px solid #333333; 
	/*
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	*/
	background-color:#EEEEEE;
	padding:4px;
	margin:4px;
}

.degrade_hotel {
    height: 100%; 
	margin: 0; 
    background-repeat: no-repeat; 
    background: -moz-linear-gradient(top, #FEBA02, #EEEEEE); 
    background: -webkit-gradient(linear, left top, left bottom, from(#FEBA02), to(#EEEEEE)); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEBA02', endColorstr='#EEEEEE'); 
}