.pgl_interface
{
	font-family: Arial, Helvetica, sans-serif;
}
.titre_dialogue
{
  font-size: 24px;
  font-weight: bolder;
}
.button_text
{
  font-size: 10px;
}
.dialog_box
{
  position: absolute;
  z-index: 20;
  background-color: limegreen;
  top: 200; 
  left: 200; 
  font-size: 10px;
}
.iframe_dialog {
  position: absolute;
  z-index: 10;
  background-color: limegreen;
  top: 200; 
  left: 200; 
  font-size: 10px;
  z-index: 10;
}
.message_box
{
  position: absolute;
  z-index: 500;
  background-color: red;
  top: 250; 
  left: 250;
  font-size: 20px;
}
.iframe_message {
  position: absolute;
  z-index: 10;
  background-color: limegreen;
  top: 200; 
  left: 200; 
  font-size: 10px;
  z-index: 10;
}
.exception_box
{
  position: absolute;
  z-index: 800;
  background-color: red;
  top: 250; 
  left: 250;
  font-size: 20px;
}
.iframe_exception {
  position: absolute;
  z-index: 10;
  background-color: limegreen;
  top: 200; 
  left: 200; 
  font-size: 10px;
  z-index: 10;
}
.message_box_ok
{
  position: absolute;
  z-index: 500;
  font-size: 20px;
  background-color: limegreen;
  top: 250; 
  left: 250; 
}
tbody.projet_comptaplan
{
  background: #f8f8c2;
}
thead.projet_comptaplan
{
  background: #80a0cf;
}

