
/*	__________________________________________________________________
	//
	//
	//		LISTE DATES
	//
	//
	__________________________________________________________________
*/


#liste-dates {
	position: fixed;
	background-color: white;
	z-index: 2000;
	height: 70px;
	top: 0;
	left:0;
}
#liste-dates-table {
	overflow: scroll;
}

#dates-DIV {
	width: 10000px;
	height: 50px;
	overflow: hidden;
}
	
.annee {
	float: left;
	width: 130px;
	height: auto;
	font-size: 40px;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}




/*	__________________________________________________________________
	//
	//
	//		LISTE PERSONNES
	//
	//
	__________________________________________________________________
*/

#liste-personnes {
	width: 100%;
	height: 100%;
	overflow: scroll;
	margin-top: 60px;
	margin-bottom: 250px;
}

.ligne {
	overflow: hidden;
}


.personne {
	background-color: #EAFFD5;
	background-color: cyan;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	padding: 5px 0px 1px 0px;
	margin: 10px 0px;
	font-size: 40px;
	cursor: pointer;
	color: #111;
}

.date-personne {
	font-size: 30px;
}


/*	__________________________________________________________________
	//
	//
	//		BOUTONS D'ACTION
	//
	//
	__________________________________________________________________
*/

#footer {
	position: fixed;
	background-color: white;
	z-index: 2000;
	height: auto;
	padding: 8px;
	bottom: 0;
	left:0;
	right: 0;
	border-top: 2px solid #ccc;
}

.button-footer {
	cursor: pointer;
	width: 100px;
	margin: 0px 20px 0px 0px;
}

.button-personne {
	cursor: pointer;
	width: 50px;
	margin: 0px 20px 0px 0px;
	float: left;
}



	