body {
  width: 100%;
  padding-top: 50px;
  margin: 0 auto;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.col-md-9 .todo h4.titre {
  cursor: pointer;
  height: 30px;
  background: #003b88;
  color: white;
  border: solid 1px white;
  line-height: 30px;
  padding-left: 5px;
  margin: 0;
}
.col-md-9 .todo .delete, .col-md-9 .todo .update {
  float: right;
  padding: 3px;
  border: solid 1px white;
}
.col-md-9 .todo .delete a, .col-md-9 .todo .update a {
  text-decoration: none;
}
.col-md-9 .todo .delete a img, .col-md-9 .todo .update a img {
  width: 20px;
  height: 20px;
}

.col-md-3 h4#ajout {
  cursor: pointer;
  height: 35px;
  color: white;
  border: solid 1px white;
  line-height: 30px;
  padding-left: 5px;
  margin: 0;
}
