@CHARSET "UTF-8";

#bandeau {
	background: gray;
	color: black;
	font-size: 14px;
	font-weight: bold;
	letter-spacing:5px;
	/*text-transform: uppercase;*/
	font-variant: small-caps;
	text-align: center;
}

/* CSS pour le milieu */
#milieu {
	height: 163px;
	width:750px;
	padding-bottom:20px;
}
