
#simplemodal-overlay 
{
background-color:#000; 
cursor:wait;
}

/* Container */
#simplemodal-container 
{
height:400px; 
width:600px; 
background-color:#fff;
background:#FAF6ED;
border:3px solid #ccc;
border-radius: 10px 10px; 
-moz-border-radius: 10px;
}

#simplemodal-container a.modalCloseImg 
{
background:url(../images/imgnv/x.png) no-repeat; 
width:25px; 
height:29px; 
display:inline; 
z-index:3200; 
position:absolute; 
top:-15px; 
right:-18px; 
cursor:pointer;
}

#simplemodal-container #basicModalContent 
{
padding:8px;
}

/*************************modale recherche css*****************************/
#mask 
{
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window 
{
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog1 
{
  width:375px; 
  height:203px;
 background:url(../images/imgnv/notice.png) no-repeat 0 0 transparent;
}

#dialog1 .d-header 
{
  margin-top:94px;
  width:375px; 
  height:150px;
}

#dialog1 .d-header input 
{
  position:relative;
  border:3px solid #cccccc;
  height:17px;
  width:200px;
  font-size:15px;
  padding:5px;
  border-radius: 10px 10px; 
  -moz-border-radius: 10px;  
}

#dialog1 #valid_recherche_hotel
{	
  border:3px solid #cccccc;
  height:30px;
  width:35px;  
  margin-left:115px;
  margin-top:7px;
  float:left;
}


#dialog1 #valid_recherche
{	
  border:3px solid #cccccc;
  height:30px;
  width:35px;  
  margin-left:115px;
  margin-top:1px;
  float:left;
}

#dialog1 #recherche
{	
  
  margin-bottom:5px;
  
}

#dialog1 .close
{	
  
  margin-top:-100px;
  
}
