/* Start of CMSMS style sheet 'Formulaire' */
/* 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.5em;
	/*margin-left:1em;*/
}
fieldset div div {
	/*margin-top:0.5em;
	margin-left:1em*/
}
fieldset {
	margin-bottom:1em;
	border:none;
	/*padding:0.5em*/
}
fieldset label {
	width:auto;
}
legend {
color: #e58616;
	font-size: 18px;
	text-align: left;
        font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        text-transform:uppercase;
	padding-bottom: 15px;
}

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

.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.captcha img {border:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {margin-top:25px;}

/* 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.5em;
	/*margin-left:1em;*/
}
fieldset {
	margin-bottom:1em;
}
fieldset label {
	width:auto;
}
textarea {
  margin-left: 20px;
	width: 80%;
	height: 8em;
}

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

.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}

.captcha img {border:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

.submit {margin-top:0.5em; margin-left: 250px;}

.contactform input {border: 1px solid #f60;}

input[type='checkbox'] {border: none; margin-left: 20px;}
input[type='checkbox'] + label { border: none; float: right; margin-left: 10px; }

.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 150px;
	font-size: 10px;
}

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

.form_nom{
  clear:both;
}

.form_nom label{
        width:125px;
        float:left;
  margin-bottom:20px;
  padding:5px;
}

.form_nom input{
        width:225px;
        float:left;
  padding:5px;
        margin-right:10px;
  margin-bottom:20px;
  border:1px solid #321d04;
}

.form_nom select{
        width:235px;
padding:5px;
        float:left;
        margin-right:10px;
margin-bottom:20px;
border:1px solid #321d04;
}

.champs-checkbox {
clear:both;
float:left;
text-align:left;
line-height:30px;
}

/* bouton envoyer */
#cntnt01fbrp_submit{
padding:8px 15px;
border:1px solid #321d04;
background:#04080e;
color:white;
text-transform:uppercase;
font-size:11px;
}
/* End of 'Formulaire' */

