@charset "utf-8";
body {
	background-color: black;
	color: #999;
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	}
p {
	margin: 0;
	padding: 0
	}
#centre {
	background-color: #000;
	width: 960px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.rose {
	color: #ff99cc;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
	letter-spacing: 1px;
	
	}
ul {
	margin: 19px 0 18px 0;
	padding: 0;
	list-style-type: none;
	}
ul li {
	display: inline;
	}
.commande {
	color: #ff99cc;
	text-decoration: none;
	}
a.commande:hover {
	color: white;
	}
img {
	border: none;
	}