@CHARSET "UTF-8";

li.ok {
	color: green;	
}
li.err {
	color: red;	
}

p.erreur {
	color: red;
	font-size: 1.1em;
	font-weight: bold;
}

td.justification {
	font-size: 0.8em;
	font-family: "Courier New", Courier, monospace;	
}

table.logs {
	width: 100%;
	font-size: 0.95em;
}

	table.logs th.date {
		width: 45px;
	}

table.legende {
	margin: 0px 25px 20px 25px;	
}

hr.separateur {
	clear: both;
	margin: 30px 10px;
}

div#aideType {
	border: 1px solid #004d95;
	border-left-width: 4px;
	position: relative;
	top: -29px;
	left: 525px; 
	padding: 5px;
	background-color: #FFFFFF;
	width: 200px;
	font-size: 0.85em;
}

div.listeConteneur {
	height: 30px;	
}

div.creneauxSemaine {
	float:left;
	margin-left: 20px;
	height: 800px;
	width: 200px;
	padding: 5px;
	border: 1px solid black;
	font-size: 0.9em;
}

	div.creneauxSemaine h2 {
		margin-left: 10px;
		margin-bottom: 10px;
	}

table tr.groupe {
	background-color: #F6F6F6;
	border: 1px solid black;
}
	
	table tr.groupe td {
		border: 0px none;
	}
	
table tr.justifiee {
	background-color: #c0ffa0;
}
table tr.injustifiee {
	background-color: #ffa5a0;
}

table.intervenantsAbsents {
	float:left;
	margin-left: 10px;
	min-width: 0px;
	width: 450px;
	font-size: 0.9em;
}

	table.intervenantsAbsents tr.orange td.puce, table.intervenantsAbsents tr.rouge td.puce {
		background-repeat: no-repeat;
		background-position: left center;
		width: 10px;
	}
	
	table.intervenantsAbsents tr.orange td.puce {
		background-image: url('../images/icones/bullet_orange.png');
	}
	
	table.intervenantsAbsents tr.rouge td.puce {
		background-image: url('../images/icones/bullet_red.png');
	}
	

table#mesAbsences {
	width: 95%;	
}
	
form#accesRapideCreneau {
	float: right;
	width: 425px;
}

form fieldset.demiLeft {
	width: 47%;
	float: left;	
}

form fieldset.demiRight {
	width: 47%;
	float: right;	
}

	form fieldset.demiLeft div.filtre label, form fieldset.demiRight div.filtre label {
		width: 30%;
		margin-bottom: 30px;
	}
	form fieldset.demiLeft div, form fieldset.demiRight div {
		overflow: auto;
	}
	 

div#donnees {
	width: 33%;
	float: left;
	margin-left: 40px;
	margin-bottom: 20px;
} 

div#statsAbsences {
	float: left;
}

p.alphabet, p.pagesLiens {
	text-align: center;
	padding: 10px 0px 5px 0px;
	letter-spacing: 2px;
}

pre.logDetail {
   border: 1px dotted gray;
   padding: 10px;
   background-color: #EEEEEE;
}