@charset "UTF-8";
/* CSS Document */
/* Tag Formulaire */
form {
 overflow: hidden;
 width: 495px;
 margin: 10px auto;
 padding: 10px;
 font-size: 1em;
 text-align: left;
 border: 2px outset #728e54;
 background-color: #c9d18c;
}
form h2 {
 padding: 0;
 background: none;
}
fieldset {
 overflow: hidden;
 margin: 5px 0;
 padding: 5px;
 border: 1px solid #728e54;
}
legend {
 padding: 0 0.5em;
 font-weight: bolder;
 border-top: 1px solid #728e54;
 border-right: 1px solid #728e54;
 border-left: 1px solid #728e54;
 /*background-color: #f3f3cd;*/
}
label {
 padding-top: 10px;
 cursor: pointer;
}
input, textarea, select {
 margin: 0;
 padding: 3px;
 color: #1a3219;
 font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
 font-size: 1em;
 font-weight: bolder;
 border: 1px inset #728e54;
 background-color: #fdfeeb;
}
input:hover, textarea:hover, select:hover {
 background-color: #fff1d4;
}
input[type="checkbox"], input[type="radio"] {
 padding: 0;
 border: none;
}
input[type="text"], input[type="password"], textarea {
 width: 97%;
}
input[type="submit"], input[type="reset"] {
 color: #f3f3cd;
 background: #93b76b url(../media/img/www/fondList.gif) repeat-x;
}
input[type="submit"]:hover, input[type="reset"]:hover {
 color: #1a3219;
 background: #93b76b url(../media/img/www/fondList.gif) repeat-x 0 -25px;
}
/* Class Formulaire */
.formLine {
 clear: both;
 width: 100%;
 padding-top: 10px;
}
.formFirst {
 float: left;
 width: 45%;
 height: auto;
}
.formSecond {
 float: left;
 width: 45%;
 height: auto;
 padding-left: 10%;
}
input[type="text"].norm, input[type="password"].norm {
	width: auto;
}
label.avant:before {
	content: "\0000a0:\0000a0";
}
label.apres:after {
	content: "\0000a0:\0000a0";
}
.inputHover {
	background-color: #fff1d4;
}
.submitHover {
	color: #414141;
	background-color: #fff1d4;
}
