/* CSS Document */

/* === jQuery Validation Plugin === */

form.formFieldset fieldset{ border:1px solid #c3b6a3; margin-top:20px;}
form.formFieldset legend{ background-color:#486e10; color:#fff; font-size:1.2em; font-weight:bold; padding:5px 20px;}
label.formError {
	background:url("../design/images/image-1.png") no-repeat left -558px;
	padding:0 0 10px 18px;
	font-size:11px;
	margin-left:5px;	
}
label.formSuccess {
	background:url("../design/images/image-1.png") no-repeat left -593px;
	padding:0 0 10px 18px;
	margin-left:5px;
}
form.formFieldset label {
	width:250px;
	text-align:left;
	display:block;
	float:left;
	font-weight:bold;
	padding:4px 0 0 0;
}
form.formFieldset label span{
	font-weight:normal;
	color:#576973;
}
form.formFieldset label.formError {
	width:auto;
	text-align:left;
	float:none;
	margin:5px 0 0 250px;
	padding:0 0 0 20px;
	height:25px;
	color:#e20101;
}
form.formFieldset label.formSuccess {
	width:auto;
	text-align:left;
	float:none;
	display:inline;
	margin:0 0 0 5px;
	padding:0 0 5px 20px;
	height:25px;
	color:#C4C4C4;
}

input.formError {
	border:1px solid #e20101;
}

#formWarning {
	display: none;
}
form.formFieldset input.radio {
	width:30px;
	height:20px;
	text-align:left;
	display:block;
	float:left;
}
form.formFieldset p {
	margin:0;
	padding:3px 0;
	/*clear:both;*/
}

/* === Civilité === */
form.formFieldset p.civilite {
	/*clear:both;*/
	height:30px;
}
form.formFieldset p.civilite label {
	width:80px;
	font-weight:normal;
	height:16px;
}
form.formFieldset p.civilite strong {
	width:250px;
	padding:4px 0 0 0;
	height:20px;
	text-align:left;
	display:block;
	float:left;
}

/* === Nom/Prénom, Code postal/Ville === */
form.formFieldset fieldset#vosinfos label.combine {
	width:80px;
}
input.zip {
	width:auto;
}
select.ville {
	width:200px;
}


/* === Message d'erreur === */
.errorContainer {
	display:block;
}

/* === Bouton Submit === */
form.formFieldset p.bouton {
	margin:0;
	padding:25px;
	text-align:center;
}
form.formFieldset p.bouton input {
	background-position:left -620px; width:120px; height:40px; border:0; cursor:pointer; font-size:1.4em; color:#6d5b53;
}
form.formFieldset p.bouton input:hover{opacity:0.8;}

/* ================================== */

.formLabel { 
	background:#f4fee1 url(/design/images/formLabel.jpg) repeat-y left;
}
.formText { 
	height:16px;
	padding:4px;
	font-size:13px;
	border:1px solid #c3b6a3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#264b3d;
}
.formTextarea { 
	width:260px;
	border:1px solid #c3b6a3;
}
select {
	height:24px;
	padding:4px;
	font-size:13px;
	border:1px solid #c3b6a3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#264b3d;
}
.chiffre{ text-align:right;}
.montant {
	text-align:right;
	width:100px;
}

/* === jquery.searchField === */
.watermark {
	color: gray;
}

/* === Texte d'aide === */
form.formFieldset p.helpContainer {
	position:relative;
}
.helpContent {
	/*background:url(../design/images/arrow_help.png) no-repeat left top;*/
	display:none;
	position:absolute;
	top:0;
	left:460px;
	z-index:100;
	width:300px;
}
.helpContent span {
	border:1px solid #c3b6a3;
	background-color:#FFFFFF;
	margin:0 0 0 10px;
	padding:5px 10px;
	font-size:11px;
	text-align:justify;
	display:block;
}

/* === Demande Devis === */

form.formFieldset fieldset.labelLarge p.radio {
	/*clear:both;*/
	height:30px;
}
form.formFieldset fieldset.labelLarge p.radio label {
	width:50px;
	font-weight:normal;
	height:16px;
}
form.formFieldset fieldset.labelLarge p.radio strong {
	width:480px;
	padding:4px 0 0 0;
	height:20px;
	text-align:left;
	display:block;
	float:left;
}
form.formFieldset fieldset#mission h4{ color:#486e10;}


/* === Demande Inscription === */

form.formFieldset fieldset.labelLarge label {
	width:480px;
}
form.formFieldset fieldset.labelLarge p.checkbox {
	/*clear:both;*/
	height:30px;
}
form.formFieldset fieldset.labelLarge p.checkbox label {
	width:100px;
	font-weight:normal;
	height:16px;
}
form.formFieldset fieldset.labelLarge p.checkbox strong {
	width:480px;
	padding:4px 0 0 0;
	height:20px;
	text-align:left;
	display:block;
	float:left;
}

/* === Réservation === */
form.formFieldset p.nbrchambre, form.formFieldset p.nbrperson, form.formFieldset p.poste{
	clear:both;

}
form.formFieldset p.nbrchambre label, form.formFieldset p.nbrperson label{
	width:60px;
	font-weight:normal;
	height:16px;
}
form.formFieldset p.nbrchambre strong, form.formFieldset p.nbrperson strong, form.formFieldset p.poste strong{
	width:190px;
	padding:4px 0 0 0;
	height:85px;
	text-align:left;
	display:block;
	float:left;
	/*font-weight:normal;*/
}
form.formFieldset p.nbrperson strong{
	height:52px;
}
form.formFieldset p.poste label{width:auto;
	font-weight:normal;
	height:16px; float:none;}
form.formFieldset p.poste strong{
	height:250px;
}
form.formFieldset p.poste input.radio {
	height:16px;
}

/* Main Style Sheet for jQuery UI date picker */
.datePicker { 
	height:16px;
	padding:4px;
	font-size:13px;
	border:1px solid #c3b6a3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#264b3d;
}
#ui-datepicker-div{ border:1px solid #c3b6a3;}
#ui-datepicker-div, .ui-datepicker-inline{ background:#efece4;}
.ui-datepicker-control {
	background: #3b251c;
}
.ui-datepicker-links {
	background:#6d5b53;
}
.ui-datepicker-header {
	background: #3b251c;
}
.ui-datepicker-header select {
	background: #3b251c;
	color: #fff;
}
.ui-datepicker-title-row{ background:#6d5b53;}
.ui-datepicker-title-row .ui-datepicker-week-end-cell { background:#6d5b53;}
.ui-datepicker-week-end-cell{ background:#dacab3;}
.ui-datepicker-days-row{ background:#efebe3;}
.ui-datepicker-days-cell {border:1px solid #d9cebf;}
.ui-datepicker-days-cell-over { background:#fff;}
.ui-datepicker-today {
	background: #6d5b53 !important;
}
#ui-datepicker-div .ui-datepicker-today a, .ui-datepicker-inline .ui-datepicker-today a {color:#fff !important;}
.ui-datepicker-unselectable { color:#b0a390;}
#ui-datepicker-div a, .ui-datepicker-inline a { text-decoration:none; color:#150600;}
.ui-datepicker-current-day {background: #507815 !important;}
#ui-datepicker-div .ui-datepicker-current-day a, .ui-datepicker-inline .ui-datepicker-current-day a{color:#fff !important;}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */

.ui-datepicker-control a:hover {
	background: #507815 !important;color:#fff !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #507815 !important;color:#fff !important;
}
