.error_msg {
	color:#EA5200;
	font-weight:bold;
	margin-left:19px;
}

.error {
	background:transparent url(images/formulaire/erreur.gif) no-repeat;
	padding-bottom:15px;
	padding-right:15px;
}

.success_msg {
	color:#0060BF;
	font-weight:bold;
	margin-left:19px;	
}

.success {
	background:transparent url(images/formulaire/correct.gif) no-repeat;
	padding-bottom:15px;
	padding-right:15px;
}

div#form {
	text-align: left;
	width:660px;
}

.label {
	/*width : 175px;*/
}

.field {
	/*width : 140px;*/
}


.status {
	/*width: 300px;*/
}


tr.invisible, div.invisible {
	visibility: hidden;
	display : none;
}

tr.visible, div.visible {
	visibility: visible;
}


div#form td {
	font-size:12px;
	padding:3px;
}

.right {
	text-align: right;
}

div#form td.gris {
	font-size:10px;
	height:10px;
	line-height:10px;
	font-weight:italic;
}

div#form table {
	margin-top:10px;
	width : 100%;
}

/*-------------------- Mise en forme des input du formulaire --------------------*/
#ajoutUtilisateurForm input
{
	border: #CCC 1px solid;
	background-color: #fff;
	background-color: #DDDDDD;
}

#ajoutUtilisateurForm input:hover, #monForm input:focus
{
	border: #999 1px solid;
	background-color: #fff;
}

#ajoutUtilisateurForm textarea
{
	border: #CCC 1px solid;
	background-color: #fff;
	background-color: #DDDDDD;
}

#ajoutUtilisateurForm textarea:hover, #monForm textarea:focus
{
	border: #999 1px solid;
	background-color: #fff;
}
/*-------------------- FIN - Mise en forme des input du formulaire --------------------*/
