﻿ul.TabBar
{
	width: 100%;
	border-bottom: solid 1px Highlight;
}

table.TabControl ul.TabBar li.onglet
{
	background-color: inactivecaption ;
	color: inactivecaptiontext;
}

table.TabControl ul.TabBar li.ongletSelected  
{
	background-color:   activecaption ;
	color: captiontext  ;
	font-weight: bold;
}

table.TabControl a.bouton,
table.TabControl a.boutonValider 
{   width:70px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	 border : solid 1px inactiveborder;	
	background-color: InactiveCaption;
	color: inactivecaptiontext; 
}
 

table.TabControl a.boutonValider 
{  width:90px; 
	border: solid 2px inactiveborder;	 
}

table.TabControl a.bouton:hover 
{ 
	background-color: activecaption;	
	border: solid 1px activeborder ;	
	color: captiontext  ;
}

table.TabControl a.boutonValider:hover 
{
	border: solid 2px activeborder ;	 
	background-color:  activecaption;	
	color: captiontext  ;
}

table.TabControl span.Error
{
	color: Red;
	font-weight: bold;
}

table.TabControl div.TabSheet div.syntheseContent table tr.hover
{
	background-color: InactiveCaption;
}

table.TabControl div.TabSheet div.syntheseContent table tr.nodata
{
	background-color: Red;
	color: White;
	font-weight: bold;
}

table.TabControl div.TabSheet div.syntheseContent table tr.nodatahover
{
	background-color: White;
	color: Red;
	font-weight: bold;
}

table.TabControl div.TabSheet div.syntheseContent table tr.totaux
{
	font-weight: bold;
	text-align: center;	
}

table.TabControl div.TabSheet div.syntheseContentLoad
{
	text-align: center;
	vertical-align: middle;
}