﻿html, body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
form
{
	display: inline;
}
.nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
div.autocomplete
{
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
}
div.autocomplete ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.autocomplete ul li.selected
{
	background-color: #ffb;
}
div.autocomplete ul li
{
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	height: 32px;
	cursor: pointer;
}

.FooterLink
{
	font-family: Calibri;
	font-size: small;
	font-weight: bold;
	color: White;
}

.FooterLinkAdmin
{
	font-family: Calibri;
	font-size: x-small;
	font-weight: bold;
	color: White;
}

.FooterTableLink
{
}

div.Transparent
{
	position: absolute;
	top: 100px;
	left: 10px;
	width: 400;
	height: 160px;
	padding: 10px;
	font: bold 13pt verdana;
	background: green;
	filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=50);
}

div#content
{
	padding: 1em;
	background: url(../Images/Background.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom;
}



td.frameTopLeftCorner
{
	background: url(../Images/ContentCornerTopLeft.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 60px;
	height: 60px;
}

td.frameTop
{
	background: url(../Images/ContentBorderTop.png);
	height: 60px;
}

td.frameTopRightCorner
{
	background: url(../Images/ContentCornerTopRight.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 60px;
	height: 60px;
}

td.frameLeftSide
{
	background: url(../Images/ContentBorderLeft.png);
	background-repeat: repeat-y;
	background-position: bottom;
	width: 60px;
}

td.frameContent
{
	background: url(../Images/ContentBackground.png);
	width: 600px; /* height: 800px; */
}

td.frameRightSide
{
	background: url(../Images/ContentBorderRight.png);
	background-repeat: repeat-y;
	background-position: bottom;
	width: 60px;
}

td.frameBottomLeftCorner
{
	background: url(../Images/ContentCornerBottomLeft.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 60px;
	height: 60px;
}

td.frameBottom
{
	background: url(../Images/ContentBorderBottom.png);
	height: 60px;
}

td.frameBottomRightCorner
{
	background: url(../Images/ContentCornerBottomRight.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 60px;
	height: 60px;
}

.ModalPopupPanel
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

div.TitrePage
{
	font-size: large;
	font-weight: bold;
	padding-bottom: 20px;
}

table.Liste
{
	/* background-color: #FFFFFF; */
	border-collapse: collapse;
	border-color: #999999;
	border-style: none;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	width: 100%;
}

table.Liste tr
{
	background-color: #DCDCDC;
	color: #000000;
}

table.Liste tr.Alternating
{
	background-color: #FFF8DC;
}

table.Liste tr td.ListeDate
{
	text-align: center;
}

table.Liste tr td.ListeInfo
{
	text-align: left;
	padding-left: 3px; /* white-space: nowrap; */
}

table.Liste tr td.ListeAction
{
	text-align: center;
}

table.Liste tr td.ListeAction input
{
	margin-left: 5px;
	margin-right: 5px;
}

/*  ******************************
      Table d'ajout et d'édition 
    ****************************** */

table.TableEdition tr.LigneBoutons td input
{
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}


table.TableEdition tr td.LabelEdition
{
	text-align: right;
	margin-right: 5px;
	white-space: nowrap;
}

table.TableEdition tr td.InfoEdition
{
	text-align: left;
	margin-right: 5px;
}

div.PreviewPanel
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	background: white;
	filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=50);
}

div.PreviewPanel table.PreviewPanelTable
{
	width: 100%;
	height: 350px;
	background: transparent;
}


div.PreviewPanelDetail
{
	position: absolute;
	width: 400;
	height: 160px;
	padding: 10px;
	margin: solid 5px navy;
	background: white;
}

table.TablePreview
{
}

table.TablePreview tr td.LabelPreview
{
	text-align: left;
	margin-right: 5px;
}

table.TablePreview tr td.LabelPreviewDesc
{
	text-align: left;
	margin-right: 5px;
}

table.TablePreview tr td.LabelPreviewPrice
{
	text-align: right;
	margin-right: 5px;
	white-space: nowrap;
}

input.PrixTextBox
{
	text-align: right;
}


