                          /* css générale à tous les business units */
*{
  color:#625b5A;
  font-family:arial;
  font-size:11px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  border-spacing:0px;
  cell-spacing:0px;
  cell-padding:0px;
}

body {
	background-repeat:no-repeat
}

img{
  align:top;
}

br{
  line-height:0.7em;
}

strong{
  font-weight:bold;
}

ul{
  list-style-image:url(/images/structure/puces/puce_noire.gif);
  list-style-position:inside;
}
* html ul{
  list-style-image:url(/images/structure/puces/puce_triangle.gif);
  list-style-position:inside;
}
li div{
  display:inline;
}
                    /*LES LIENS EN GENERAL*/
a{
  text-decoration:none;
  border:0px;
}
a:hover{
  text-decoration:none;
  border:0px;
}
a.bold{
  text-decoration:none;
	font-weight:bold;
  border:0px
}
a.bold:hover{
  text-decoration:none;
	font-weight:bold;
  border:0px
}
                    /*POUR LES LIENS SUR IMAGES*/
a *{
  border:0px;
}
                /*LES REGLES GENERALES POUR LES TABLEAUX*/
table,
table *{
  border-collapse:separate;
  empty-cells:hide;
  border-spacing:0px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}
                /* REGLES autres */
select.business{
  width:100%
}
.mention,
.mention *{
  visible:false;
  color:#888888;
  font-size:10px;
  font-weight:normal;
  text-transform:inherit;
  background-color:#E3E3E3;
}

.barre_outils,
.barre_outils *{
  visible:false;
  color:#325884;
  font-size:9px;
  font-weight:normal;
  text-transform:inherit; 
}

.fil_ariane,
.fil_ariane *{
  visible:false;
  color:#FFFFFF;
  font-size:9px;
  font-weight:normal;
  text-transform:inherit; 
}

.fin_liste,
.fin_liste *{
  visible:false;
  color:#FFFFFF;
  font-size:11px;
  font-weight:normal;
  text-transform:inherit; 
  text-align:center;
}
                    /* TITRES et FILTRES EDITEUR*/
h1,h1 *{
  visible:true;
  font-size:20px;
  font-weight:bold;
  text-transform:inherit; 
}

h2,h2 *{
  visible:true;
  font-size:11px;
  font-weight:bold;
  text-transform:inherit; 
}

h3,h3 *{
  visible:true;
  font-size:13px;
  font-weight:bold;
  text-transform:inherit; 
}

h4,h4 *{
  visible:true;
  font-size:16px;
  font-weight:bold;
  text-transform:inherit; 
}

h5,h5 *{
  visible:true;
  font-size:14px;
  font-weight:bold;
  text-transform:inherit; 
}

.small * {
  visible:true;
  font-size:10px;
  text-transform:inherit; 
}

.n1_notBU * {
  visible:false;
  font-weight:bold;
  color:#FFFFFF;
  font-size:13px;
}
                     /*COULEURS*/
.colorFFFFFF, .colorFFFFFF *{
  caption : blanc;
  color:#FFFFFF;
}

.colorFF9933, .colorFF9933 *{
  caption : cuivre orange;
  /*color:#FF9933;*/
  color:#FFB02F;
}
