﻿body
{
	font-size: 12px;
	font-family: Arial;
}
td
{
	font-size: 11px;
}

.label
{
	margin-top: 4px;
	float:left;
	width:100px;
}

.FormStyle
{
	font-size: 11px;
}

.TabsDiv
{
 height: 25px;
 padding-left: 15px;
 margin-bottom:0px;
}

.ScTilte
{
	font-size: 14px;
	font-weight: bold;
	margin-left: 4px;
	margin-bottom: 10px;
	margin-top: 4px;
}

.ScTilte2
{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.FormAlign
{
	margin-left: 20px;
	margin-bottom: 6px;
}

.ConfAlign
{
	margin-left: 12px;
	font-size:11px;
}

.FormBtnDiv
{
	margin-left: 120px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.validationSummary
{
	font-size: 11px;
	margin-top:10px;
}
.TdLbl
{
	height:22px;
	text-align:right;
	padding-right:2px;
	font-weight:bold;
	font-size: 11px;
}
.TdPrice
{
	height:22px;
	text-align:right;
	padding-right:7px;
	font-size: 11px;
	background-color:#4F4F4F;
}
.Error
{
	font-size: 12px;
	font-weight: bold;
	color:Red;
	margin-bottom: 8px;
}
.Clear
{
	clear:both;
}

/* Facture */

.ContentTable 
{
   border: 1px solid #000000;
}

/* Formulaire */

.FormTopTd {
 background: url(images/Top.gif) repeat-y ;
 height: 11px;
}
.FormContentTd {
 background: url(images/Content.png) repeat-y ;
}
.FormBottomTd {
 background: url(images/Bottom.gif) repeat-y ;
 height: 14px;
}