@charset "utf-8";
/* CSS Document */
.input {
	color: #781351;
	background:none;
	/*border: 1px solid #781351;*/
border-bottom: 1px solid #000;
	border-left: 0px solid #fff;
	border-top: 0px solid #fff;
}
#formulaire {
	width: 100%;
}
#formulaire p {
	margin: 2px 0;
}
/* fieldset , legend */
#formulaire fieldset {
	margin-bottom: 3px;
	border: #CCC 1px solid;
}
/*#formulaire fieldset:hover
{
	background-color: #5b5b5b;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 14px;
        margin-top: .5em; color: #fff;
}*/

#formulaire fieldset legend {
	padding: 0 10px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	font-size: 0.9em;
	color: #000;
}
#formulaire label {
	display: block;
	width: 100%;
	float: left;
	padding-right: 1%;
	text-align: right;
}
#formulaire label:hover {
	background-color:#666;
	font-weight: bold;
}
/*css bouton formulaire*/
#formulaire input[type="submit"] {
	/*border: #DDEEFF 1px solid;*/
	width: 15%;
	border-bottom: 1px solid #000;/*border-left: 0px solid #fff;
border-top: 0px solid #fff;*/
}
#formulaire input[type="submit"]:hover {
	background-color: #66CC33;
	cursor: pointer;
}
#formulaire input[type="reset"] {
	/*border: #DDEEFF 1px solid;*/
	width: 15%;
	border-bottom: 1px solid #000;/*border-left: 0px solid #fff;
border-top: 0px solid #fff;*/
	
}
#formulaire input[type="reset"]:hover {
	background-color: #E6484D;
	cursor: pointer;
}

