/* ***** Gestion des textes ***** */
.Texte {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

.ongletsignsup {
  text-align : right;
  vertical-align : top;
  font-size : 20pt;
}

.bandeausup {
  width : 800px;
  height : 80px;
}

INPUT.Texte {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color : #F5F5F5;
  border : none;
  padding-top : 1px;
  padding-left : 0px;
}

.TexteOblig {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold
}

/* Supp le 02/07/01
INPUT.TexteOblig {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  background-color : #F5F5F5;
  border : none;
  padding-top : 1px;
  padding-left : 0px;
}
Fin supp */

.TexteLien {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000000;
  text-decoration: none;
}

.TexteLienBarre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #FFFFFF;
  text-decoration: none;
}

/* Supp le 02/07/01
INPUT.TexteLien {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-decoration: underline;  
  background-color : #F5F5F5;
  border : none;
  padding-top : 1px;
  padding-left : 0px;
  cursor : hand;
}
Fin supp*/

.TexteLienOblig {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
  text-decoration: underline
}

/* Supp le 02/04/01
INPUT.TexteLienOblig {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: underline;  
  background-color : #F5F5F5;
  border : none;
  padding-top : 1px;
  padding-left : 0px;
  cursor : hand;
}
Fin supp */

BtnLien {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
  border-top-color : Gray;
  border-top-style : solid;
  border-top-width : 1px;
  border-bottom-color : Gray;
  border-bottom-style : solid;
  border-bottom-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  cursor : hand;
  background-color : transparent;
  padding-bottom : 0px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  margin-bottom : 0px;
  margin-top : 0px;  
  margin-left : 0px;
  margin-right : 0px;  
}
/*
  margin: 0px;
  padding : 0px;
  text-align : left;
  vertical-align : bottom;
*/

.TexteId {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background-color : #F5F5F5;
  color:  #000099;
  border : none;
  font-weight : bold;
  text-decoration : line-through;
}

INPUT.Inacc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color : #F5F5F5;
  color : #000099;
  border : thin solid #F5F5F5;
}

INPUT.Invisible {
  border : none;
  display : none;
}

INPUT.Case {
  margin-left : -4px;
}

INPUT.Compteur {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color: #FFFFF5;
  border : thin solid #FFFFF5;
  padding-top : 4px;
}

/* ***** Gestion des comportements ***** */
.Invisible {
  visibility : hidden;
}

/*  ***** Gestion des parties de la page ***** */

DIV.Liste {
  background-color: transparent;
/*  background-color: #FFFFF5; Supp le 03/09/01 */
  padding-left : 0;
  padding-right : 0;
  padding-top : 0;
  padding-bottom : 0;
  border : none;
}

DIV.BarreSep {
  background-color: #FFFFF5;
  padding-left : 0;
  padding-right : 0;
  padding-top : 0;
  padding-bottom : 0;
  border : thin outset;
  cursor : col-resize;
  position : relative;
  left : 0;
}

DIV.Contenu {
  background-color: #FFFFF5;
  padding-left : 5;
  padding-right : 0;
  padding-top : 0;
  padding-bottom : 0;
  border-left-style : none;
}

/*  ***** Gestion des listes ***** */

.ListeTitre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color: #00669A;
  color: #FFFFF5;
  padding-left: 3px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 3px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px
}

.ListeTitreLien {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #FFFFFF
}

.ListeTitreLien:hover {
  text-decoration: underline;
  background-color : #666666;
}

INPUT.ListeTitre{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color : #00669A;
  color : #FFFFFF;
  border : none;
}

.Liste {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background-color: #F5F5F5;
  vertical-align: middle;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px
}

.ListeEntete {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #FFFFFF;
  background-color: #A08010;
  font-weight: normal;
  border-color: black #A9A9A9 black black;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px
}

.ListeEnteteLien {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #FFFFFF;
  font-weight: bold;
}

.ListeEnteteLien:hover {
  text-decoration: underline;
  background-color : #48D1CC;
}

.ListeLigne {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-weight: bold;
  border-color: black #A9A9A9 black black;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px
}

INPUT.ListeLigne {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color : #F5F5F5;
  color : #000000;
  border : none;
  cursor : hand;
}

