@charset "utf-8";
/* CSS Document */
body {
	background: #42413C;
}
.header {
	width: 1200px;
	margin: 0 auto;
	background: #d6d6d6;
}
.header .banniere {
	height: 166px;
	background: url(../images/banniere.jpg);
}
.header .banniere h1 {
	text-align: center;
	font: 28px "Comic Sans MS", cursive;
}
.header li {
	text-align: right;
	float: right;
	height: 28px;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	bottom: 10px;
	top: -10px;
	background: #FFF;
	border-style: none;
	text-transform: capitalize;
}
.container {
	width: 1200px;
	margin: 0 auto;
	background: #d6d6d6 center;
}
.container h1  {
	font: bold 28px Castellar;
	color: #603;
	margin: 0px;
	text-align: center;
}
.container p {
	font-size: 14px;
	text-decoration: underline;
	text-align: center;
}
.liens {
	background: #CFF center;
	margin: 0 auto;
	text-align: center;
	width: 1200px;
}
