﻿.cssPopupDiv
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url('Images/Fonds/fd_popup.png');
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/Fonds/fd_popup.png', sizingMethod='scale');";
  background-repeat: repeat;
  text-align: center;
  vertical-align: middle;
  z-index: 10000;
  visibility: visible; 
}

.cssPopupIframe
{
  /*border: solid 3px #ffffff;*/
}

.cssPopupIframe
{
  width: 530px;
  height: 400px;
}

.cssPopupBody
{
  width: 480px;
  height: 360px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  line-height: 150%;
  color: #ffffff;
  /*font-weight: bold;*/
  font-size: 8pt;
  cursor: default;
  background-color: Transparent;
  /*
*/
}

.cssPopupBodyBlack
{
  width: 480px;
  height: 360px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  line-height: 150%;
  color: #000000;
  /*font-weight: bold;*/
  font-size: 8pt;
  cursor: default;
  background-color: Transparent;
  /*
*/
}
.cssPopImgFond
{
  /*background-image: url('Images/Fonds/fdPOPUP.png');*/
  background-repeat: no-repeat;
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/Fonds/fdPOPUP.png', sizingMethod='scale');";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

a
{
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.cssFormulaireLibelle
{
  width: 100px;
  height: 30px;
  vertical-align: middle;
}


.cssFormulaireSaisie
{
  width: 340px;
}

.cssHeader
{
  /*background-color: #4E302C;*/
  vertical-align: middle;
  width: 500px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 40px;

  font-size: 24px; 
  text-align: left;
  font-weight: normal;

  margin: 15px;
}

.cssHeaderTitre
{
  width: 400px;
  /*font-size: medium;*/
  height: 30px;
  text-align: left;
}

.cssHeaderFermer
{
  background-image: url('Images/btnFermer.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 130px;
  cursor: pointer;
}