.ListeLigneEncours {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color : #FFFFFF;
  background-color: #666666;
  border-color: black #A9A9A9 black black;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  cursor: hand;
}

.ListeEnpied {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color: #00669A;
  color: #FFFFFF;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 3px;
  padding-left: 3px;
}

.ListeEnpiedLien {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #FFFFFF;
  font-weight: bold;
}

.ListeEnpiedLien:hover {
  text-decoration: underline;
  background-color :  #666666;
}

/*  ***** Gestion des tableaux ***** */
/*
.TableauTitre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color: #00669A;
  color: #FFFFFF;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 3px;
  padding-left: 3px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 1px
}
*/
.TableauTitre {
  font-family: Arial, Helvetica, sans-serif;
  font-size:9pt;
  background-color:#86A6D5;
  color:#2E2963;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 3px;
  padding-left: 3px;
  border-style: outset;
  border-top-width: 0px;
  border-right-width: 2px;
  border-bottom-width: 1px;
  border-left-width: 1px
}

.TableauTitreLien {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #FFFFFF
}

.TableauTitreLien:hover {
  text-decoration: underline;
  background-color :  #666666;
}

/*
INPUT.TableauTitre{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color : #00669A;
  color : #FFFFFF;
  border : none;
}
*/

INPUT.TableauTitre{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color:#86A6D5;
  color:#2E2963;
  border : none;
}

.Tableau {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color: #F5F5F5;
  vertical-align: middle;
  border-style: outset;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

/*
.TableauEntete {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #FFFFFF;
  background-color: #009999;
  font-weight: normal;
  border-color: black #A9A9A9 black black;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px
}
*/

.TableauEntete {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000000;
  background-color:#D7E0F1;
  font-weight: normal;
  border-color: #F0FFFF #A9A9A9 White black;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px
}
.TableauEnteteLien {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #FFFFFF;
  font-weight: bold;
}

.TableauEnteteLien:hover {
  text-decoration: underline;
  background-color : #48D1CC;
}
/*
.TableauLigne {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  vertical-align: middle;
  border-color: black #A9A9A9 black black;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px
}
*/
.TableauLigne {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  vertical-align: middle;
  border-color: black #A9A9A9 black black;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  background-color : #FFFFF0;
}

INPUT.TableauLigne {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color : #F5F5F5;
  color : #000000;
  border : none;
  cursor : hand;
}
.TableauLigneEncours {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color : #FFFFFF;
  background-color: #666666;
  border-color: black #A9A9A9 black black;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px
}

/*
.TableauEnpied {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color: #00669A;
  color: #FFFFFF;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 3px;
  padding-left: 3px;
}
*/
.TableauEnpied {
  font-family: Arial, Helvetica, sans-serif;
  font-size:9px;
  background-color:#86A6D5;
  color:#2E2963;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 3px;
  padding-left: 3px;
}

.TableauEnpiedLien {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #FFFFFF;
  font-weight: bold;
}

.TableauEnpiedLien:hover {
  text-decoration: underline;
  background-color :  #666666;
}

/*  ***** Gestion des ensembles ***** */
.Ensemble {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color: #F5F5F5;
/*  vertical-align: middle ;*/
  border-style: outset;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  padding-left: 3px;
}

.EnsembleLigne {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color: #F5F5F5;
  vertical-align: middle;
  border-style: outset;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 1px;
}

.EnsembleMarge {
  height : 10 px;
}
/*  ***** Gestion des groupes ***** */
.Groupe {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color: #F5F5F5;
  vertical-align: middle;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style : solid;
  border-color : #A9A9A9;
}

.GroupeTitre {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background-color: #F5F5F5;
  color: #00669A;
  position : relative;
  top : 7;
  left : 5;
  padding-left : 2;
  padding-right : 2;
  font-weight : bold;
}

A.GroupeTitre {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background-color: #F5F5F5;
  color: #00669A;
  position : relative;
  top : 0;
  left : 0;
  padding-left : 2;
  padding-right : 2;
  font-weight : bold;
  text-decoration : underline;
}

INPUT.GroupeTitre {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background-color : #F5F5F5;
  color : #00669A;
  border :none;
  position : relative;
  top : 0;
  left : 0;
  padding-left : 2;
  padding-right : 2;
  font-weight : bold;
}

.GroupeMarge {
  height : 5 px;
}

.GroupeVide {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color: #F5F5F5;
  vertical-align: middle;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style : solid;
  border-color : #F5F5F5;
}
/*  ***** Gestion des onglets ***** */
.Onglet {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  margin-top : 5px;
}

.OngletLibre {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000000;
/*  cursor: hand;*/
  position : relative;
  top : 3;
  background-image : url(/erp/outils/onglet/images/ongletlibre.png);
}
A.OngletLibre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000000;
  background-image : none;
}

