@import url('https://fonts.googleapis.com/css2?family=Faster+One&family=Play&display=swap');

body
{
width: 1080px;
margin-left: auto;
margin-right: auto;
font-family: 'Play', sans-serif;
text-align: left;
background-color: #eaeff5;
}

h1
{
font-family: 'Play', sans-serif;
text-align: center;
font-weight: normal;
color: #185070;
}

h2
{
font-family: 'Play', sans-serif;
text-align: center;
font-weight: normal;
color: #185070;
}

p
{
font-family: 'Play', sans-serif;
font-size: 16px;
color: #185070;
}

strong
{
font-family: 'Play', sans-serif;
font-weight: bold;
color: #ce2337;
}

a:link {color: blue; text-decoration: none;}

a:visited {color: gray; text-decoration: none;}

a:hover {color: blue; text-decoration: underline overline;}

table
{
	border: solid thin black;
	border-radius: 3em;
	box-shadow: gray 0.5em 0.5em;
	padding: 15px;
	background-color: white;
}

.entete
{
width: 1080px;
height: 28px;
margin-left: auto;
margin-right: auto;
background-color: #ce2337;
}

.menu_gauche
{
float: left;
height: 28px;
font-family: 'Faster One', cursive;
font-size: 25px;
background-color: #185070;
color: #fff;
}

.menu_droite
{
float: right;
margin-top: 5px;
font-family: 'Play', sans-serif;
font-size: 15px;
font-weight: bold;
color: #fff;
}

.menu_droite a:link
{
color: #fff;
text-decoration: none;
}

.menu_droite a:visited
{
color: #fff;
text-decoration: none;
}

.menu_droite a:hover
{
color: #185070;
background-color: #d6e6f5;
text-decoration: none;
}

.menu_methode
{
float: center;
margin-left: auto;
margin-right: auto;
width: 260px;
height: 50px;
display: block;
font-family: 'Play', sans-serif;
font-size: 15px;
text-align: center;
color: #185070;
border: 1px solid #846394;
}

.soft
{
border: 1px solid #ccc;
}

footer
{
clear: both;
text-align: left;
font-family: 'Play', sans-serif;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #846394;
margin-top: 10px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 2px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 20px;
}

