@charset "utf-8";
/* CSS Document */

div#conteneur {
	background: url(img/intro.jpg);
}
#cote {
	position:absolute;
	top: 50%;
	width: 100%;
	height:500px;
	margin-top: -250px; /* moitié de la hauteur */
	background-image: url(img/bar_index1.jpg);
	background-repeat: repeat-x;
	z-index:1;
}
a.star {
	position: absolute;
	top: 130px;
	left: 565px;
	margin : 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 50px;
	width: 50px;
	background: url(img/star.png) no-repeat left top;
}
a.star:hover {
	background-position: left bottom;
}
a:active {
	color:#ff97bb;
	}