﻿
body 	
{
	height:100%;
	/*min-width:1000px;*/
	
	margin:0px;
	margin-top:20px;
	width:100%;	
	min-width:1000px;
}


body .pControleRecherche 	
{
    position:absolute;
    top:20px;
}

body .pControleRecherche .tableauControleRecherche
{		
	border:0px; 	
    width:100%;
}

body .pControleRecherche .tableauControleRecherche .colonneFiltre
{		
	vertical-align:top;
}

body .pControleRecherche .tableauControleRecherche .colonneResultat
{		
	vertical-align:top;
	width:100%;
}

body .pControleRecherche .tableauControleRecherche .colonneConteneurDroite
{		
	vertical-align:top;
	width:0px;
}

/* Conteneur père pour l'affichage du contenu au clic sur la ligne de grille */
body .pAffichage
{		
    width:100%;
}

body .pConteneurDroite
{
	width:0px;
	margin-left:0px;
	overflow:hidden;
}

/*****************************/
.pChargement
{
	font-family:Trebuchet MS, Arial;
	font-size:9px;
	color: #0066CC;
}


/***********************************************************/
/*	Infos au survol de la grille de recherche filtrée	*/
/***********************************************************/

body .pInfosCommande
{
	position:absolute;
	
	font-family:Arial;
	font-size: 9px;
	color: #0066CC;
	
	visibility:hidden;
	width:160px;
}

body .pInfosCommande .tableBl, body .pInfosCommande .tableStock
{
	border-collapse:collapse;
	width:100%;
}

body .pInfosCommande .tableStock
{
	margin-top:4px;	
}

body .pInfosCommande .tableBl td, body .pInfosCommande .tableStock td
{
	background:url('../../Res/Png/fondEntete2InfosBLStock.png') repeat-x;
	border: 1px solid #0066CC;
	text-align:center;
}

body .pInfosCommande .tableBl th, body .pInfosCommande .tableStock th
{
	background:url('../../Res/Png/fondEnteteInfosBLStock.png') repeat-x;
	border: 1px solid #0066CC;
	text-align:center;
	color:White;
}


/************/
/* BANDEAU */
/***********/

body .bandeauHaut
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	min-width:1000px;
	height:20px;
	background:#0066A7;
	
	vertical-align:middle;
	
	overflow:hidden;
}

body .bandeauHaut .nomUtilisateur
{
	/*float:left;*/
	font-family:Arial;
	font-size:12px;	
	font-weight:bold;
	color:White;

	margin-left:5px;
	margin-right:8px;	
}

body .bandeauHaut .lienConfigurer
{
	color:White;
	text-decoration:underline;
		
	font-family:Arial;
	font-size:11px;	
	
	margin-right:8px;
}

body .bandeauHaut .pHelp
{
	position:absolute;
	right:5px;
	top:1px;
}

body .pTexteHelp
{
	position:absolute;
	right:0px;
	top:25px;
	width:500px;
	height:500px;
	padding:6px;
	padding-right:10px;
	
	background-color:#FFFFE0;
	border:1px solid lightgrey;
	
	font-family:Arial;
	font-size:11px;
	text-align:justify;
	color: #0066CC;
}

body .pTexteHelp .bFermerAide
{
	float:right;
}
