

form div.instruction{
    margin-left: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}
form div.error{
    width: 350px;

    border-top: 1px solid red;
    border-bottom: 1px solid red;
    background-color: #eee;
    margin:  0 10px 10px 5px;
    padding: 10px;


}
form div.error span{
    font-weight: bold;
}
form div.error ul{
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
    margin-top: 10px;
}

form div.instruction span.fleche{

    padding-left: 22px;
    background:  url(../images/arrow.gif) top left no-repeat;

}

form fieldset{
    border: none;
    padding-bottom: 20px;
}

form fieldset legend{
    display: none;

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

}

form fieldset label{

    display: block;
    float: left;
    width: 140px;
    padding-left: 20px;
    margin-right: 3px;
    margin-top: 3px;
}
form fieldset label.required{
    background:  url(../images/arrow.gif) top left no-repeat;
}

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

form fieldset textarea{
    width: 180px;
    height: 100px;
}
form div.bouton{
    padding-right: 20px;
    text-align: right;

}
form div.bouton input{
    height: 24px;
    width: 89px;
    border: none;
    background: url(../images/soumettre.gif) top left no-repeat;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

form input.date{
    margin-bottom: 5px;
    padding-right: 15px;
    padding-left: 3px;
    width: 100px;
    background: url(../images/calendar_view_month.png) 100px 1px no-repeat;
    cursor: pointer;
    margin-left: 0px;
    border: 1px solid #7f9db9;
}
/* SPÉCIFIQUE ****/
form fieldset div.input_date{
    padding-right: 15px;
    background:  url(../images/calendar_view_month.png) no-repeat 240px 3px ;
}
form fieldset div.input_date input.field{
    width: 100px;

}

form fieldset div.diffusion label{
    width: 235px;
}
form fieldset div.choix_reponse{

}
form fieldset div.choix_reponse label{
    width: 300px;
    font-weight: bold;
}
form fieldset div.choix_reponse{
    background-color: #eee;
    width: 350px;

}
