.lien_actuel {
  text-decoration:underligned;
  font-weight:bold;
  color:red;
}

.lien_simple {
  text-decoration:none;
  font-weight:normal;
  color:blue;
}

// -------------------------------------------

.tableau_simple {
  //border-style:solid;
  //border-color:red;
  //border-collapse:collapse;
  border-width:0px;
  width:100%;
}

.cellule_jour {
  border-width:0px;
  text-align:center;
  vertical-align:middle;
}

.cellule_simple {
  border-width:0px;
}

.cellule_simple_vide {
  border-width:0px;
  background-color:none;
  width:5%;
}

.cellule_simple_vert {
  border-width:0px;
  background-color:#B7FFB7;
  width:5%;
}

.cellule_simple_jaune {
  border-width:0px;
  background-color:#FFFFB3;
  width:5%;
}

.cellule_simple_orange {
  border-width:0px;
  background-color:#FFC68C;
  width:5%;
}

.cellule_simple_rouge {
  border-width:0px;
  background-color:#FF8C8C;
  width:5%;
}

// -------------------------------------------

/*
table {
  border-style:solid;
  border-width:1px; 
  border-color:black;
  border-collapse:collapse;
}

td {
  border-style:solid;
  border-width:1px; 
  border-color:black;
}
*/

.vide {
  background-color:none;
  text-align:center;
  vertical-align:middle;
}

.vert {
  background-color:#B7FFB7;
  text-align:center;
  vertical-align:middle;
}

.jaune {
  background-color:#FFFFB3;
  text-align:center;
  vertical-align:middle;
}

.orange {
  background-color:#FFC68C;
  text-align:center;
  vertical-align:middle;
}

.rouge {
  background-color:#FF8C8C;
  text-align:center;
  vertical-align:middle;
}