@charset "utf-8";
/* CSS Document */

form{
padding:10px;
}
form ul{
	list-style-type: none; 
}
fieldset {
border: 1px solid #426811 ;
padding:5px;
margin:5px;
background:FDF1B8;
}
legend {
font-weight:bold;
color:#F85D09;
}
label {
padding :5px;
display:block;
color:#FFF;
}
label.en-ligne {
display:inline;
}
label.question{
color:#85AC1C;
font-weight:bold;
}
input { 
border:1px solid #426811;
background:#FFF;
}
input[type=text]
{
	width:140px;
}
input:focus { 
background : #FFFDEA; 
}
input[type=radio] {
margin-right:20px;
}
input.decole-curseur {
padding-left:20px;
}
input[type=submit], input[type=reset] {
border:1px solid #F85D09;
font-weight:bold;
cursor:pointer;
}
input[type=submit]:hover, input[type=reset]:hover {
background-color:#F85D09;
}
input[type=submit]:active, input[type=reset]:active {
background-color:#000;
color:white;
} 
textarea {
background : #FFF; 
border : 1px solid #426811; 
width : 95%; 
margin : .5em 0; 
padding : 4px;
}
textarea:focus { 
background : #FFFDEA;
}
option,select {
background-color:#CCC;
color:#FFF;
}
option,select:hover{
/*background-color:#FF0096;*/
}

.find label {
padding :5px;
display:block;
color:#FFF;
}