/* CSS Document */
/* contact-form used with tpl LCDR1------------------------------------------------------------------------------- */
form {
	font:   "Century Gothic", Arial, "Lucida Sans Unicode", sans-serif;
}
fieldset {
	margin: 0;
	padding: 0;
}
#contact-form, #resa-form {
	/*width: 285px;
	text-align: left;
*/
	padding: 0;
	margin: 0 0 0 15px;
	border: none;
}
#contact-form.full {
	width: 100%;
}
#contact-form h3, #resa-form h3 {
	clear: both;
	padding: 0px 0 0px;
}
#contact-form p, #resa-form p, #avis-form p {
	display: block;
	clear: both;

	font-size: 1em;

	padding: 0 0 0 0px;
}
#contact-form input, #resa-form input, #avis-form input {
	font:  1em "Century Gothic", Arial, "Lucida Sans Unicode", sans-serif;
	float: left;

	margin-top: 0px;
	margin-bottom: 0.4em;
	margin-left: .4em;
	width: 40%;
}
.button {
	width: auto !important;
	height: auto !important;
	padding: 2px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
#contact-form select, #resa-form select {
	float: left;
	display: block;
	clear: both;
}
#cfRegarding {
	background-color: #686000!important;
	color: #fff;
}
label:hover, #piedForm input {
	cursor: pointer;
/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}
label.oblig {
	font-weight: bold;
/*** Mise en évidence des champs obligatoires ***/
}
a.aide {
/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
	font-size: .8em;
	text-align: right;
}
a.aide img {
	float: right;
/*** Mise en forme de l'image des bulles d'aide ***/

	padding: 0 0 0 2em;
	border: 0;
}
a.aide:hover {
/*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
	cursor: help;
}
#contact-form1 {
	background-image: url(../images/centre-3.jpg);
	background-position: 500px 126px;
	background-repeat: no-repeat;
}
#resa-form {
	background-image: url(../images/centre-4.gif);
	background-position: 490px 230px;
	background-repeat: no-repeat;
}
#contact-form label, #resa-form label, #avis-form label {
	float: left;
	/*clear: both;
*/
	width: 30%;
	margin: 0 3px 0 0;
	color: #686000;
	font-size: 1em;

	text-align: right!important;
}
#apropos-form label {
	float: left;
	/*clear: both;
*/
	width: auto;
	margin: 1em 0 0 0;
	text-align: left!important;
}
#contact-form textarea, #resa-form textarea, #avis-form textarea {
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	padding: 5px;
	/*        width: 260px;
*/
	line-height: 18px;
	background-color: #FFF;
	background:  url(../images/fond-txt-area.gif) repeat-x bottom left;
	margin-top: 3px;
	height: 18px;
	height: auto;
	display: block;
}
#contact-form input.checkbox, #resa-form input.checkbox, #avis-form input.checkbox, #contact-form select, #resa-form select, #avis-form select {
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	background-color: #fff;
	width: 300px;
}
#contact-form label input.calc, #resa-form label input.calc {
	text-align: right;
	width: 100px;
	clear: left;
	padding: 0;
}
#avis-form input[type=radio], #avis-form input[type=checkbox], #avis-form label.checkbox {
	float: none;
	width: auto;
}
#avis-form .no_float label,#avis-form .no_float  input{
	float: none;
	width: auto;
}
fieldset.radio {
	border-bottom: 1px dashed #d3cd59!important;
	margin-bottom: 10px!important;
}
#contact-form legend, #resa-form legend, #avis-form legend {
	margin: 0;
	padding: 0 0.2em 0 0.2em;
	color: #A9B427;
}
#avis-form #choix-radio legend{
font-weight: bold;
}
.piedForm input[type=submit] {
/* style des boutons --*/
clear: both;
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	background-color: #686000;
	color: #fff;
	padding: 0 22px 0 22px;
	
/*Pour améliorer la lisibilité des boutons ***/
	letter-spacing: 0.15em;

	background-image: url(../images/fond-txt-area.gif);
	background-position: center;
	background-repeat: repeat-x;
	text-align: center;
}
#avis-form .piedForm input[type=submit] {
float: right!important;
}

.piedForm * {
	/*float: right;
	text-align: right!important;
*/
}
/* ---- enrobage des form ---*/
/*- 3 zones à styler si besoin */
/* title, corps, pied  -----*/
.titreForm {
}
.corpForm {
	width: 100%;
}
.piedForm, {
	/* width: 280px;
*/
	font: bold  arial, hevetica, sans-serif;
	text-align: right!important;
}
.corpForm fieldset {
	border: 0px none #A9B427;
	color: #000;
	margin: 0 0 0 0;
	padding: 0 10px 0 0px;
	font-style: normal;
	font-size: .9em;
}
input.focus, textarea.focus {
/*** Mise en avant des champs en cours d'utilisation ***/
	background: #BBC23C;
	color: black;
}
input.normal, textarea.normal {
/*** Retour à l'état blanc après l'utilisation ***/
	background: #EEEFD1;
	color: black;
}
.not-valid, .required{
	font-weight: bold;
	color: #d00073!important;

}
label.not-valid, label.required, p.error{
	padding-right: 18px;
	background: url(../images/no.gif) no-repeat right;
}
