.menuadmin a
{
    font-size:14px;
    font-family:verdana;
    width:100%;
    height:100%;
    font-weight:bold;
    text-decoration:none;
    color:black;
    padding-top:6px;
    background-color:transparent;
}
 
.menuadmin a:hover
{
    background-color:#1B666C;
    color:white;
    text-decoration:none;
}
 
.menuadmin
{
    width:350px;
    height:30px;
    background-color:#B6CCCA;
    color:black;
    border-style:outset;
    border-width:1px;
    text-align:center;
}

a.tb_textbouton
{
	height:100%;
	width:100%;
	color:white;
	text-decoration:none;
	text-align:center;
	padding-top:6px;
	background-color:#1B666C;
}
a.tb_textbouton:hover
{
	color:white;
	text-decoration:none;
	background-color:red;
}
a.tb_textboutonlocked
{
	height:100%;
	width:100%;
	text-align:center;
	padding-top:6px;
	color:white;
	text-decoration:none;
	background-color:red;
}
a.tb_textboutonlocked:hover
{
	text-decoration:none;
	color:white;
}


html.*
{
	scrollbar-base-color: #D9D5D7;
}

.ZoneFicheVO
{
	background-color:white;
	border-style:inset;
	border-width:1px;
}

#ListeMatricule td
{
	color:white;
}

#ListeMatricule
{
	background-color:#1B666C;
	border-width:1px;
	border-color:black;
	border-style:solid;
	padding:5px;
}

.divPadding
{
	padding:10px;
	width:100%;
}

#divwait div
{
	width:250;
	height:60;
	background-color:#1B666C;
	border-style:outset;
	border-width:1;
	color:white;
}

#divBandeau a:hover
{
	text-decoration:underline;
}

#divBandeau a
{
	color:#1B666C;
	font-size:10px;
	font-weight:bold;
	font-family:verdana;
	text-align:center;
	text-decoration:none;
	padding:10px;
}
#divBandeau a.liendebase
{
	background-color:transparent;
}
#divBandeau a.liendebase:hover
{
}
#divMenu table tr td a
{
	width:100%;
	height:100%;
	color:white;
	font-size:12px;
	font-family:verdana;
	text-align:center;
	background-color:#1B666C;
	text-decoration:none;
	padding-top:7px;
}
#divMenu table tr td a:hover
{
	background-color:#1B666C;
	text-decoration:underline;
}
#divMenu table
{
	background-color:#1B666C;
}
#divMenu table tr td
{
	color:white;
	font-size:12px;
	font-family:verdana;
	text-align:center;
}

#divMenu table tr td.light
{
	color:white;
	font-size:12px;
	font-family:verdana;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	background-color:#1B666C;
}

#divBandeau
{
	width:100%;
	height:100px;
}

#divInscription
{
	border-style:solid;
	border-width:1px;
	border-color:black;
	width:600px;
	background-color:#DAD5D9;
}
#divInscription input
{
	border-width:1px;
	width:100%;
}
#divInscription select
{
	border-width:1px;
}
#divInscription table tr th
{
	text-align:right;
	font-weight:bold;
}

.divInfos
{
	background-color:#B9D2CF;
	border-width:1px;
	border-color:black;
	border-style:solid;
	padding:5px;
}

.divListing
{
	position:inherit;
	overflow:auto;
	border-width:2px;
	border-style:inset;
}
.divListing table tr th
{
	border-style:outset;
	border-width:1;
	background-color:buttonface;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}
.divListing table tr td
{
	padding-left:5px;
	padding-right:5px;
}
h2
{
	font-size:18px;
    FONT-FAMILY: arial;
}

h3
{
	font-size:16px;
    FONT-FAMILY: arial;
}

#divLoginForm h3{font-size:12px;}
#divLoginForm
{
	font-family:arial;
	border-style:outset;border-width:1px;
	padding:5px;
	width:500px;
	background-color:#DAD5D9;
}
#divLoginForm input
{
	border-width:1px;
}

#divAccueil
{
	padding:10px;
}
#divLogin h3{font-size:12px;}
#divLogin input
{
	border-width:1px;
}
#divLogin
{
	font-family:arial;
	padding:5px;
	width:100%;
}
#MessageErreur
{
	color:red;
	font-weight:bold;
}
a
{
	color:black;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    MARGIN: 0px;
    OVERFLOW: hidden;
    TEXT-TRANSFORM: none
}

