body {
  font-size: 0.9em;
}

span.legende {
  width: 25px;
  display: inline-block;
  margin-right: 5px;
}

thead {
  background-color: #fff
}

.we {
  background-color: #cccccc;
}
.conges {
  background-color: #BCDCF4;
}
.form_int {
  background-color: #538dd5;
}
.tt {
  background-color: #c5093f;
}
.malade {
  background-color: #00b0f0;
}
.form_ext {
  background-color: #ff0000;
}
.projet {
  background-color: #92d050;
}
.projetpe {
  background-color: #00b050;
}
.mecenat {
  background-color: #f79644;
}
.abs {
  background-color: black;
}
.at {
  background-color: yellow;
}
.mes {
  background-color: pink;
}
.dispo {
  background-color: #ffffff;
}
.ferie {
  background-color: #cccccc;
}


ul.legende {
  list-style-type: none;
  padding-left: 0px;
}

.legende_title {
  font-weight: bold;
  margin-top: 30px;
}

.center {
	text-align: center;
}

img.center {
    display: block;
    margin: 0 auto;
}


/* Space out content a bit */
body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header {
  padding-right: 1rem;
  padding-left: 1rem;
}
.base {
  padding: 0px 15px;
}


/* Custom page header */
.header {
  padding-bottom: 1rem;
  border-bottom: .05rem solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3rem;
}

td.left {
	border-right: 1px #ccc solid;
}

td.top {
	border-top: 1px #ccc solid;
}


/* Customize container */
@media (min-width: 48em) {
  .container {
    max-width: 1280px;
  }
}
.container-narrow > hr {
  margin: 2rem 0;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 48em) {
  /* Remove the padding we set earlier */
  .header,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 2rem;
  }
}