﻿
.Contenu .Infos .ZoneConfig .TitreBleu
{
	font-family:Arial;
	color:#1652A9;
	font-size:11px;
	font-weight:bold;	
}

.Contenu .Infos .ZoneConfig .NomRubriqueConfig
{
	font-size:10px;
	color:#FA7102;	
	font-weight:bold;
}

.Contenu .Infos .ZoneConfig .NomModuleConfig
{
	font-size:10px;
	/*color:#767676;*/
	color:Black;		
	
	vertical-align:middle;
}

.Contenu .Infos .ZoneConfig .NomLogicielConfig
{
	font-size:10px;
	color:Green;		
	
	vertical-align:middle;
}

.Contenu .Infos .ZoneConfig .Case
{
	margin:0px;
	border:0px;
	margin-right:3px;		
}

/***************************************************/
/* CONFIGURATIONS CLIENTS	*/
/***************************************************/

.Contenu .Infos .ZoneConfig .ZoneChargement
{
	font-family:Arial;	
	font-size:9px;
	color:#767676;
}

.Contenu .Infos .ZoneConfig .AffichageConfig
{
	position:absolute;
	top:0px;
	left:0px;
	
	width:715px;	
	
	background:#EBF3FE;
	border:1px solid lightgrey;
	
	font-size:10px;
	padding:5px;		
}

.Contenu .Infos .ZoneCle
{
    position:absolute;
    bottom:0px;
    left:0px;
    
    width:180px;
    
       
    font-size:Arial;
    font-size:10px;
    color:#767676;
    
}

/***************************************************/
/* CONFIG PAR DEFAUT	*/
/***************************************************/

.Contenu .Infos .ZoneConfig .AffichageConfigDefaut
{
	position:absolute;
	top:0px;
	left:0px;
	
	width:520px;	
		
	background:#EBF3FE;
	border:1px solid lightgrey;
	
	font-size:10px;
	padding:5px;
}

/***************************************************/
/* TREEVIEW	*/
/***************************************************/

.Contenu .Infos .ZoneConfig .PanelTreeViewModele
{
	background:#EBF3FE;
	border:1px solid lightgrey;
	
	position:absolute;
	top:30px;
	left:10px;
	
	width:400px;
	height:480px;
}

.Contenu .Infos .ZoneConfig .PanelTreeViewModele .TreeViewPackNode
{
	color:#ff8300;
}

.Contenu .Infos .ZoneConfig .PanelTreeViewModele .TreeViewRubriqueNode
{
	color:#8A2B00;
}

.Contenu .Infos .ZoneConfig .PanelTreeViewModele .TreeViewModuleNode
{
	color:#767676;
}

.Contenu .Infos .ZoneConfig .PanelTreeViewModele .TreeViewLogicielNode
{
	color:#707070;
}


.Contenu .Infos .ZoneConfig .PanelTreeViewModele .TreeViewNodeHover
{
	/*letter-spacing:1px;*/
	font-weight:bold;
}
	
	
.Contenu .Infos .ZoneConfig .PanelTreeViewModele .TreeViewNodeSelected
{
	color:black;
}
	
	
.Contenu .Infos .ZoneConfig .PanelInfosConfig
{
	position:absolute;
	top:30px;
	left:450px;
	
	font-size:10px;
}


.Contenu .Infos .ZoneConfig .Grille
{
	
	font-family:Arial;
	font-size:10px;
	
	width:100%;
	/*height:250px;		*/
}

.Contenu .Infos .ZoneConfig .Grille .entete
{
	background:url('../../../Res/FondEnteteGrille.jpg') repeat-x;
	height:27px;
	font-size:9px;	
}

.Contenu .Infos .ZoneConfig .Grille .LigneAlternee
{
	background-color:#EEEEEE;
}

