#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index: 1000;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:549px; /* 384px */
width:700px; /* 408px */
background-image: url(../../../../images_site/Image/popup/PopUpJquery2_700.gif)  ; /* */
background-repeat : no-repeat;
background-position: 0px  0px ;  /* horizontale verticale */
background-color: gray;   /* #169EC4 */
z-index: 2000;
/*padding:4px;  /* */
font-size:13px;
overflow : hidden;
/*border : 1px solid red; /* */
}
#popupContact h1{
text-align:left;
color:#ffffff; /*#6fa5fd*/
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px; /**/
}
#popupContactClose{
font-size:14px;
/*line-height:14px; /* */
right:36px;
top: 10px;
position:absolute;
color:#412019; /*#6fa5fd*/
/*font-weight:700; /* */
display:block;
padding : 1px;
/*
border-top:1px solid #412019;
border-right:2px solid #412019;
border-bottom:2px solid #412019;
border-left:1px solid #412019;
*/
}

#popupcontenu {
  margin: 0px;  /* */
  /*border:1px solid yellow;  /* */
  height:549px; /* 384px */
  width:700px; /* 408px */
  overflow : hidden;
}
#popupcontenu a {
  color : #9848C4;  /* */
  text-decoration : none;
}

#popupcontenu a:hover {
  text-decoration : underline;
  /*color : #A55FCB; /* #A55FCB  #8036a7 #B982D7 */
}
#popuptitle {
  /*border:1px solid green; /* */
  height: 30px; /* 384px */
  width:520px; /* 408px */
  overflow : hidden;
  color:#ffffff;
  font-size : 20px;
  font-weight : bold;
  padding-top : 6px;
  padding-left : 15px;
}
#popuptitle a{
  color : #ffffff;
}
#popuptitle a:hover{
  text-decoration : none;
}
#popuptext {
  position : absolute;
  top : 90px;
  left : 14px;
  /*border:1px solid blue;  /*  */
  height:450px; /* 384px */
  width:520px; /* 408px */
  overflow : auto;
  color:#169EC4;
}
#popupexplique {
  /*border:1px solid red; /*  */
  height:290px; /* 384px */
  width:130px; /* 408px */
  overflow : hidden;
  position : absolute;
  top : 60px;
  right : 8px;
  color:#ffffff;
}