/**
*
* @author Almeras Antoine (antoine.almeras@gmail.com)
* @lastmodified $Date: 2012-07-27
*
**/

table{
	border-collapse : collapse;
	empty-cells : hide;
	width : 935px;
	height : 654px;
	border : 1px solid black;
}

.voletA{
	background-color : #009966;
}

.voletB{
	background-color : #33CCFF;
}

.voletC{
	background-color : #FF9999;
}

.checked{
	background-image : url('../img/icon-ok.png');
	background-repeat : no-repeat;
}

table tr#trimestre td {
	text-align : center;
}

button{
	width : 25px;
	height : 25px;
	margin : 0;
}

a{
	text-decoration : none;
	color : transparent;
}