html, body, #wrap
{
	height: 100%;
}
body > #wrap
{
	height: auto;
	min-height: 100%;
}
#main
{
	padding-bottom: 65px;
}
#mainTable
{
	width: 95%;
	margin: auto;
}

#divDate
{
	width: 200px;
	height: 33px;
	background-image: URL(Images/date_bg.png);
	font-size: 11px;
	letter-spacing: 1px;
}

#divFooter
{
	margin: auto;
	width: 95%;
	height: 54px;
	background-image: URL(Images/bottom_bg.png);
	position: relative;
	margin-top: -65px;
}

body
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	margin: 0px;
}
td, th
{
	font-family: Tahoma, Arial;
	font-size: 12px;
}
a
{
	color: Black;
}
.link
{
	color: Blue;
	text-decoration: underline;
}
.linkred
{
	color: Red;
	text-decoration: underline;
}
.linkbig
{
	color: Blue;
	text-decoration: underline;
	font-size: 18px;
}
.link a
{
	color: Blue;
	text-decoration: underline;
}
img
{
	border: 0px;
	vertical-align: middle;
}
.Copyright
{
	font-size: 11px;
	margin-left: 15px;
}
.Title
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	color: black;
}
.SubTitle
{
	font-weight: bold;
	font-size: 13px;
	color: black;
}
.TexteLoi
{
	font-size: 13px;
	color: black;
	text-align: justify;
	margin-left: 30px;
}
.FormLabel
{
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
	font-size: 11px;
	color: black;
}
.FormGrouping
{
	padding-top: 15px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
	color: navy;
	border-bottom: solid 1px #C2C2C2;
}
.FormField
{
	text-align: left;
	white-space: nowrap;
}
.FormRequired
{
	width: 10px;
	color: Red;
	text-align: center;
	vertical-align: top;
}
.Label
{
	white-space: nowrap;
	font-weight: bold;
	font-size: 11px;
	color: black;
}
.LeftPanel
{
	width: 146px;
	height: 370px;
	vertical-align: top;
	background-color: #F8F8F8;
	border-right: 4px solid #C2C2C2;
}
.MainTitle
{
	font-size: 20px;
	font-weight: bold;
	font-family: 'Times New Roman';
	color: navy;
}
.Wrapper
{
	border: black 1px solid;
	background: #FFFFDD;
}
.Popup
{
	position: absolute;
	visibility: hidden;
	border: solid 1px black;
	color: Black;
	background-color: InfoBackground;
}
.OngletsContenu
{
	border: solid 1px black;
	padding: 5px;
	overflow: auto;
}

/******************************************************
 GRID
 ******************************************************/
.dgNewRecord
{
	background: #FFFFDD;
}
.dgNewRecord td
{
	height: 40px;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
}
.dgHeader
{
	background-color: #EFEFEF;
	color: black;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	height: 20px;
}
.dgHeader th
{
	border-bottom: solid 1px #C2C2C2;
}
.dgFooter
{
	background-color: #EFEFEF;
	color: black;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	height: 20px;
}
.dgFooter td
{
	border-top: solid 1px #C2C2C2;
}
.dgAlternating1
{
	background-color: White;
}

.dgAlternating2
{
	background-color: #EFF7E8;
}
.dgSelected
{
	background-color: #FFFFDD;
	font-weight: bold;
}

/******************************************************
 Menu
 ******************************************************/
.Menu
{
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	width: 100%;
	margin: 0;
	border-bottom: solid 1px #C2C2C2;
	background-color: #EFEFEF;
	font-size: 12px;
}
.Menu td
{
	padding: 0px;
	white-space: nowrap;
}
.Menu a
{
	display: block;
	color: Black;
	font-weight: bold;
	text-decoration: none;
	background-color: #F0F0EA;
	margin: 0 0 0 2px;
	padding: 5px 10px 5px 10px;
	white-space: nowrap;
}
.Menu a:hover
{
	padding-top: 3px;
	border-top: solid 2px #FEA635;
}
.Menu .Selected a
{
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px black;
	padding-top: 3px;
	border-top: solid 2px #FEA635;
	background-color: #C2C2C2;
}
