#logo
{
	position:absolute;
	top:14px;
	left:16px;
	background-image: url(xul.png);
	background-repeat: no-repeat;
	padding:0 0 0 0;
	width:203px;
	height:40px;
}

#ajax
{
	position:absolute;
	top:14px;
	left:230px;
	background-image:url(tutoriel.png);
	background-repeat:no-repeat;
	padding:0 0 0 0;
	width:66px;
	height:24px;
}

#shade
{
	position:absolute;
	top:0;
	background-color:white;
	background-image:url(xul-shade.jpg);
	background-repeat:repeat-y;
	height:40px;
	width:100%;
}

#antishade
{
	position:absolute;
	top:40px;
	background-color:#119900;
	background-image:url(xul-antishade.jpg);
	background-repeat:repeat-y;
	height: 20px;
	width:100%;
}

.sidepub
{
	background:#060;
	padding:4px;
	-moz-border-radius:8px;
	border-radius:8px;	
	-moz-box-shadow:2px 2px 4px #8a8;  
	-webkit-box-shadow:2px 2px 4px #8a8;  
	box-shadow:2px 2px 4px #8a8;	
	font-size:85%;
	border:2px solid #090;
	width:128px;	
}

