/* gabarit par défaut */
form{
  padding:20px; 
  background: #FFA940;
  border-radius : 15px;
}

form.fadmin{
  padding:0px; 
	background: #FFF;
}

fieldset{border: none; background-color: #64A8D1; border-radius: 5px;}  
label{font-weight: bold;}
legend{color: #fff; background-color: #0969A2; padding: 5px; border-radius: 0px 5px; font-weight:bold;} 

form dt{float: left; width: 190px; line-height: 20px;}
form dd{ margin: 0px 0px 1px 191px; line-height: 20px;}
form textarea{width: 100%;}
form input,
form select{width:100%;}

input[type=radio] {
  width: 14px;
	margin-left: 0px;
}

input[type=submit], button{
  cursor: pointer;
  width:120px;
  font-weight: bold;   
}

button img{vertical-align: middle;}

/*legend.contact{background: #fff url(../images/lettre.png) no-repeat;}*/