/* Start of CMSMS style sheet 'Formulaires' */
/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
	margin-bottom:0.7em;
	margin-left:1em;
}

fieldset div div {
	margin-top:0.7em;
	margin-left:1em
}
fieldset {
	margin:25px;
	border:1px solid #F60;
	padding:0.5em;
        padding-top:1.2em;
}
fieldset label {
	width:auto; margin-right:5px; font-weight:bold;color:#606060;
}
fieldset legend {
	font-weight:bold;
        font-style:normal;
	font-size:1.3em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;

}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em;
}

.largeur_auto textarea{width:220px;}


/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:9em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captcha {
	margin-left:auto;
	margin-right:auto;
	width:200px;
	text-align:center
}
.captcha img {margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {margin-top:1em; margin-right:auto;margin-left:auto; text-align:center}

.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}

.contactform label.label {
	display: inline;
	float: none;
	width: 45px;
	font-size:1em; font-weight:normal; color:#606060;
}

.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

#content .label_auto {
	display: inline-block;
	float: none;
	width:95%;
	font-size:1em; font-weight:normal; color:#606060;
}

#content .label_auto label {
	display: inline-block;
	float: none;
	width:auto;
	font-size:1em; font-weight:bold; 
}
#content  .non_gras label {
       font-weight:normal; 
}
/* End of 'Formulaires' */

