
.INPUTTEXTS {
	BACKGROUND-COLOR: #EEEEEE;
	border: 1px solid #415B74;
	width: 100px;
}
.INPUTTEXTM {
	BACKGROUND-COLOR: #EEEEEE;
	border: 1px solid #415B74;
	width: 180px;
}
.INPUTTEXTL {
	BACKGROUND-COLOR: #EEEEEE;
	border: 1px solid #415B74;
	width: 350px;
}

.INPUTTEXTSRO {
	BACKGROUND-COLOR: #EEEEEE;
	color:#415B74;
	border: 1px solid #415B74;
	width: 100px;
}
.INPUTTEXTMRO {
	BACKGROUND-COLOR: #EEEEEE;
	color:#415B74;
	border: 1px solid #415B74;
	width: 180px;
}
.INPUTTEXTLRO {
	BACKGROUND-COLOR: #EEEEEE;
	color:#415B74;
	border: 1px solid #415B74;
	width: 350px;
}

.INPUT {
	BACKGROUND-COLOR: #EEEEEE;
	border: 1px solid #415B74;
}


.ADD {
	font-family: Arial, sans-serif;
	font-size: 9px; 
	width: 23px;
	height: 23px;
	padding:0px;

	border-width:1px;
	background-image:url("images/add.gif") 
}

.EDIT {
	font-family: Arial, sans-serif;
	font-size: 9px; 
	width: 23px;
	height: 23px;
	padding:0px;

	border-width:1px;
	background-image:url("images/edit.gif") 
}

.DEL {
	font-family: Arial, sans-serif;
	font-size: 9px; 
	width: 23px;
	height: 23px;
	padding:0px;

	border-width:1px;
	background-image:url("images/del.gif") 
}

.ADDD {
	font-family: Arial, sans-serif;
	font-size: 9px; 
	width: 23px;
	height: 23px;
	padding:0px;

	border-width:1px;
	background-image:url("images/addd.gif") 
}

.EDITD {
	font-family: Arial, sans-serif;
	font-size: 9px; 
	width: 23px;
	height: 23px;
	padding:0px;

	border-width:1px;
	background-image:url("images/editd.gif") 
}

.DELD {
	font-family: Arial, sans-serif;
	font-size: 9px; 
	width: 23px;
	height: 23px;
	padding:0px;

	border-width:1px;
	background-image:url("images/deld.gif") 
}



.submit {
	background-color: #415B74;
	font-size: 11px;
	color: #FFFFFF;
	border-top: thin outset #;
	border-right: thin outset #;
	border-bottom: thin outset #;
	border-left: thin outset #;
}

.FDENTETE {
	FONT-SIZE: 11px;
	font-weight: bold;
	text-align: right; 
	background-color: #C2E0E0;
}

.FDINPUT {
	FONT-SIZE: 11px;
	background-color: #C2E0E0;
}


.FLATBUTTON {
	font-family: Arial, Geneva, Helvetica;
	font-weight: bold; 
	font-size: 11px; 
	border-width:1px;
	padding:1px;
}

.error {
	FONT-SIZE: 11px;
	color: #FF0000;
	FONT-STYLE : italic;
}

#formulaire { text-align: center; }
#formulaire .container { width: 80%; text-align: left;  }
#formulaire .validation { padding-top: 15px; }