﻿/* Tables de formulaires */

.TableForm
{
	width: 100%;
}

.TableForm th
{
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	border: #DEDFDE 1px solid;
	text-align: left;
	color: #FFFFFF;
	background-color: #6F96C1;
}

.TableForm td, .TableForm td.LibChampO, .TableForm td.Ctrl
{
	height: 30px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
}


td.LibChampO
{
	color: #990000;
}

.TableForm td.MsgChampO
{
	color: #990000;
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
}

.TableForm td.Ctrl
{
	padding-left: 0px;
	padding-right: 5px;
}

.TableForm td.LigSep
{
	height: 1px;
}

.TableForm td.LigSep hr
{
	color: #B5C7DE;
	height: 1px;
	border-style: solid;
}

.lblMsgForm
{
	font-size: 11px;
	font-weight: bold;
	color: #666;
	width: 100%;
}
