@CHARSET "UTF-8";

.liste-criteres {
	padding: 0px 20px;
}

.liste-div-boutons {
	padding-top: 3px;
}

.liste-bouton-heure {
	width: 3em;
}

.liste-table {
	width: auto;
}
.liste-col1 {
	width: 11em;
}
.liste-col2 {
	width: 7em;
}
.liste-col3 {
	width: 25em;
}
.liste-col4 {
	width: 25em;
}
.liste-col5 {
	width: 15em;
}

div.liste-heures {
	margin-right: 90px;	
	/*float: left; TODO mieux présenter (sans float pour éviter un bug sur la popup...)
	width: 100%;*/
}

div.liste-heure {
	background-color: #EEE;
	font-size: 0.7em;
	border-style: solid;
	border-width: 1px;
	border-color: #888;
	width: 13em;
	height: 4.7em;
}

div.liste-heure-locale {
	/*float: left;*/
}

div.liste-heure-serveur {
	/*float: right;*/
	margin-right: 120px;
}


p.liste-titre-heure {
	background-color: #c6f0c3;
	text-align: center;
}

p.liste-texte-heure {
	padding: 3px 10px 5px 10px;
	text-align: center;
}