.OngletPris {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
/*  cursor: hand;*/
  background-image : url(/erp/outils/onglet/images/ongletpris.png);
}
A.OngletPris {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
  background-image : none;
}

.OngletInacc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #FFFFFF;
  position : relative;
  top : 3;
  background-image : url(/erp/outils/onglet/images/ongletlibre.png);
}
A.OngletInacc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #FFFFFF;
  background-image : none;
}

.OngletVide {
  background-image : url(/erp/outils/onglet/images/ongletvide.png);
}

.OngletFeuillet {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color: #F5F5F5;
  vertical-align: middle ;
  padding-left: 3px ;
  border-style: outset;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px
}
.OngletS {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  border-bottom-color : #00669A;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  margin-top : 5px;
}

.OngletSLibre {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #FFFFFF;
  cursor: hand;
  background-color : #3399CC;
/*
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 5px;
  border-left-color : #FFFFF5;
  border-right-color :  #000000;
  border-top-color : #FFFFFF;
  border-bottom-color : #FFFFFF;
*/
  border-style: outset;
  border-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 5px;
}

.OngletSPris {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #FFFFFF;
  cursor: hand;
  background-color : #00669A;
/*
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 5px;
  border-left-color :#FFFFF5;
  border-right-color :  #000000;
  border-top-color : #FFFFFF;
*/
  border-style: outset;
  border-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 5px;
}

.OngletSInacc {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: Silver;
  background-color : #3399CC;
/*
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 5px;
  border-left-color :#FFFFF5;
  border-right-color :  #000000;
  border-top-color : #FFFFFF;
  border-bottom-color : #FFFFFF;
*/
  border-style: outset;
  border-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 5px;
}

.OngletSVide {
}
  
/*  ***** Gestion des barres ***** */
.Barre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color: #00669A;
  padding-right: 0px;
  padding-left: 0px;
  color: #FFFFFF;
}

.BarreLien {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #FFFFFF;
}

INPUT.BarreLien {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  background-color: #00669A;
  color: #FFFFFF;
  border : none;
  cursor : hand;
  margin: 0px;
  padding : 0px;
  text-align : left;
  vertical-align : bottom;
}

.BarreLienEncours {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
  background-color :  #666666;
}

.BarreLien:hover {
        text-decoration: underline;
        background-color :  #666666;
}

.BarreInacc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #D1D1D1;
  font-weight: bold;
}

.BarreInacc:hover {
        text-decoration: none;
  cursor : col-resize;
}

.BarreTitre {
  font-family: verdana;
  font-size: 8pt;
    background-color:#0099CC;
  text-align : center;
  color: #FFFFFF
}

INPUT.BarreTitre {
  font-family: verdana;
  font-size: 8pt;
    background-color:#0099CC;
  text-align : center;
  color: #FFFFFF;
  border : none;
  margin: 0px;
  padding : 0px;
  text-align : left;
  vertical-align : bottom;
}

.BarreTitreG {
  background-repeat : repeat-y;
  background-image : url(/erp/programmes/outils/barre/images/degrgauche.png);
  width : 34px;
}

.BarreTitreD {
  background-repeat : repeat-y;
  background-image : url(/erp/programmes/outils/barre/images/degrdroit.png);
  width : 34px;
}
/* ***** Gestion des barres intérieures ***** */
.Barrei {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
/*  background-color : #4682B4;
  color: #FFFFFF;*/
  background-color : #FFFFFF;
  color: #00000;
  padding-right: 3px;
  padding-left: 3px;
  border-top-color : #A9A9A9;
  border-top-style : solid;
  border-top-width : 1px;
  border-bottom-color :  #A9A9A9;
  border-bottom-style : solid;
  border-bottom-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  margin-top : 3px;
/*  margin-bottom : 3px;*/
}

