body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color: #333333;
	padding : 0px;
	margin: 0px;
	text-align: center;
	color: white;
}

a {
	color: orange;
	text-decoration: none;
}

a:hover {
	color: white;
}

h1{
	position: relative;
}

.contenteur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 550px;
}

.etiquette{
	position: relative;
	text-align: center;
	border: 2px solid white;
}

.recette{
	
}

.foot{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	text-align: center;
	border-top: white 1px solid;
	margin-top: 3em;
	font-size: x-small;
}

ul, li{
	list-style-type  square:;
	margin-left: 10px;
	padding: 0px;
}