body { 
	background:#888 url(images/Starp_background.jpg) center top fixed repeat-x;
	text-align:center;
}

a {
	text-decoration: none;
}

#contener {
	background:#000 url(images/Starp_foreground.jpg) no-repeat;
	width: 961px;
	height: 596px;
	margin: 0 auto 0 auto; 
	text-align:left;
	margin-top:-21px;
	position: relative;
}

.logo {
	text-indent: -2000px;
	background:url(images/bs_logo.gif) no-repeat;
	width: 182px;
	height: 134px;
	position: relative;
	top: 20px;
	left: 70px;
}

/* slider */
#slider {
	width:923px;
	height:214px;
	z-index: 5;
	display: block;
	position: absolute;
	top: 260px;
	left: 315px;
}

.text {
	width: 182px;
	height: 224px;
	text-indent: -6000px;
	position: relative;
	top: 110px;
}
.FR .text {
	background: url(images/text_bs_fr.gif) no-repeat;
}
.EN .text {
	background: url(images/text_bs_en.gif) no-repeat;
}

.baseline {
	width: 215px;
	height: 18px;
	text-indent: -2000px;
	position: absolute;
	top: 515px;
	left: 50px;
}
.FR .baseline {
	background:transparent url(images/baseline_bs_fr.gif) no-repeat;
}
.EN .baseline {
	background:transparent url(images/baseline_bs_en.gif) no-repeat;
}


.langues {
	text-decoration: none;
	position: absolute;
	top: 10px;
	right: 30px;
}

.langues img {
	display:inline;
	border:0 none;
}

	
#slider .slide img { border:1px solid #AAA; }

/*
.collection {
	position: absolute;
	top: 450px;
	left: 660px;
	display: block;
}
*/
/*
.outlet {
	position: absolute;
	top: 450px;
	left: 820px;
	display: block;
}
*/

#collection {
	background: #aeaeae url(images/gradient-gray.gif) repeat-x 0 0;
	border: 1px solid #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-opera-border-radius: 4px;
	margin: 0px;
	vertical-align:top;
	padding: 3px 6px; color: #444;
	position: absolute;
	left: 700px;
	top: 465px;
}

#outlet {
	background: #aeaeae url(images/gradient-gray.gif) repeat-x 0 0;
	border: 1px solid #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-opera-border-radius: 4px;
	margin: 0px;
	vertical-align:top;
	padding: 3px 6px; color: #444;
	position: absolute;
	left: 830px;
	top: 465px;
}

#outlet:hover { border-color: #333;}
#collection:hover { border-color: #333;}

#outlet:hover span { color: #000; }

#collection:hover span { color: #000; }

.form-button span { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; font-size: 12px; color: #CCC; }
