/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 mai 2020, 10:38:25
    Author     : ORT
*/
.alerte
{
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  border-radius: 15px;
  width: 80%;
  margin: auto auto;
}
