@import "contact.css";

.select {
	font-size: 12px !important;
	padding: 4px !important;
	width: 138px !important;
	}
	
.small {
	font-size: 11px !important;
	font-style: italic !important;
	}
	
#nbpers {
	background: #fff;
	padding: 3px;
	width: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: arial;
	color: #000;
	border: 1px solid #d0ccc9;
	}
	
#total {
	font-size: 12px !important;
	font-family: sans-serif !important;
	color: #680d0d;
	}
	
.boutons {
	text-align: center;
	padding: 15px 0;
	}

.bouton_reservation {
	background: url("../../templates/media/btn_envoyer.gif") no-repeat;
	width: 129px;
	height: 54px;
	clear: both;
	cursor: pointer;
	}
	
.bouton_impression {
	background: url("../../templates/media/btn_impression.png") no-repeat 50% 50%;;
	width: 168px;
	height: 50px;
	clear: both;
	cursor: pointer;
	}
	
.legal {
	font-family: "arial", sans-serif !important;
	font-size: 11px !important;
	margin: 10px;
	}
.legal em {
	font-weight: bold;
	}