/* VACANCES */

#content {
	height: 1070px;
	}

.title_vacances {
	position: relative;
	float: right;
	clear: right;
	/*text-align: right;*/
	width: 341px;
	height: 120px;
	}
	
.title_vacances img {
	float: left;
	margin: 0;
	padding: 0;
	}
	
.title_vacances a {
	float: left;
	clear: left;
	width: 341px;
	height: 50px;
	}

.title_vacances p {
	margin: 0;
	padding: 0 20px;
	}
	
.title_vacances #french:hover {
	background: url(../images/title_vacances_r1_c1_over.png) no-repeat top left;
	text-decoration: none;
	}

.title_vacances #english:hover {
	background: url(../images/title_vacances_r2_c1_over.png) no-repeat top left;
	text-decoration: none;
	}

.invitation {
	float: left;
	clear: left;
	width: 569px;
	height: 348px;
	background: url(../images/versailles.png) no-repeat top left;
	}

.text_vacances {
	float: right;
	clear: right;
	width: 320px;
	height: 500px;
	padding-top: 20px;
	}
.text_vacances p {
	margin: 0;
	padding: 10px 0;
	}
	
.personal_note {
	float: left;
	clear: left;
	background: url(../images/paper.png) no-repeat top left;
	width: 449px;
	height: 531px;
	margin: 5px 0 0;
	}
	
.personal_note img {
	margin: 0;
	padding: 0;
	}

.inscription_form {
	float: left;
	width: 540px;
	height: 430px;
	background: url(../images/eiffeltower.png) no-repeat top right;
	}
	
.contactform {
	width: 510px;
	height: 410px;
	margin: 20px auto 0;
	}
	
.contactform label {
	display: block;
	float: left;
	clear: left;
	width: 170px;
	height: 30px;
	}

.contactform input.checkbox {
	width: 20px;
	height: 30px;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	}
	
.contactform label.label {
	width: 490px;
	height: 24px;
	float: left;
	clear: right;
	padding: 6px 0 0;
	}

.contactform select {
	width: 320px;
	}

.required {
	width: 510px;
	float: left;
	}
	
.required input {
	width: 320px;
	margin-bottom: 10px;
	}
	
.date,.date select,.duree input {
	width: auto !important;
	}
	
.fb_invalid {
	color: #FF0000;
	font-weight: bold;
	}

.fb_invalid label {
	color: #FFFFFF;
	}

.captcha {
	width: 510px;
	float: left;
	padding-top: 20px;
	}
	
.captcha img {
	float: left;
	clear: left;
	margin-right: 20px;
	}
	
.error_message {
	color: #FF0000;
	width: 510px; 
	margin: 10px auto 0;
	}

.error_message ul {
	display: none;
	}
	
.submit {
	float: left; 
	clear: both;
	width: 510px;
	height: auto;
	text-align: center;
	padding: 20px 0 0;
	}
	


