#bloc_page
{margin: 50px;}

body
{font-family: Georgia, "Comic Sans MS", "Trebuchet MS", "Times New Roman";
background-repeat: no-repeat;
background-position: center;
font-size: 1em;}

header
{border-bottom: 5px teal ridge;
margin-bottom: 25px;}

#logo
{text-align: center;}

#dispo
{font-size: 1.5em;
text-decoration: none;}

nav ul
{display: flex;
flex-direction: row;
justify-content: center;}

nav li
{list-style-type: none;
background-color: rgba(128, 255, 128, 0.5);
padding: 10px;
margin: 5px;
border-radius: 10px}

a
{text-decoration: none;
font-style: italic;
color: black;}

nav li:hover
{background-color: rgba(0, 148, 46, 0.5);
transition: 0.5s;}

section
{display: flex;
flex-direction: column;
align-items: center;
background-position: center;
text-align: center;
width: 90%;}

table
{border: ridge teal 3px;
border-radius: 5px;
margin-top: 3px;
margin-bottom: 3px;}

th
{font-size: 1.2em;
text-shadow: 2px 2px 6px dimgray;
border: ridge teal 3px;
border-radius: 5px;}

td
{width: 300px;
font-size: 1.2em;
text-shadow: 2px 2px 6px dimgray;
border: ridge teal 3px;
border-radius: 5px;}

span
{font-style: oblique;
font-weight: bold;
text-decoration: underline;}

#footer
{display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-top: 5px teal ridge;
border-bottom: 5px teal ridge;
margin-top: 25px;}

.logo
{width: 40px;
height: 40px;}

.text
{margin: 5px;
padding-right: 50px;}

#copyright
{text-align: center;}