/* Start of CMSMS style sheet 'Formulaires' */
/* Formulaires */
form {

	}
	
input, textarea, select {
	border: solid #EE7A31 1px;
	background-color: #F7F7F7;
	padding: 0.3em;
        margin: 0.3em;
}

input:hover, textarea:hover, select:hover {
	border: solid #017E82 1px;
	background-color: #fff;
}

.submit input {
       font-weight: bold;
       color: #fff;
       cursor: pointer;
       padding-left: 6.4em;
       padding-right: 6.4em; 
       background-color: #EE7A31;
       cursor: hand; /* pour IE */
}

.submit input:hover {
     background-color: #017E82;
}

#submitsearch input {
       font-weight: bold;
       color: #fff;
       cursor: pointer;
       padding: 2px 2em 2px 2em;
       background-color: #EE7A31;
       cursor: hand; /* pour IE */
}

#submitsearch input:hover {
     background-color: #017E82;
}

label {
       font-size: 1em;
}

#content label {
       display: block;
}

fieldset {
        margin-bottom:1em;
	border:1px solid #444444;
	padding:0.5em;
}

legend {
       color: #EB7E2B;
}
/* End of 'Formulaires' */

