.notice {
  padding:10px;
  margin:20px 20px 0 20px;
  display: block;
  text-align: center;
}

.notice ul li {
  text-align: left;
}

.notice.echec {
  border:1px solid red;
  background-color:red;
  color:#ffffff;
}

.notice.succes{
  border:1px solid green;
  background-color:green;
  color:#ffffff;
}

.notice.succes a {
  color:#ffffff;
}

.notice.succes a:hover {
  color:#ffffff;
}

.notice.warning {
  border:1px solid orange;
  background-color:orange;
  max-height:250px;
  overflow:auto;
  text-align:left;
}

.notice.warning ul {
  list-style-type: decimal;
  font-weight:700;
}

.notice.warning .notice-light {
  font-weight:400;
}