A.boutoncritereoff
{
	background-color:#E7E7E7;
    COLOR: gray;
    border-width:2px;
    border-style:groove;
    font-weight:normal;
    HEIGHT: 18;
    font-size:11px;
    TEXT-DECORATION: none;
    WIDTH: 100%;
    cursor:default;
}
A.boutoncritereoff:hover
{
    TEXT-DECORATION: none;
}
A.boutoncritere
{
	background-color:#E7E7E7;
    COLOR: black;
    border-width:2px;
    border-style:groove;
    font-weight:bold;
    HEIGHT: 18;
    font-size:11px;
    TEXT-DECORATION: none;
    WIDTH: 100%;
    cursor:pointer;
}
A.boutoncritere:hover
{
    TEXT-DECORATION: none;
	background-color:#D9D5D7;
}

A.boutoncriterered
{
    background-color:red;
    COLOR: white;
    border-width:2px;
    border-style:groove;
    font-weight:bold;
    HEIGHT: 18;
    font-size:11px;
    TEXT-DECORATION: none;
    WIDTH: 100%;
    cursor:pointer;
}
A.boutoncriterered:hover
{
    TEXT-DECORATION: none;
    background-color:red;
}
<!-- Anciens styles -->
.clsbutton
{
	color:white;
	border-style:outset;
	border-width:2;
	cursor:pointer;
	text-weight:bold;
}

.cadrenoir
{
	border-style:solid;
	border-color:black;
	border-width:0 1 1 0;
}
.cadrenoirepais
{
	border-style:solid;
	border-color:black;
	border-width:0 2 2 0;
}
.EnteteCommandeNomClient
{
    BACKGROUND-COLOR: red;
    color:white;
    font-weight:bold;
}
.EnteteCommande
{
    BACKGROUND-COLOR: #D9D5D7;
}

a.lienEnteteListe
{
	color:black;
	FONT-FAMILY: verdana;
	text-decoration : none;
}

a.lienEnteteListe:hover
{
	color:black;
	FONT-FAMILY: verdana;
	text-decoration : underline;
}

.ssenteteListe
{
	background-color:#EEEEEE;
	border-style:solid;
	border-color:black;
	border-width:0 1 1 0;
}
.enteteListe
{
	border-style:outset;
	border-width:2;
	background-color:#D9D5D7;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	border-bottom: black 1px solid;
	border-right: black 1px solid;
	border-top: black 1px solid
}
a.lienPagination
{
	color:black;
	FONT-FAMILY: verdana;
	text-decoration : none;
}
a.lienPagination:hover
{
	color:black;
	FONT-FAMILY: verdana;
	text-decoration : underline;
}
.enteteListeTrp
{
	color:black;
	border-style:outset;
	border-width:2;
	background-color:buttonface;
}

a.actupromolink
{
	color:#999999;
	text-decoration:none;
}
a.actupromolink:hover
{
	color:#E43A1E;
	text-decoration:none;
}

.hilight
{
	background-color: #a40b1b ;
	color:white ;
}
.lolight
{
	background-color: #FAA6B0 ;
	color:black ;
}
.notsel
{
	background-color: transparent ;
	color:black ;
}

