/*--------------------------------------------------------------------------
 *	Styles pour champs textes enregistrables (champs.txt.engr.js)
	Dépendance au fichier global <link rel="stylesheet" type="text/css" href="/postit/style.css" />
 *  Auteur : FEB
 *  Dernière mise à jour : 17 aout 2016
--------------------------------------------------------------------------*/

form.matriceChoix  {
	margin-bottom: 10px;
}

#middle-column  form.notes p.alignementDroite, #zoneContenu form.notes p.alignementDroite { margin:0;}
form.matriceChoix .bonneReponse {
    background-color: #bbfbac;
}

form.matriceChoix .bonneReponse.utilisateur {
    background-color: #bbfbac;
}

form.matriceChoix .mauvaiseReponse {
    background-color: #fbacac;
}

form .validation {
    text-align:right;
}
form .validation input {
	font-size: 15px;
	padding: 2px 5px 2px 5px;
}