/* PLANNING */
#planning {
   padding-left: 0;
   margin-left: 4px;
   overflow: auto;
   width=516px;
}

#planning table, #planning tr, #planning td {
  
}

td.c {
   text-align: center;
   font-size: 80%;
}

td.cellDay {
   width: 78px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #3F3365;
   text-align: center;
}

td.cellHour {
   width: 36px;
   vertical-align: top;
   height: 20px;
   font-weight: bold;
   font-size: 70%;
   text-align: left;
   border-top: dotted 2px blue;
   
 }

.petit {
	   font-size: 90%;
}

