.error_msg {
	color:#EA5200;
	font-weight:bold;
	margin-left:19px;
}

.error {
	background:transparent url(./images/erreur.gif) no-repeat;
	padding-bottom:15px;
	padding-right:15px;
}

.obli{
	color:red;
	font-size:9px;
}

.success_msg {
	color:#0060BF;
	font-weight:bold;
	margin-left:19px;	
}

.success {
	background:transparent url(./images/correct.gif) no-repeat;
	padding-bottom:15px;
	padding-right:15px;
}

div#form {
	text-align: left;
	width:660px;
	background-color:#DBE8F0;
}

.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 {
	background-color : #FFFFFF;
}

div#form td {
	font-size:12px;
	padding:3px;
	color:#336699;
}

.right {
	text-align: right;
}

div#form td.gris {
	font-size:10px;
	height:10px;
	line-height:10px;
	color:#B9B9B9;
}

div#form table {
	border-bottom:1px solid #DBE8F0;
	border-left:5px solid #DBE8F0;
	border-right:1px dashed #DBE8F0;
	margin-top:10px;
	width : 100%;
	background-color:#DBE8F0;
}

div#form table td {
	/*border: solid #000 1px;*/
}

input{
	background-color:#EEEEEE;
}

textarea {
	background-color:#EEEEEE;
}