.BarreiLien {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
/*  color: #FFFFFF;*/
  color: #000000;
}

INPUT.BarreiLien {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
/*  background-color:#4682B4;
  color: #FFFFFF;*/
  background-color:#FFFFFF;
  color: #000000;
  border : 1px solid;
  cursor : hand;
  margin: 0px;
  padding : 0px;
  text-align : left;
  vertical-align : bottom;
}

.BarreiLienEncours {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
  background-color :  #666666;
}

.BarreiLien:hover {
        text-decoration: underline;
  color: #FFFFFF;
        background-color :  #666666;
}

.BarreiInacc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #FFFFFF
}

.BarreiInacc:hover {
        text-decoration: none;
}

/* ***** Gestion des titres **** */
.Titre1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background-color : #F5F5F5;
  color:  #000099;
  border : none;
  font-weight : bold;
}

INPUT.Titre1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background-color : #F5F5F5;
  color:  #000099;
  font-weight : bold;
  border : none;
  padding-top : 1px;
  padding-left : 0px;
}

.Titre2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background-color : #F5F5F5;
  color:  #000099;
  border : none;
  padding-top : 1px;
  padding-left : 0px;
}

INPUT.Titre2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background-color : #F5F5F5;
  color:  #000099;
  font-style : italic;
  border : thin #F5F5F5 solid;
  padding-top : 3px;
}

/* ***** Gestion des boutons image ***** */

.BtnZoom {
/*  background-image : url(/erp/outils/detail/images/detail.gif);*/
/*  background : no-repeat;*/
  border : 0px;
  width : 15px;
  height : 15px;
  cursor : hand;
}

.BtnCalend {
/*  background-image : url(/erp/outils/appelcalendrier/images/calend.gif);*/
/*  background : no-repeat;*/
  border : 0px;
  width : 15px;
  height : 15px;
  cursor : hand;
}
.BtnQte {
/*  background-image : url(/erp/outils/convunite/images/detail_lache.gif);*/
/*  background : no-repeat;*/
  border : 0px;
  width : 15px;
  height : 15px;
  cursor : hand;
}

.BtnInfo {
/*  background-image : url(/erp/programmes/outils/info/images/detail_lache.gif);*/
/*  background : no-repeat;*/
  border : 0px;
  width : 15px;
  height : 15px;
  cursor : hand;
}

.Btn {
  cursor : hand;  
  border-width : 0px;
/*  position : relative;
  top : 3;*/
}

/* ***** Redéfinition des balises **** */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color: #FFFFF5
}

A {
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px
}

A:active {
}

A:link {
}

A:visited {
}

A:hover
{
        text-decoration: overline;
}

A:hover
{
        text-decoration: underline;
}

input {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: Black;
	background-color : white;	
/*  font-size: 9pt*/
}

select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
/*  font-size: 9pt*/
}

form {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px
}

table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px
}

tr {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px
}

th {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  font-weight: normal
}

td {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px
}

img {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px
}

/* ***** Gestion de la bannière ***** */
.Banniere {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
/*  background-color: #FFFFFF;*/
  color: #000000;
  margin-bottom : 0px;
  margin-top : 0px;
  padding-bottom : 0px;
  padding-top : 0px;
  border-bottom: 1px;
  border-bottom-style : solid;
  border-bottom-color : #008080;
}

.BanniereLien {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000000;
  background-repeat : no-repeat;
}

INPUT.BanniereLien {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color : transparent;
  color : #000000;
  border : none;
}

h2.choix {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-align: left;
  background-color: rgb(0,128,128);
  color: rgb(255,255,255);
  font-weight: normal;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left : 20px;
  margin-right : 0px;
  padding-left : 0px;
  padding-right : 0px;
}

/* Tests */
.BtnZoomB {
/*  background-image : url(/erp/outils/detail/images/detail_lache.gif);*/
/*  background : no-repeat;*/
  border : 0px;
  width : 15px;
  height : 15px;
  behavior : url(/erp/outils/detail/htc/comport.htc);
  cursor : hand;
}
.Bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: black;
	background-color : #F5F5F5;
}
.Selection {
	font-family: Courier New, Courier, mono;
	font-size: 18px;
	font-weight: bold;
	color: Black;
	background-color : white;	
}

