#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;}

#recettes
{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;}

.idee
{font-weight: bold;}

#chef_s
{color: rgb(207, 16, 26);}

#petp
{color: rgb(112, 146, 190);}


.dish
{list-style-image: url("images/dish.png");}

#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;}