/* espace membre */

.mb_a /* div principale */
{position : relative ; 
  top: 0px;
 /*  left : 5px ;*/
  
  width:         198px;  /* 2px trait  */
  font-family: verdana ,arial; 
  color :        #255899 ; /*  004e9a bleu moyen  -   000066   bleu fonce  */
  font-size :    14px; 
  line-height : 26px;
  border:        1px;
  border-style:  solid ;
  border-color:  #ff0000; /*  255899         /*664930*/
}

.mb_titre /* titre */
{ font-size :   17px; 
  line-height : 26px;
  text-align:   center ;
}
.mb_txt1 , .mb_retrait1  /* texte std   */
{ position : relative ; /* p/a */ 
  left : 0px;
  width : 180px; 
  padding-left : 0px;  /* 11px;*/
  text-align:   left ;
    font-size :    11px; 
  font-weight : normal ;
  line-height : 25px;
 /* border:        1px   solid  #00ff00 ;         */
}
.mb_retrait1 /* pour eviter padding  mb_txt1 */
{ /*left :0px; */
}

.mb_txtc /* texte centre */
{  text-align:   center ;
 background-color : #eecb33 ; /**/
}
.mb_fs /* form saisie - conteneur - ancre sur mb_txt1 */
{   /*float : right; width : 80px;*/
   position : absolute ;
   width : 95% ;
   left : 0px;
  top : 3px; /* */
  text-align : right  ;
/* line-height : 25px;*/
}
.mb_fs2 /* form saisie  - zone saisie*/
{    width : 80px;
  /* border : 0px;
   height : 16px; */height : 20px;
   color : #255899 ; 
font-size :   11px; 
   /*   border:        1px   solid  #ff0000 ;     */
}


/*   ====  inutile =========  */
.mb_bt0 /* div pour center bt */
{ width    : 200px ;
  text-align : left ; 
/*     border:        1px   solid  #ff0000;      */

}
.mb_bt  /*  pour sous menu en abs */
{  position : relative ;  /**/
   width : 170px;
  left :  14px;/* (206-170)/2 */
   line-height : 20px;
   height : 22px;
    background-image:   url("specifique/images/fbt0.png"); /*  ../images/bt1a.png */
    background-repeat : no-repeat ;
  text-align : center ; /*   right  */  
  font-size :    10px; 
  font-weight : normal ;
  cursor : pointer ; /*  right   left      */
  border : 1px solid #ff0000 ; /* */
}



