@CHARSET "ISO-8859-1";


/*Vire la barre en haut d'une boite de dialogue Jquery*/
.noTitleDialog .ui-dialog-titlebar{
	/*background : URL('http://medias.exotismes.fr/images/fondboite.jpg')!important;
	border: 10px solid blue!important;*/
	display: none;
}


.noTitleDialog .divlisteAgence, .noTitleDialog .divlisteLimit {
    max-height:350px;
    width:700px;
    overflow:auto;
}

.noTitleDialog .listeAgence {
    width:480px;
    
}

.noTitleDialog .listeAgence td {
    padding:10px;
    border-bottom:1px solid #307BC1;
}

.noTitleDialog .nomAgence {
    font-weight:bolder;

}



#genericOverlay {
  position:absolute;  
  top:0;
  z-index:2000;
  width:100%;
  height: 100%;
}