@charset "utf-8";
.champ_par_defaut_normal {
	border: 1px solid #7F9DB9;
	background: white;
	margin-bottom: 1px;
}

.champ_par_defaut_focus {
	border: 1px solid #708AA2;
	background: beige;
	margin-bottom: 1px;
}

.champ_simple_tres_court {
	width: 50px;
}

.champ_simple_court {
	width: 70px;
}

.champ_simple_moyen {
	width: 150px;
}

.champ_simple_grand {
	width: 270px;
}

.champ_multiligne_tres_court {
	width: 100px;
	height: 50px;
}

.champ_multiligne_court {
	width: 180px;
	height: 85px;
}

.champ_multiligne_moyen {
	width: 280px;
	height: 120px;
}

.champ_multiligne_grand {
	width: 320px;
	height: 210px;
}

.obligatoire {
	font-size: 7pt;
	color: red;
	margin-left: -10px;
}

fieldset {
	margin-top: 15px;
}

label {
	display: inline-block;
	width: 200px;
	text-align: right;
	padding-right: 5px;
	padding-left: 10px;
}

/* DEBUT : Gestion du chargement des informations : */
.boite_chargement {
	border: 1px solid #FF7800;
	margin: 3px;
	padding: 3px;
}

.message_chargement {
	display: block;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-left: 28px;
	padding-bottom: 5px;
	color: #FF7800;
	font-weight: bold;
	background: url('../../images/v_05/icones/communs/icone_chargement.gif') no-repeat top left;
}
/* FIN : Gestion du chargement des informations : */

/* DEBUT : Gestion des erreurs : */
.erreur {
	border: 1px solid red;
	margin: 3px;
	padding: 3px;
}

.message_erreur {
	display: block;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-left: 28px;
	padding-bottom: 5px;
	color: red;
	font-weight: bold;
	background: url('../../images/v_05/icones/communs/icone_attention.gif') no-repeat top left;
}
/* FIN : Gestion des erreurs : */

/* DEBUT : Gestion des réussites : */
.boite_succes {
	border: 1px solid #00CC00;
	margin: 3px;
	padding: 3px;
}

.message_succes {
	display: block;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-left: 28px;
	padding-bottom: 5px;
	color: green;
	font-weight: bold;
	background: url('../../images/v_05/icones/communs/icone_checked.gif') no-repeat top left;
}
/* FIN : Gestion des réussites : */

/* DEBUT : Gestion des affichages standards : */
.boite_standard {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.message_standard {
	display: hidden;
}
/* FIN : Gestion des affichages standards : */


/* DEBUT : Classes servant à la mise en couleur du champ ayant le focus : */
.champ_simple_moyen_focus {
	width: 150px;
}

.champ_simple_moyen_normal {
	width: 150px;
}

.champ_simple_grand_focus {
	width: 270px;
}

.champ_simple_grand_normal {
	width: 270px;
}

.champ_simple_court_focus {
	width: 70px;
}

.champ_simple_court_normal {
	width: 70px;
}

.champ_simple_tres_court_focus {
	width: 50px;
}

.champ_simple_tres_court_normal {
	width: 50px;
}

.champ_multiligne_tres_court_normal {
	width: 100px;
	height: 50px;
}

.champ_multiligne_tres_court_focus {
	width: 100px;
	height: 50px;
}

.champ_multiligne_court_normal {
	width: 180px;
	height: 85px;
}

.champ_multiligne_court_focus {
	width: 180px;
	height: 85px;
}

.champ_multiligne_moyen_normal {
	width: 280px;
	height: 120px;
}

.champ_multiligne_moyen_focus {
	width: 280px;
	height: 120px;
}

.champ_multiligne_grand_normal {
	width: 320px;
	height: 210px;
}

.champ_multiligne_grand_focus {
	width: 320px;
	height: 210px;
}

/* FIN : Classes servant à la mise en couleur du champ ayant le focus : */

