.headingtitle { font-size: 26px; line-height: 30px; margin-bottom: 14px;}
.sejours { font-size: 23px; line-height: 30px; margin-bottom: 4px; }
.directionsoffers { font-size: 19px; line-height: 24px; }
.headerShell.small .brownish {
	background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0 dimgray;
}
.headerShell.small .blueish {
	background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0 #3da0bf;
}
.leftside {text-align:left;}
.nomargintop {
font-size: 23px;
line-height: 0;
margin-bottom: 24px;
}

.lh17 {
line-height:17px;
padding-bottom:5px;
}

.subval {
font-size:12px; text-transform:none; display:block;
}

/* Button gray */
	.button-gray,
	button.button-gray,
	input.button-gray[type="submit"],
	input.button-gray[type="reset"],
	input.button-gray[type="button"] {
		background: dimgray; /* Old browsers */
		background: dimgray -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: dimgray -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: dimgray -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: dimgray -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: dimgray -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: dimgray linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */ }
	  
	.button-gray:hover,
	button.button-gray:hover,
	input.button-gray[type="submit"]:hover,
	input.button-gray[type="reset"]:hover,
	input.button-gray[type="button"]:hover {
		background: #3DA0BF; /* Old browsers */
		background: #3DA0BF -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #3DA0BF -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #3DA0BF -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #3DA0BF -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #3DA0BF -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #3DA0BF linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */ }
		
	.button-gray:active,
	button.button-gray:active,
	input.button-gray[type="submit"]:active,
	input.button-gray[type="reset"]:active,
	input.button-gray[type="button"]:active {
		background: #3DA0BF; /* Old browsers */ }
	