/* Propriétés génériques de type "dlgMobile", définies dans chaque plugin (ok y en a qu'un pour l'instant),  */
.conteneurDlgMobile 
{
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	background: rgba(104, 104, 104, 0.67) none repeat scroll 0% 0%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3000;
	padding: 0px;
	margin: 0px;
}

.dlgMobile 
{
	position: relative;
	margin: auto;
	padding: 2%;
	min-height: 95%;
	max-height: 95%;
	height: 95%;
	overflow: auto;
	background: white;
	display: block;
	width: 50%
}

/*Propriétés spécifiques au plugin*/
ul.dlgMobileSelHeure_conteneurChoix
{
  display: inline-block;
  margin-left: 1%;
  margin-right: 1%;
  min-height: 100%;
  max-height: 100%;
  height: 100%;

  overflow: auto;
}

ul.dlgMobileSelHeure_conteneurChoixHeures
{
  width: 20%;
  margin-right: 2%;
}

ul.dlgMobileSelHeure_conteneurChoixMinutes
{
  width: 74%;
}


ul.dlgMobileSelHeure_conteneurChoix li
{
  display: block;
  padding: 0.5em;
/*   border-bottom: 1px solid black; */
  font-size: 140%
}

ul.dlgMobileSelHeure_conteneurChoixMinutes li
{
  width: 8%;
  display: inline-block;
  margin-left: 3%;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #AAA;
  margin-top: 2%;
}

ul.dlgMobileSelHeure_conteneurChoixHeures li
{
/*   border-right: 1px solid #DDD; */
  border-bottom: 1px solid #AAA;
  padding-top: 18%;
}
  
ul.dlgMobileSelHeure_conteneurChoixHeures li:last-child
{
  border: none;
}

ul.dlgMobileSelHeure_conteneurChoix li.ui-selected
{
  background: #56adca;
}