body{
font-size: 90%;
}

#menu {
font-size: 100%;
background: #CCC;
}

#menu a:link, #menu a:visited {color: black; text-decoration:none;}
#menu td {
padding-right: 20px;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
border-right: solid 1px;
}


#tableau, #tableau2 {
width: 60%;
background-color: #DDD; 
padding: 0px;
border: solid 1px;
}

#tableau tr:nth-child(even) {background: white;}
#tableau th {background: #DDD; text-align: left;}

#tableau a:link, #tableau a:visited {color: black; text-decoration:none;}


#tableau2 tr:nth-child(even) {background: white;}
#tableau2 th {background: #DDD; text-align: left;}

#tableau2 a:link, #tableau2 a:visited {color: blue; text-decoration:none;}

.semaine {
background: #c5d9ed;
}


