----------------------------------------------------------------------------------------------------------------- */
/* Auteur Roland Telle - 1.9.2018 */
/* http://www.nairabytes.net/index.php/blog/42-joomla/182-joomla-beez20-tutorial-1b-create-and-use-override-css-file */
/* ----------------------------------------------------------------------------------------------------------------- */

/* Suppression du retour vers le haut de page original */

#back-top {
  display: none;
}

/* Tables standard */

.standard th, td {
  border: 1px solid #6495ed;
  padding: 5px;
}

.standard th {
  background-color: #EFF6FF;
}

.standard caption {
  font-size: 1.4em;
  font-weight: bold;
  padding-bottom: 10px;
  color: grey;
}

/* Article (div) encadré avec coins arrondis */

.round {
	border:1px solid #CCC;
	background-color: #efefef;
	padding:5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}