﻿/* pas/plus utilisé pour le moment */

.TableFormulaireSaisie
{
	width: 100%;
	border-collapse: collapse;
}

.CellFormIcon
{
	width: 5%;
	text-align: center;
	vertical-align: top;
}

.CellFormLabel
{
	width: 30%;
	text-align: right;
	padding: 5px;
	vertical-align: top;
}

.CellFormValue
{
	width: 65%;
	text-align: left;
}

.CellFormValueReadOnly
{
	width: 65%;
	text-align: left;
}

.CellFormValueReadOnly input
{
	background-color: #EEEEEE;
}

.CellFormValueReadOnly textarea
{
	background-color: #EEEEEE;
}

.FormPanelValue
{
	width: 100%;
}

.FormPanelValue input
{
	width: 400px;
	float: left;
}

.FormPanelValueCheckBox input
{
	vertical-align: middle;
}

.FormPanelValue textarea
{
	width: 400px;
	height: 100px;
}

.FormPanelValue select
{
	width: 400px;
}

.FormRowMandatory
{
	background: url('../Images/BackgroundFocus.png') repeat-x center;
}

.FormFieldMandatory
{
	border: dashed 2px #fa9340;
}

.FormProgressionTreeView
{
}

.FormProgressionTreeNode
{
	color: Black;
	border: solid 1px #e3efff;
}

.FormProgressionTreeNodeHover
{
	color: Black;
	border: solid 1px #6593cf;
	background: url('../Images/Background.png') repeat-x center;
}

.FormProgressionTreeNodeSelected
{
	color: Black;
	border: solid 1px #fa9340;
	background: url('../Images/BackgroundFocus.png') repeat-x center;
}