body {
	background: transparent;
	height:auto;
	margin:0;
	padding:0;
}
@font-face {
    font-family: 'YanoneKaffeesatz-Light';
    src: url('https://cdt48.tourinsoft.com/upload/YanoneKaffeesatz-Light.eot');
    src: url('https://cdt48.tourinsoft.com/upload/YanoneKaffeesatz-Light.eot?#iefix') format('embedded-opentype'),
         url('https://cdt48.tourinsoft.com/upload/YanoneKaffeesatz-Light.woff') format('woff'),
         url('https://cdt48.tourinsoft.com/upload/YanoneKaffeesatz-Light.ttf') format('truetype'),
         url('https://cdt48.tourinsoft.com/upload/YanoneKaffeesatz-Light.svg#YanoneKaffeesatz-Light') format('svg');
    font-weight: normal;
    font-style: normal;

}
.qw {
	color: #272727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.qw p {
	margin: 0 0 10px;
}
.qw .qw-clear {
	font-size: 1px;
	height: 20px;
	clear: both;
}
.qw .qw-intro {
	font-size: 12px;
	margin: 0 0 40px;
}
.qw .qw-conclusion {
	color: #272727;
	font-size: 12px;
	margin: 40px 0 0;
}
.qw .qw-cnil a {
	color: #e67e22;
}
.qw .qw-cnil a:hover {
	text-decoration: none;
}
.qw .qw-confirmation {
	color: #272727;
	background-color: #FFF;
	width: 50%;
	padding: 20px;
	margin: 50px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.qw .qw-form {
	max-width: 750px;
	overflow: hidden;
}
.qw .qw-form:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: ".";
}
.qw .qw-form h3 {
	font-family: 'YanoneKaffeesatz-Light';
    color: #272727;
    font-size: 1.3em;
    line-height: 1.3em;
	color: #00729e;
}
#content .qw .qw-form .form-item {
    margin: 0 0 20px;
}
.qw .qw-form .qw-label,
#content .qw .qw-form label {
	text-align: right;
	min-height: 23px;
	width: 190px;
	padding: 7px 10px 0 0;
	display: block;
	float: left;
}
.qw .qw-form .qw-label.qw-label-full {
	text-align:left;
	width:auto;
}
.qw .qw-form .qw-captcha label {
	display: none;
}
.qw .qw-form input,
.qw .qw-form select,
.qw .qw-form textarea {
	color: #FFFFFF;
	font-family: 'YanoneKaffeesatz-Light', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background-color: #7f8c8d;
	border: none;
	height: 30px;
	padding: 6px 7px;
	margin: 0;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width:500px;
}
.qw .qw-form input.dateChamp.hasDatepicker {
	float:left;
	width:100px;
}
.qw .qw-form .ui-datepicker-trigger {
	float:left;
	margin:5px 5px 5px 10px;
}
.qw .qw-form select {
	padding: 3px 6px 6px 4px;
}
.qw .qw-form textarea {
	height: 200px;
	width:100%;
}
.qw .qw-form table {
	margin: 4px 0 0;
	float: left;
	width:100%;
}
.qw .qw-form table td {
	min-width:160px;
}
.qw .qw-form table input {
	background-color: transparent;
	border: none;
	height: 14px;
	width: 14px;
	padding: 0;
	margin: 0;
	
	display:inline-block;
}
.qw .qw-form table label,
#content .qw .qw-form table label {
	color: #272727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	letter-spacing: normal;
	width: auto;
	/*padding: 1px 0 0 20px;*/
	padding: 1px 0 0 5px;
	float: none;
}
.qw .qw-boutons {
	margin-left:200px;
}
.qw .qw-confirmation .qw-boutons {
	width: auto;
	margin-left:0;
}
.qw .qw-boutons a {
	color: #ffffff;
	background-color: #454e4f;
	border: none;
	width: auto;
	padding: 0 7px;
	cursor: pointer;
	text-decoration:none;
	font-family: "YanoneKaffeesatz-Light", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	height: 30px;
	line-height:30px;
	margin: 0;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.qw .qw-boutons a:hover {
}
.qw .qw-form .form-submit {
	width: auto;
	float: right !important;
}
.qw .qw-form #captchaRad {
	display: block !important;
	float: left;
}
.qw .qw-form #captchaRad p {
	margin: 10px 0 0 0;
}
.qw .qw-form .ui-state-error {
	display: none !important;
}

@media only screen and (max-width: 759px) {
	
	.qw .qw-clear {
		height: 10px;
	}
	#content .qw .qw-form .form-item {
		margin: 0 0 10px;
	}
	.qw .qw-form .qw-label,
	.qw .qw-form .qw-label.qw-label-full,
	#content .qw .qw-form label,
	.qw .qw-form input,
	.qw .qw-form select,
	.qw .qw-form textarea,
	.qw .qw-form #captchaRad {
		text-align: left;
		width: 100%;
		float: none;
	}
	.qw .qw-form textarea {
		height: 100px;
	}
	.qw .qw-form table {
		width: 100%;
		float: none;
	}
	.qw .qw-boutons,
	.qw .qw-form .form-submit {
		width: auto;
		margin: 10px 0 0;
	}
}