
/* Corps de la page */
body
{
	background-image: url("../images/fond_site.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Quicksand', sans-serif;
}

/* Titre principal */
h1
{
	font-family: 'Arial', sans-serif;
	text-align: center;
	color: #0c3f7d;
}

/* Titres secondaires */
h2
{
	font-family: 'Arial', sans-serif;
	text-align: center;
	color: #4756d6;
}

h3
{
	font-family: 'Arial', sans-serif;
	text-align: center;
	color: #4756d6;
}

h4
{
	font-family: 'Quicksand', sans-serif;
	text-align: center;
	color: white;
    font-size: 25px
}

/* Divisions */
div
{
	width: 100%;
	text-align: justify;
}

/* Paragraphes */
p
{
	text-align: justify;
}

/* Images */
img
{
	width: 200px;
}

/* Tableaux */
table
{
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
}

td.cacher
{
	border: none;
	padding: 0px;
	margin: 0px;
}

th, td
{
	border: 1px solid black;
	padding: 8px;
	text-align: center;
}

th
{
	color: #4756d6;
}

/* Tableau de classement avec couleurs alternées */
.colored-table tr:nth-child(even)
{
	background-color: #e1e1e1;
	color: black;
}

.colored-table tr:nth-child(odd)
{
	background-color: #48bed4;
	color: white;
}

/* En-têtes du tableau */
#thO
{
	background-color: #3b8c99;
	border-bottom: 2px solid black;
}

/* Liens */
a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.infos
{
	color: #434346;
	text-decoration: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	cursor: help;
	/* Garder le curseur en point d'interrogation */
	position: relative;
}

a.infos::after
{
	content: " ?";
	/* Ajouter un point d'interrogation après le lien */
	color: #434346;
	font-size: 10px;
}

div.infos
{
	margin-top: 15px;
	text-align: center;
}

/* Audio */
.audio
{
	text-align: center;
	visibility: hidden;
	/* Masquer le lecteur audio */
}

/* Images des pages eaux */
.image
{
	width: auto;
	height: auto;
	max-height: 500px;
	/* Limite la hauteur maximale à 500px */
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-bottom: 100px;
}

.eaux
{
	width: 90%;
	height: auto;
	margin: 10 auto;
	display: block;
	text-align: center;
}

h2.eaux
{
	text-align: center;
	color: #4756d6;
	font-size: 30px;
	margin-top: 50px;
}

.retour
{
	text-align: center;
	margin-top: 50px;
}

.retour a
{
	color: #4756d6;
	text-decoration: none;
	font-size: 20px;
}

.retour a:hover
{
	text-decoration: underline;
}

.retour a:active
{
	color: #3b8c99;
}

.retour a:visited
{
	color: #3b8c99;
}

.retour a:focus
{
	outline: none;
}

ul
{
	list-style-type: square;
	list-style-position: inside;
	list-style-image: azure;
	padding: 0;
}

li
{
	margin: 5px 0;
	text-align: left;
}


/* Pied de page */
footer
{
	background-color: #3b8c99;
	text-align: center;
	padding: 10px;
	margin-top: 150px;
	margin-bottom: 0;
	color: white;
}

table.footer
{
    border: none;
}

th.footer
{
    border: none;
    text-align:left;
}

tr.footer, td.footer 
{
    border: none;
    color: white;
    text-align:left;
}

td.adresse
{
    vertical-align:top;
}

a.footer
{
    color:white;
}