﻿body {
background-color: #0d0d0d 
}
A.MenuH:link
{
	color: black;
	font-weight: bold;
	font-size: 10.5pt;
	text-decoration: none;
	background-color: #8c8aaf;
}
A.MenuH:visited
{
	color: black;
	font-weight: bold;
	font-size: 10.5pt;
	text-decoration: none;
	background-color: #8c8aaf;
}

A.MenuH:active
{
	color: white;
	font-size: 10.5pt;
}
 A.MenuH:hover
{
	font-size: 10.5pt;
	color: #1748e6;
	background-color: #fbf4ad;
}
A.MenuV:link
{
	color: black;
	font-weight: bold;
	font-size: 10.5pt;
	text-decoration: none;
	background-color: white;
}
A.MenuV:visited
{
	color: black;
	font-weight: bold;
	font-size: 10.5pt;
	text-decoration: none;
	background-color:  white;
}

A.MenuV:active
{
	color: white;
	font-size: 10.5pt;
}
 A.MenuV:hover
{
	font-size: 10.5pt;
	color: #1748e6;
	background-color: #d4a424;
}
A.menuactifOn
{
	font-size: 10.5pt;
	color: green ;
}

A.menuactifOff
{
	font-size: 10.5pt;
	color: black; 
}
a.MenuHSelect
{
	color: White ;
	font-weight: bold;
	font-size: 10.5pt;
	text-decoration: none;
	background-color: #93adc1;
}
a.MenuVSelect
{
	color: White ;
	font-weight: bold;
	font-size: 10.5pt;
	text-decoration: none;
	background-color: #93adc1;
}
div.Panier
{
	position: absolute;
	left: 1px;
	top: 120px;
	width: 149px;
	height: 18px;
	z-index: 1;
	visibility: visible;
	background-color: lightskyblue;
	border-right: black 2px solid;
	border-top: black 2px solid;
	font-size: 10px;
	border-left: black 2px solid;
	border-bottom: black 2px solid;
	font-weight: bold;
}
div.Panier:hover
{
	border-collapse: separate;
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
	vertical-align: middle;
	background-color: #9999cc;
	font-size: 14px;
	}

TABLE.Panier
{
	font-size: 10pt;
	border-collapse: separate;
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
	vertical-align: middle;
}
TABLE.Panier:hover
{
	border-collapse: separate;
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
	vertical-align: middle;
	background-color: #9999cc;
}

table.PanierListe
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	table-layout: auto;
	font-size: 10pt;
	border-collapse: separate;
	background-color: #f4a460;
}
div.Identification
{
	position: absolute;
	left: 1px;
	top: 480px;
	width: 142px;
	height: 110px;
	z-index: 1;
	visibility: visible;
	background-color: lightskyblue;
	border-right: black 2px solid;
	border-top: black 2px solid;
	font-size: 9.5px;
	border-left: black 2px solid;
	border-bottom: black 2px solid;
	font-weight: bold;
}
input.Identification
{
	font-size: 9.5px;
}
td.Identification
{
	font-size: 8.5px;
}
input.IdentificationP
{
	font-size: 8.5px;
}
input.IdentificationN
{
	font-size: 8.5px;
}
span.Identification
{
	font-size: 9px;
	text-align: center;
}
a.lien
{
	color: black;
	text-decoration: none;
	border: 0;
}
DIV.LogIntra
{
	visibility: visible ;
	background-color: Maroon;
	position:absolute ;
	left:100px;
	top:100px;
	width:100px;
	height:100px;
}