 .pres{
	text-align: center;
	background-color: #FFD500;
	border-radius: 15px;
	color: beige;
}
#accueil{
	background-color: #D2691E;
	font-size: 20px;
}
nav{
	width: 100%;
	margin: 0px auto 40px auto;
	background-color :#f8b422 ;
	position: sticky;
	top: 0px;
}
nav ul{
	list-style-type: none;
}
nav li{
	float: left;
	width: 33%;
	text-align: center;
}

nav ul :after{
	content:"";
	display: table;
	clear: both;
}
nav a{
	display: block;
	text-decoration: none;
	color: beige;
	border-bottom: 2px solid transparent;
	padding: 10px 0px;
}
nav a :hover{
	color: green;
	border-bottom: 2px solid gold;
}
.image{
	height: 250px;
}
#tableau{
	text-align: left;
	padding: 20px;
}
#frigo{
	color:black;
	background-image: url("fond_frigo.jpeg") ;
	margin:0;
}
#accueil_frigo{
	font-size: 150%;
	text-align: center;
}
#titre_frigo{
	text-align: center;
	background-color: #00008B;
	border-radius: 15px;
	color: white;
}
.enter_ingre{
	text-align: center;
	font-size: 20px;
}
.ingre{
	text-align: center;
	font-size: 20px;
}

#fri{
	background-color:ivory;
	margin: 0 auto;
	width: 400px;
	padding: 1em;
	border: 2px solid blue;
	border-radius: 1em;
}

.liste{
	margin: auto 30%;
	font-size: 40px;
}

#ing{
	border-radius: 11px;
	box-shadow: -3px -3px 0px #2F4F4F;
	border: 2px solid #2F4F4F;
	background-color: #FFFFFF;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #888888;
	text-align: center;
}

#titre_courses{
	text-align: center;
	background-color: #F4A460;
	border-radius: 15px;
	color: white;
}

#courses{
	background-color: #F0E68C;
	padding: 10px;
}

li{
	font-size: 24px;
}

#chais_pas{
	font-size: 24px;
}

.pre{
	text-align: center;
	background-color: blue;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: beige;
}

#tkl {
  background-color:ivory;
  margin: 0 auto;
  width: 400px;
  padding: 1em;
  border: 2px solid brown;
  border-radius: 1em;
}

div {
  margin-top: 1em;
}

label {
  display: inline-block;
  width: 90px;
  text-align: center;
}

input {
  font: 1em sans-serif;
  width: 300px;
  box-sizing: border-box;
  border: 1px solid #999;
}

button {
  margin-left: .5em;
}

#bouton {
	text-align:center;
}

.entre{
	text-align: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .5s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

input:checked + .slider {
  background-color: red;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#ente{
	text-align: center;
	margin-top: 10px;
}

#trs{
	margin-left: 46.5%;
}

#crêpe{
	text-align: center;
	font-size: 30px;
}

#pic{
	height: 300px;
}

#recette{
	margin-left: 350px;
}

#recipe{
	background-color: #F0E68C;
}

td{
	border: solid black 1px;
	text-align: center;
}

table{
	border-collapse: collapse;
}