@CHARSET "UTF-8";

#haut {
  background: url("../images/img-contact.jpg") no-repeat 0 20px;
}

.mentions-menu {
	background-color: #85b2c9;
  text-align: center;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
	
.mentions-menu-item {
  font-size: 8pt;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.mentions-menu-item a {
	color: white;
	text-decoration: none;
	
}

.mentions-article {
  background-color: #b7d3df;
  font-size: 8pt;
  padding: 15px;
  color: #52677c;
  height: 500px;
  overflow: auto;
}

.mentions-article a {
	color: #52677c;
	text_decoration: underline;
}
.mentions-article-contenu {
	text-align: justify;
}