A.ongletFVO
{
    COLOR:black;
    HEIGHT: 100%;
    TEXT-DECORATION: none;
    WIDTH: 100%
}
A.ongletFVO:hover
{
    COLOR: black;
    HEIGHT: 100%;
    TEXT-DECORATION: underline;
    WIDTH: 100%
}
A.ongletFVO:active 
{
	FONT-WEIGHT: bold;
    COLOR: black;
    HEIGHT: 100%;
    TEXT-DECORATION: none;
    WIDTH: 100%
}
A.ongletFVO:focus 
{
	FONT-WEIGHT: bold;
    COLOR: black;
    HEIGHT: 100%;
    TEXT-DECORATION: none;
    WIDTH: 100%
}
A.menu
{
	COLOR: #333333;
	TEXT-DECORATION: none;
	FONT-FAMILY: arial;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
}
A.menu:hover
{
	COLOR: #333333;
	TEXT-DECORATION: underline;
	FONT-FAMILY: arial;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
}
A.menu:active
{
	COLOR: #333333;
	TEXT-DECORATION: underline;
	FONT-FAMILY: arial;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
}
A.menu2
{
	COLOR: #333333;
	TEXT-DECORATION: none;
	FONT-FAMILY: arial;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
}
A.menu2:hover
{
	COLOR: #333333;
	TEXT-DECORATION: underline;
	FONT-FAMILY: arial;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
}
A.menu2:active
{
	COLOR: #333333;
	TEXT-DECORATION: underline;
	FONT-FAMILY: arial;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
}
A.menu3
{
	COLOR: #333333;
	TEXT-DECORATION: none;
	FONT-FAMILY: arial;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
}
A.menu3:hover
{
	COLOR: #333333;
	TEXT-DECORATION: underline;
	FONT-FAMILY: arial;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
}
A.menu3:active
{
	COLOR: #333333;
	TEXT-DECORATION: underline;
	FONT-FAMILY: arial;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
}
#msgcmd
{
    BACKGROUND-COLOR: #67655C;
    COLOR: white;
    FONT-FAMILY: verdana
}
#tdmsgcmd
{
    BACKGROUND-COLOR: #67655C;
    COLOR: white;
    FONT-FAMILY: verdana;
    FONT-SIZE: 12px
}
.confiance
{
    BACKGROUND-COLOR: #67655C;
    COLOR: white;
    FONT-FAMILY: verdana;
    FONT-SIZE: 12px
}
#divLoadCont
{
    BACKGROUND-COLOR: #BEBEBE;
    COLOR: black;
    FONT-FAMILY: verdana;
    HEIGHT: 98%;
    LEFT: 0px;
    POSITION: absolute;
    TOP: 0px;
    WIDTH: 100%;
    Z-INDEX: 100;
    layer-background-color: white
}
#divcalquemessage
{
    BACKGROUND-COLOR: white;
    FILTER: alpha(opacity=0,1)
}
#divmessage
{
    BACKGROUND-COLOR: #67655C;
    BORDER-width: 1px;
    BORDER-style: solid;
    BORDER-color: #cccccc;
    COLOR: white;
    FONT-FAMILY: verdana
}
#tdmessage
{
    COLOR: white;
    FONT-FAMILY: verdana;
    FONT-SIZE: 12px
}
.divcalquemessage
{
    BACKGROUND-COLOR: white;
    FILTER: alpha(opacity=0,1)
}
.divmessage
{
    BACKGROUND-COLOR: #67655C;
    BORDER-width: 1px;
    BORDER-style: solid;
    BORDER-color: #cccccc;
    COLOR: white;
    FONT-FAMILY: verdana
}
.tdmessage
{
    COLOR: white;
    FONT-FAMILY: verdana;
    FONT-SIZE: 12px
}
INPUT.msgboxbtn
{
    BACKGROUND-COLOR: #67655C;
    COLOR: white;
    FONT-FAMILY: verdana;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold
}
.divmsgtxt
{
    BACKGROUND-COLOR: #67655C;
    COLOR: white;
    FONT-FAMILY: verdana;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    MARGIN-TOP: 10px
}

