/* Start of CMSMS style sheet 'css_form' */
@charset "utf-8";

/* -- css Formulaire -- */


form {
	position: relative;
}
form div {
	padding: 3px;
	margin-bottom: 10px;
	clear: both;
}
form fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form label {
	display: block;
	margin-bottom: 3px;
}
form .form_infobulle {
	background-image: url(images/template/icons/Info.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #C56A7B;
	font-size: 12px;
	background-position: 5px 3px;
	border: 1px dashed #F195A0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #FFECEC;
}

form div div {


}


form fieldset .required .error {
	background-image: url(images/template/icons/erreur.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	margin-top: 5px;
	margin-left: 5px;
	color: #FD614A;
	font-size: 12px;
	font-weight: bold;
}
.error_message {
	color: #FD614A;
	border: 1px dashed #FD614A;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	background-color: #FFC;
}


form div div input {

}

form input[type=checkbox] {

 }



form textarea, form input, form select {
	background-color: #FFE5E8;
	border: 1px solid #f0c2c8;
	color: #62473a;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

form input {
}

form select {

}

form textarea {
	width: 495px;
}

.contactform textarea {
	width: 175px;
}



form div select {

}
form fieldset .flavours div {
	float: left;
	width: 145px;
	clear: none;
	font-size: 10px;
	font-weight: bold;
	margin-left: 10px;
}
form fieldset .flavours div label {
	float: left;
	margin: 0px;
	padding: 0px;
}

form fieldset .flavours div input {
	float: right;


}
form .fbsubmit {
	float: right;
}
form .fbsubmit:hover {
	float: right;
}


form .fbsubmit_next{
	cursor:pointer;
	background-color: #5FD65F;
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
 }
form .fbsubmit_next:hover{
	background-color: #3C3;
 }
 
 
form .fbsubmit_prev {
	font-weight:bold;
	cursor:pointer;
	background-color: #F77;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	float: left;
 }
form .fbsubmit_prev:hover {
	background-color: #F33;
}
form input[type=submit]:hover, form input[type=reset]:hover {

 }
form input[type=submit]:active, form input[type=reset]:active {

 }

/* End of 'css_form' */

