/**
 * Created from sitepackagebuilder.com
 */

 .pivBleu
 {
	color: #ffffff;
	background-color: #095797;
 }

.Bouton-Lien a {
  color: #ffffff;
  background-color: #095797;
  padding: 1rem;
  text-decoration: none;
  border-radius: 10px;
  user-select: none;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.Bouton-Lien a:hover {
  color: #095797;
  background-color: #dae6f0;
}

.frame-alert {
  text-align: center;
  padding: 1rem;
  color: #ffffff;
  background-color: #ff0000;
}

.frame-important {
  text-align: center;
  padding: 1rem;
  background-color: #ff8b45;
}

.gMessage {
  font-size: 0.8rem;
  text-align: center;
  padding: 1rem;
  background-color: #dae6f0;
}

.gMessage a, .gMessage a:visited {
  color: #095797;
}

 /** justify **/
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
