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

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

#wrapper input[type=submit]{
       cursor: pointer;
}

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

#wrapper .fbsubmit {
       font-weight: bold;
       font-size: 1.1em;
       color: #fff;
       cursor: pointer;
       width: 418px;
       background-color: #5A8E2C;
       cursor: pointer;
}

#wrapper .fbsubmit:hover {
     background-color: #D9B308;
     cursor:pointer; 
}

#wrapper #losubmit {
 font-weight: bold;
       font-size: 1.1em;
       color: #fff;
       cursor: pointer;
       width: 418px;
       background-color: #3A84AB;
       cursor: hand;
}

#wrapper #losubmit:hover {
background-color: #7FB625;
     cursor:hand; 
}

#wrapper label {
       font-size: 1em;
}

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

#wrapper legend {
       color: #EB7E2B;
}

.errorMSG {
       font-weight: bold;
}
/* End of 'Formulaires' */

