  .fenetre
  {
   position:absolute ; 
   margin :0px ; 
   padding:0px ; 
  }

  .entete
  {
   cursor:move ; 
   background-image:url('../imgs/bleu/calqueModele.png') ;
   background-position:0px 0px ; 
   background-repeat:no-repeat ; 
   text-align:center ; 
   padding-top :5px ;  
   padding-bottom:5px ;  
   height:30px ; 
   width:100% ; 
   overflow:hidden ; 
  }

  .fondEntete
  {
   background-image:url('../imgs/bleu/enteteRep.png') ; 
   margin-left:416px ; 
   margin-top:-5px ; 
   height:35px ; 
   margin-bottom:-35px ; 
  }

  .titreFenetre
  {
   display:inline ; 
   cursor :text ; 
  }

  .boutonsFenetres
  {
   display:inline ; 
   cursor:pointer ; 
  }

  .contenuFenetre
  {
   height:100% ; 
   width:380px ; 
   height:300px ; 
   background-image:url('../imgs/bleu/calqueRep.png') ;
  }

  .contenuDeroulantFenetre
  {
   margin-left:22px;
   width:358px ; 
   height:300px ; 
   overflow:auto ; 
   background-attachment:fixed;
  }


  .grandInput
  {
   height:90% ; 
   width:100% ; 
   border:0px ;
   margin-top:0px ; 
   background-color:transparent ; 
   text-align:center ; 
   font-size:15px ; 
   font-family: Verdana, Bitstream Vera Sans, sans-serif ;
  }

  .modifContenuSubmit
  {
   height:8% ; 
  }

  .separateur
  {
   display:none ; 
  }

  .alignLeft
  {
   text-align:left   ; 
   padding-left: 5px ; 
   padding-right:5px ; 
  }