.bandeau{
    position: fixed;
	width: 120px;
	height: 25px;
	background: #EE8E4A;
	top: 15px;
	left: -30px;
	z-index: 2000;
	text-align: center;
	font-size: 13px;
	font-family: sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	line-height: 27px;
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.bandeau:before{
	content: "";
}