

/* Start of CMSMS style sheet 'formulaire' */
/* Sample FormBuilder CSS base */
	form {margin-top:0}
	form, td, th, li {}
	form div {margin-bottom:5px}
	fieldset div {
		margin-bottom:0px;
		margin-left:0px;
margin-top: 0px;
	}
	fieldset div div {
		margin-top:0;
		margin-left:5em;
	}
	fieldset {
		margin: 0 0 20px 20px;
		border:1px solid #FFF;
		padding:0.5em;
color:#000;
   font-family: verdana;
font-weight:bold;
   font-size: 12px;
	}
	fieldset label {
		width:350px;
                margin-top: 5px;
                padding: 2px;
color:#000;
   font-family: verdana;
font-weight:bold;
   font-size: 12px;
	}

	legend {
		color:#FFF;
		background:#318FA9;
		font-weight: bold;
                font-family: arial;
                font-style:normal;
		font-size:13px;
		margin-bottom:5px;
		padding:5px 60px 5px 20px;
       }

	textarea {
		margin: 0;
		width:350px;
		height: 6em;
	}

.contactform fieldset 
{
padding: 1em; 
width: 350px;
margin-left: 20px;
}

.contactform fieldset legend 
{
font-weight: bold;
} 

.contactform div 
{
width: 350px; 
padding: 0 0 0.25em 0;
} 

.contactform div label 
{
display: block; width: 10em; 
} 
.contactform div.required {color: #BF0904;}




	/* 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}

	/* Pretty up your Captcha image output */
	.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: 0 0 0 25px;
}
/* End of 'formulaire' */

