@charset "utf-8";
/* CSS Document */

#reservarion {
	position:fixed;
	width:30%;
	min-width:525px;
	height:80px;
	right:5px;
	top:100px;
	font-size: .9em;
	z-index:1000;
	padding-top:5px;
	background-color: rgba(255,255,255,0.6);
	box-shadow: 1px 1px 12px #555;
}
#reservarion label {
	font-size: .8em;
	font-weight: bold;
	color: #282e65;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
label {
	font-size: 1em;
	font-weight: bold;
	color: #282e65;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.reserver {
	font-size: .8em;
	font-weight: bold;
	letter-spacing: 0.3em;
	color: #FFF;
	text-decoration: none;
	background-color: #3C6;
	margin-left: 5px;
	padding: 5px 10px 5px 10px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #333;
	border-bottom-color: #333;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.chxtarif {
	margin-left:2%;
	height:80px;
	line-height:30px;
	width:auto;
	z-index:100000;
	float:left;
	position:relative;
}
select {
	font-size: .9em;
	color: #CC0;
}
.tarif {
	font-size: 1.2em;
	color: #090;
	text-decoration: none;
	text-align:right;
	width:100px;
	border-top-style: none;
	font-weight: bold;
	line-height:60px;
}
.attente {
	font-size: .8em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #CCC;
	margin: 5px;
	padding: 5px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #333;
	border-bottom-color: #333;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.chxtarif table {
	float: left;
}
.bouton {
	margin-top:15px;
}
#choix {
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align: right;
	float: left;
	height: auto;
	width: auto;
	padding:5px;
	position: relative;
	background-color: rgba(233,231,90,0.6);
	box-shadow: 1px 1px 12px #555;
}
#calculprix {
	height: 138px;
	width: 100%;
	margin-bottom: 0px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background-color: rgba(233,231,90,0.8);
	box-shadow: 1px 1px 12px #555;
	display:block;
}

#resultarif {
	position:relative;
	max-width:112px;
	max-height:75px;
	float:left;
	display:block;
	margin-top:auto;
	margin-bottom:auto;
	text-shadow: 0px 0px 10px #fff;
}