.MessageBox
{
    BACKGROUND-COLOR: #67655C;
    COLOR: white;
    FONT-FAMILY: verdana;
    FONT-SIZE: 12px
}
.divmsgtxtgris
{
    BACKGROUND-COLOR: gray;
    COLOR: white;
    FONT-FAMILY: verdana;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    MARGIN-TOP: 10px
}
INPUT.msgboxbtngris
{
    BACKGROUND-COLOR: silver;
    BORDER-BOTTOM: white 2px solid;
    BORDER-LEFT: white 2px solid;
    BORDER-RIGHT: white 2px solid;
    BORDER-TOP: white 2px solid;
    COLOR: black;
    FONT-FAMILY: verdana;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    HEIGHT: 30px
}
.MessageBoxgris
{
    BACKGROUND-COLOR: gray;
    COLOR: white;
    FONT-FAMILY: verdana;
    FONT-SIZE: 12px
}
.msglogincss
{
    BACKGROUND-COLOR: #67655C;
    COLOR: white;
    FONT-FAMILY: verdana;
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center
}
TR
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt
}
TD
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt
}
INPUT
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt
}
SELECT
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt
}
THEAD.EnteteListe TD
{
    BACKGROUND: buttonface;
    BORDER-BOTTOM: buttonshadow 1px solid;
    BORDER-LEFT: buttonhighlight 1px solid;
    BORDER-RIGHT: buttonshadow 1px solid;
    BORDER-TOP: buttonhighlight 1px solid;
    CURSOR: hand;
    FONT-FAMILY: verdana;
    FONT-SIZE: 10pt;
    HEIGHT: 16px;
    PADDING-TOP: 0px
}
TBODY.CorpsListe TD
{
    BACKGROUND: window;
    CURSOR: default;
    FONT-FAMILY: verdana;
    FONT-SIZE: 10pt;
    HEIGHT: 16px;
    PADDING-TOP: 0px
}
.BordureOutset
{
    BORDER-BOTTOM: 2px outset;
    BORDER-LEFT: 2px outset;
    BORDER-RIGHT: 2px outset;
    BORDER-TOP: 2px outset;
    FONT-FAMILY: verdana;
    FONT-SIZE: 10pt
}
.BordureInset
{
    BORDER-BOTTOM: 2px inset;
    BORDER-LEFT: 2px inset;
    BORDER-RIGHT: 2px inset;
    BORDER-TOP: 2px inset;
    FONT-FAMILY: verdana;
    FONT-SIZE: 10pt
}
.Entete
{
    BACKGROUND-COLOR: #FDD017;
    COLOR: black;
   	BORDER-BOTTOM: 2px outset;
    BORDER-LEFT: 2px outset;
    BORDER-RIGHT: 2px outset;
    BORDER-TOP: 2px outset;
    FONT-FAMILY: verdana;
    FONT-SIZE: 10px;

}
.Corps
{
    BACKGROUND-COLOR: #BEBEBE;
    COLOR: black;
    FONT-FAMILY: Verdana
}

.Messagerie_Titre
{
	font-size:18px;
	font-family:verdana;
	color:black;
	font-weight:bold;
}
.Messagerie_Libelle
{
	font-family:verdana;
	font-weight:normal;
}
.Messagerie_Remarque
{
	font-family:verdana;
	color:black;
	font-weight:bold;
}

.Codif_contenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: justify;
}
.Codif_Background
{
	background-color:#830517;
}
.Codif_Border
{
	border-color:#830517;
}

.MessageRemarque
{
	color:#830517;
	font-weight:bold;
}
.bouton
{
	background-image:url(/images/commun/btnetirable.gif);
	border-width:1 ;
	border-style:solid;
	border-color:white silver;
	color:white;
	font-family:verdana;
	font-weight:bold ;
	height:30 ;
	cursor:hand ;
}
.commande_libelle
{
	color:black;
	font-weight:bold;
}
EnteteRen
{
    BACKGROUND-COLOR: #FDD017;
    COLOR: white;
    FONT-FAMILY: Verdana
}
div.div_ett
{
	align:center;
	width:164px;
	height:15px;
	background-image:url(../Images/PolCom/rectangle_menu.jpg);
	background-repeat:no-repeat;
	background-position:6px;
	color: #333333;
	text-decoration: none;
	font-family: arial;
    font-size: 10px;
    font-weight: bold;
}
div.div_all
{
	align:center;
	width:164px;
	height:15px;
	background-image:url(../Images/PolCom/rectangle_menu_all.jpg);
	background-repeat:no-repeat;
	background-position:6px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: arial;
    font-size: 10px;
    font-weight: bold;
}


.menu_gauche
{
	color: #333333;
	text-decoration: none;
	font-family: arial;
    font-size: 10px;
    font-weight: bold;
}
.sous_menu_gauche
{
	color: #333333;
	text-decoration: none;
	font-family: arial;
    font-size: 10px;
}
.menu_titre
{
    COLOR: black;
    font-weight:bold;
    HEIGHT: 18;
    font-size:14px;
    TEXT-DECORATION: none;
    WIDTH: 95%;
}