
/*** formulaire ou affichage pour formulaire ***/


label, .label
{
	display:block;
	font-size:0.9em;
	height:15px;
	line-min-height:15px;
	margin:0px 10px 0px 0px;
	padding:3px 0px 3px 0px;
	text-transform:uppercase;
	float:left;
	color:#663300;
	font-weight:bold;
}

.fake_label {
	font-size:0.9em;
	height:15px;
	line-min-height:15px;
	margin:0px 10px 0px 0px;
	padding:3px 0px 3px 0px;
	text-transform:uppercase;
	float:left;
	color:#663300;
	font-weight:bold;
}

.dataBlack {
	color:#000;
}

table label
{
	float:none;
	display:inline;
}

table.form td.left
{
	text-align:left;
}

.field
{
	display:block;
	min-height:15px;
	line-min-height:15px;
	margin:0px 25px 0px 0px;
	padding:3px 0px 3px 0px;
}


.field .label, .field label
{
	display:inline !important;
	float:none !important;
}


/*** saut de ligne de la largeur d'un champ ***/

br.field
{
	height:15px;
	line-height:15px;
	margin:0px 25px 0px 0px;
	padding:3px 0px 3px 0px;
	clear:both;
}


/*** bouton ***/

a.button, input[type="submit"], input[type="button"], button, span.button
{
	font-family:Verdana,Arial,sans-serif;
	text-transform:uppercase;	
	text-decoration:none;
	font-size:0.9em;
	color:#000;
	border:1px solid #444;
	overflow:visible; /* tweak IE */
	width:auto;
	cursor:pointer;
	margin-left:10px !important;
	margin-right:10px;
}

input[type="submit"], input[type="button"], button 
{
	padding:2px 11px 1px 11px;
}

a.button, span.button 
{
	padding:3px 11px 3px 11px;
}

.center input[type="submit"], .center button, .center input[type="button"], .center a.button
{
	margin:0px !important;	
}


/*** champs ***/

input[type="text"], input[type="password"]
{
	height:15px;
	line-height:15px;
	border:1px solid #7F9DB9;
	font-size:0.9em;
	font-family:Verdana;
	background-color:#FFFFFF;
	margin-right:15px;
}

input[type="radio"]
{
	height:15px;
	line-height:15px;
	font-size:0.9em;
	font-family:Verdana;
	margin-right:15px;
}
.radioColle input[type="radio"], .radioColle input[type="checkbox"] {
	margin-right:3px;
}

input[readonly]
{
	background-color: #DCDCDC;
	cursor: default;
	color: #000;
	font-weight:normal;
}

select
{
	border:1px solid #7F9DB9;
	margin-top:1px;
	line-height:18px;
	font-size:0.9em;
	font-family:Verdana;
}

option
{
	padding-left:2px;
	padding-left:2px;	
}


textarea
{
//	width:99.5%;
	font-size:0.9em;
	font-family:Verdana;
	border:1px solid #7F9DB9;
	background-color:#FFFFFF;
}


/*** champ calendrier ***/

button.calendar_button
{
	cursor:pointer;
	background-color:#DDDDDD;
	border:1px solid #7F9DB9;
	font-family:Verdana,Arial,sans-serif;
	padding:0px;
	margin:0px 0px 0px 4px;
	height:17px;
}

input.calendar_button
{
	margin-right:2px !important;
}


/*** largeur fixe ***/

.label_long label, .label_long span, .label_long .label, td.label, span.label_long
{
	width:150px !important;
}


.label_auto label, label.label_auto, .label_auto {
	width:auto !important;
	font-size:0.9em;
	height:15px;
	line-min-height:15px;
	margin:0px 10px 0px 0px;
	padding:3px 0px 3px 0px;
	text-transform:uppercase;
	float:left;
	font-weight:bold;	
}

.label_short label, .label_short span, .label_short .label, td.label_short, label.label_short
{
	width:145px !important;
	font-size:0.9em;
	height:15px;
	line-min-height:15px;
	margin:0px 10px 0px 0px;
	padding:3px 0px 3px 0px;
	text-transform:uppercase;
	float:left;
	font-weight:bold;	
}


.label_veryshort label, .label_veryshort span, .label_veryshort .label, td.label_veryshort, label.label_veryshort
{
	width:100px;
	font-size:0.9em;
	height:15px;
	line-min-height:15px;
	margin:0px 10px 0px 0px;
	padding:3px 0px 3px 0px;
	text-transform:uppercase;
	float:left;
	font-weight:bold;	
}

form.field_long input[type="text"], input[type="text"].field_long
{
	width:200px;
}

form.field_long select, select.field_long, table.field_long select
{
	width:202px;
}

form.field_long input[type="text"].date
{
	width:177px;
	margin-right:3px;	
}

/* En cas de liste a choix multiple on a une taille + importante en hauteur */

.largeurImportante
{
	width : 300px !important;
}

/*** select de la limite pour les tableau ***/

.limit_select {
	width:50px;	
}

/* ERREUR DANS LES FORMULAIRES */

input[type="text"].erreur, input[type="password"].erreur, select.erreur, textarea.erreur
{
	background-color:#FFC6C0 !important;
}

input[type="radio"].erreur
{
	background-image:url(../images/icons/radio_erreur.png) !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	color:#FFF;
}

input[type="text"].warning, input[type="password"].warning, select.warning, textarea.warning
{
	background-color:#FF8520 !important;
	color:#FFF;
}

input[type="radio"].warning
{
	background-image:url(../images/icons/radio_erreur.png) !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
}


/*
* SPAN LIST BOX
*/
div.span_list_box
{
	max-height:200px;
	background-color:#FFF;
	border:1px solid #8D8D8D;
	text-align:left;
}

div.span_list_box_full {
	overflow:scroll;
}

div.titre_span_list_box_full 
{
	width:100%;
}

div.titre_span_list_box, div.titre_span_list_box_full 
{
	padding:5px;
	background-color:#CFCFCF;
	font-size:0.9em;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px dotted #000;
	margin-bottom:1px;
}

div.span_list_box_full span {
	min-width:95.5% !important;
}

div.span_list_box span
{
	display:block;
	padding:4px;
	text-align:left;
	width:95.5% !important;
}

div.span_list_box span.pair, tr.pair
{
	background-color:#FFF;
}

div.span_list_box span.impair, tr.impair
{
	background-color:#F3F6C1;
}

div.span_list_box span.deleted, tr.deleted
{
	color:#999999;
}

/* FORM Generator LECTURE / ECRITURE */

.InputDisabled {
  border:none !important;
  background-color: transparent !important;
}

.InputEnabled {
  border:1px solid #7F9DB9;
}

.InputEnabled[type="checkbox"] {
	 border:0px;
}

.AutocompleteAuto {
	min-width:200px !important;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.AutocompleteAuto li {
	font-size:1em;
	background-color:#FFFFFF;
}

.aere {
	border-collapse: collapse;	border-spacing: 0px;
}

.aere td {
	padding: 5px;
}

/* RIB */

#TxtRecherche
{
	color:#fff;
}
