.container{
	width:680px;
	text-align:center;
	margin:0 auto;
	position:relative
}

/*Règle la toolbar*/
ul#toolbar{
	height:52px;
	width:600px;
	text-align:center;
	list-style:none;
	margin:0 auto 0 auto;
	clear:both;
}

#toolbar li{
	float:left;
	text-indent:-9999px
}

#toolbar li a{
	height:40px;
	display:block;
}

#toolbar li.active{
	background-position:bottom;
}

#toolbar li.inactive{
	background-position:top;
}

#toolbar li:hover{
	background-position:bottom;
}

#toolbar li#information-tab{
	120px;
	background-image:url(../../images/btn_information.png);
}

#toolbar li#achat-tab{
	120px;
	background-image:url(../../images/btn_achat.png);
}

#toolbar li#configuration-tab{
	160px;
	background-image:url(../../images/btn_configuration.png);
	}

#toolbar li#historique-tab{
	160px;
	background-image:url(../../images/btn_historique.png);
}

#frame, #frame div.button, #scroller, .section{
	height:57em
}

#frame{
	overflow:hidden;
	margin:0 auto;
	width:680px;
	height:auto;
	position:relative;
}

/*Tous ce qui concerne le scrolling*/
#scroller{
	width:680px;
	margin:0 auto;
	overflow:hidden
}

#content{
width:680px;
}

.section{
	width:680px;	
	float:left
}

/*Zoom sur les photos*/
ul.screenshots{
	list-style:none;
	
	clear:both;
	text-align:center;
}

ul.screenshots li{
	list-style:none;
	display:inline;

	height:105px;
}

ul.screenshots li img{
	float:none
}
