
.icon
{
	margin: 0px 0px 0px 0px;
	border: none;
}

#stage-container
{
	margin: 60px 0px;
	width: 760px;
	height: 305px;
	float:left;
}
#stage-container .text
{
	text-align: center;
}
#stage-container a
{
	text-decoration: none;
}


/* --- STAGE --- */
#stage-container #clip
{
	overflow: hidden;
	width: 558px;
	height: 305px;
	margin: 0px auto;
}

#stage-container #items
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 5000px;
	text-align: center;
}
#stage-container #items li
{
	float: left;
	list-style: none;
	margin: 0px;
}

/* sur les cotés, on met (largeur reservé - width ) / 2 */

#stage-container #items li .icon.nbelement-1
{
	width: 180px;
	height: 140px;
	margin: 0px 189px; 
}


#stage-container #items li .icon.nbelement-2
{
	width: 180px;
	height: 140px;
	margin: 0px 50px;
}


#stage-container #items li .icon.nbelement-3
{
	width: 180px;
	height: 140px;
	margin: 0px 3px;
}


/* --- BUTTONS --- */

#slider #moveleft
{
	background: url(/images/Web2009/picto-fleche-left.gif); /*background: url(/images/Web2009/left.gif);*/
}
#slider #moveright
{
	background: url(/images/Web2009/picto-fleche-right.gif); /*background: url(/images/Web2009/right.gif);*/
}
#slider #moveright, #moveleft
{
	height: 19px;
	width: 7px;
	display: block;
	margin-top: 100px;
	float: left;
}
