h1{
	text-align : center;	
}

a{
	color : white;	
}
html, body{
	background: black;
	color: white;
	padding: 0;
	margin: 0;
}

#options table tr td, #widgetsoid_downloads table tr td{
	border-bottom : 1px solid white;
	border-right : 1px solid white;	
}

.option_title{
	font-size:large;
	font-weight: bold;
	margin: 0;	
}

.option_content{
	margin: 0;	
}

#options table,#widgetsoid_downloads table{
	width : 100%;
	border-top : 1px solid white;
	border-left : 1px solid white;	
	text-align : left;
}

#referencement a{
	visibility:hidden;	
}

#container{
	border-left: 1px solid white;
	border-right: 1px solid white;
	position : relative;
	max-width : 1024px;	
	background: #161515;
	padding: 10px;
	text-align:justify;
	margin:auto;
}

.active a{
	text-decoration: none;
}

.question{
	font-style: italic;
	text-decoration: underline;
	margin-bottom:0px;	
}

.reponse{
	margin-top:0px;	
	padding-left:15px;
}

#drapeaux{
	position : absolute;
	right : 10px;
	top : 10px;	
}

#drapeaux img{
	border : none;	
}

#defilement{
	background-image: url("../images/nexus_widgetsoid.png");
	width: 280px;
	height : 481px;
	
}

.items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

#defilement{
	position:relative;	
}

#defilement img{
	margin-top:55px;
	position:relative;
}

#menu_widgetsoid{
	text-align: center;
}

#menu_widgetsoid table{
	margin:auto;	
}

#menu_widgetsoid table tr td{
	padding-left:15px;	
}

.scrollable{
	margin-left:40px;
	width:200px;
	height:385px;	
	position:relative;
	overflow:hidden;
}
	
.navi {
	margin-left : 105px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}