@charset "iso-8859-1";





#forminteract  {
  color : #555555;
}
#forminteract input {
  font-size : 12px;
  color : #242F43; 
}
#forminteract input[type=checkbox] {
  width : 15px;
  background-color : #D7E3F2;
  padding : 2px;
  border : 0px solid #555555;
}
#forminteract textarea {
  font-size : 12px;
  color : #242F43; 
}
#forminteract select {
  font-size : 12px;
  color : #242F43;
}


#backgroundPopupAnnonces{
display:none; 
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:4px solid #D7E9F3;
z-index: 10000;
}
#PopupAnnonces{
display:none; 
left : 0px;
top : 0px;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:420px; /* 384px */
width:500px; /* 408px */
/*
background-image: url(../../../../images_site/Image/popup/PopUpJquery2_700.gif)  ;
background-repeat : no-repeat;
*/
/*background-position: 0px  0px ;  /* horizontale verticale */
background-color: #0000;   /* #169EC4 gray #86583C */
z-index: 20000;
/*padding:4px;  /* */
font-size:13px;
overflow : hidden;
border-left : 2px solid #F8AC91; /*#F8AC91 */
border-top : 2px solid #F8AC91; /* */
border-right : 3px solid #F79D80; /* */
border-bottom : 3px solid #F79D80; /* */
}
.PopupAnnoncesClose{
font-size:14px;
color:#ffffff; /*#6fa5fd  #412019 */
display:block;
padding : 1px;
background-color : #FFFBF6;
color:#E45824; /*#6fa5fd*/
}
#contentpopupannonce {
background-color : #FFFBF6;/*#FFFBF6 #FEF7EC*/
width : 490px;
height : 400px;
overflow : hidden; 
padding : 10px;
}


