form input,
form textarea{
    font: Verdana;
    font-size: 11px;
    font-weight: normal;
}

form div.instruction{
    padding-bottom: 10px;
    font-weight: bold;
	clear:left;
}
form div.error{
    width: 350px;
	clear:left;
    border-top: 1px solid #A81A1C;
    border-bottom: 1px solid #A81A1C;
    background-color: #eee;
    margin:  0 10px 10px 5px;
    padding: 10px;
}
form div.error span{
    font-weight: bold;
    color: #A81A1C;
}
form div.error ul{
    padding: 0;
    margin: 0px;
    margin-left: 20px;
    margin-top: 10px;
}
form div.error ul li{
    font-weight: bold;
    padding-top: 5px;
}

form div.instruction span.fleche{
    padding-left: 22px;
    background:  url(../images/arrow.gif) top left no-repeat;
}

form fieldset{
    border: none;
    margin: 0px;
    padding: 0px;
	clear:left;
}

form fieldset legend{
    display: none;
}
form fieldset div{
    margin-bottom: 5px;
}

form fieldset label{
    display: block;
    clear: both;
    padding: 0px;
    font-weight: bold;
}
form fieldset label.required{
    background:  url(../images/arrow.gif) top left no-repeat;
}

form fieldset input.field{
    height: 15px;
    width: 250px;

}

form fieldset textarea{
    width: 400px;
    height: 100px;
}
form div.bouton{
    border-top: 1px dotted #ccc;
    padding-top: 10px;
    text-align: right;
}
form img.icon-button{
	padding: 0px;
	margin: 0 3px 0 0;
	float: left;
}
form input.date{
	padding: 0;
    margin: 3px 10px 3px 0;
    width: 100px;
  
    cursor: pointer;
    border: 1px solid #7f9db9;
}

div.confirmation{
    padding: 20px 0 0 0;
}
div.confirmation span{
    display: block;
    padding-bottom: 10px;
}




