body
{
	background-color: #dbf6e3;
}

h1
{
	color: blue

}
h1
{
	font-size: 60px;
}
h1
{
	font-family: Times New Roman;
}
h1
{
	text-align: center;
}



h2
{
	font-size: 40px;
}
h2
{
	text-align: center;
}




/* navigation */
nav
{
	display: inline-block;
	width: 740px;
	margin: 0;
}

nav ul 
{
	list-style-type: underline;
}

nav li
{
	display: inline-block;
	margin-right: 15px;
}


nav a 
{
	font-size: 1.5em;
	color: #181818;
	padding-bottom: 3px;
	text-decoration: none;
}

nav a:hover
{
	color: #760001;
	border-bottom: 3px solid #760001;
}

.titre
{
	text-align: center;
}

.tarifs
{
	text-align: center;
	font-size: 1.5em;
}

.localisation
{
	font-size: 1.5em;
	text-align: center;
}


.liste
{
	margin-left: 5%;
	font-size: 1.5em;
}

.paiement
{
	font-size: 1.5em;
	margin-left: 5%;
}

.horaires
{
	text-align: center;
}

table /* pour effectuer toutes les modification en CSS */
{
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5em;
}

.public
{
	font-size: 1.5em;
	margin-left: 5%;
	text-align: justify;
}


.contacts
{
	color: black;
	text-decoration: none;
	font-size: 1.5em;
	text-align: center;
	
}

.contacts
{
	border: 3px black solid;
	border-radius: 50px;
	width: 15%;
	margin-left: auto;
	margin-right: auto;
}

.mail
{
	color: black;
	font-size: 1.5em;
	text-align: center;
}

img
{
	margin-left: 48%;
}

.numéro
{
	font-size: 2.0em;
	text-align: center;
	text-decoration: underline;
}


	