/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-12-02, 11:44:28
    Author     : audetpa
*/
.combo{
    background-color:  #DEDEDE;
    display:inline-block;
     padding: 0.3em;
    //margin-right:1em;
    
}

#MessageLocal{
 background-color:  red;
 height:55px;
 color: #FFD324;
 font-size:  x-large;
 font-weight:  bolder;
 text-align:  center;
    
}

#rapport{
background-color: white;
color:  black;
 padding: 0.6em;
 padding-left: 2em;
 padding-right:  2em;
    
}



    
#alertON{
background-color:   coral;
}
#alertOFF{
background-color:  transparent;
}

#trapp{margin-bottom:1.4em;width:100%;  }

#trapp th, td {vertical-align:middle; padding-left:0.2em;padding-right: 0.2em;}
#trapp th  {background-color:  #DEDEDE}

#trapp {
  box-sizing: border-box;
  border-spacing: 0px;
  border-collapse: separate;
  text-indent: initial;
   
}

#trapp, td, th {border: thin  solid  #999   }


#trapp{ border: thin  solid #999}
 #trapp td th { border: thin solid #999 }

#styleODD{
background-color: #6FACCF;
}
#styleEVEN{
background-color: #BCE774;
}
#styleOFF{
background-color:  transparent;
}
#styleSeparateur{
background-color: #DEDEDE;
}
