/* Start of CMSMS style sheet 'FormBuilder Default Style' */
/* 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:0px ;
	padding:0.5em
}
fieldset label {
	/*width:auto;*/
}


fieldset legend {
	color:#696969;
	background:#f5f5f5;
	font-style:italic;
	font-size:1.5em;
	margin: 5px 15px 5px 10px;
padding: 5px 25px 5px 15px;
        display: block;
        height: 30px;
	width:145px;
	/*border:1px solid #CCC*/
}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 10em
}

/* 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-top:0.7em}

/* 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;
	padding:0.5em
}
fieldset label {
	width:auto;
}




/* 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-top:0.5em}

.contactform input.checkbox {border: none;}
.contactform label {
	display: block;
	float: left;
	width: 180px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 140px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #f60;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

/* *********************Mise en forme du forulaire********************************/



/*****************Mise en forme tableau qui contient le formulaire*/
.contactform {
width:80%;
padding: 15px 15px ;
margin: 15px 15px ;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;   
font-size: 0.9em;
font-weight: bold;
border: 1px solid #ddd;
}




/*****************Mise en forme champs nom prenom etc..(input)*/
.contactform input {
height:19px;
background-color: #ebf1fa;
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;  
font-weight: bold;
color: #1e1e34; 
font-size: 12px;
line-height: 20 px;
margin: 5px 0 15px 1em;
padding: 2px 8px 2px 5px;
border:1px solid #000; 
}




/*****************Mise en forme Civilités(menu deroulant)*/
.contactform select {

 background-color: #eee;
color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 5px 0 15px 1em;
padding: 2px 5px;
border: 1px solid black;
}




/*****************Mise en forme element Civilités(menu deroulant)*/

.contactform select option{

 background-color: #d3d3d3;
color: #294B5F; 
padding: 2px 10px;
border-bottom: 1px dashed black;

}



/*****************Mise en forme champ question*/

.contactform textarea {
background-color: #eee;
color: #294B5F; 
font-size: 13px;
font-weight: bold;
line-height: 20px;
 margin: 5px 0 0 1em;
padding: 5px 5px;
border: 1px solid black;
}




/***************Texte avertissement bas de page*/

#droit {
padding: 8px 8px 8px 8px;
margin: 25px 25% 25px 8%;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;   
font-size: 0.9em;
color:000;
background-color: #eee;
}



/***Fonctionne uniquement sur Firefox mais decoratif...*/

#envoih input:hover{background-color: #e3e3e3;}





/***********************Mise en forme bouton envoi...*/

#envoih input{
height:32px;
width: 155px;
margin: 15px 30px 15px 300px;
padding: 4px 10px 4px 10px;
font-size: 13px;
font-weight: bold;
text-align : center;
color:#000;
background-color: #d6d6d6;
border-top: 3px solid #ccc; 
border-bottom: 3px solid #ddd; 
border-right: 3px solid #ddd; 
border-left: 3px solid #ccc; }


-------------------------------------------------------------------

/* End of 'FormBuilder Default Style' */

