﻿/********************************************************************
 * Panneau de droite
 *******************************************************************/
div#rightpanel {
	width:157px;
}
/********************************************************************
 * Publicité
 *******************************************************************/
div#ad {
	margin-bottom: 20px;
}
div#ad div.title {
	width:98px;
	height:48px;
	background:url(images/b_ad_title.png);
}
div#ad div.content {
	margin:auto;
	text-align:center;
}
/********************************************************************
 * Helpers
 *******************************************************************/
div#helpers {
	width:157px;
	color:#565047;
}
div#helpers div.top {
	height:42px;
	background:url(images/jva/b_helpers_top.png);
	overflow:hidden;
}
div#helpers div.up {
	background:#f1f0e8;
	padding:0 0px 10px 10px;
}
div#helpers div.down {
	background:#e4e1d6 url(images/jva/b_helpers_separator.png) repeat-x;
	padding:10px;
}
div#helpers div.bottom {
	height:4px;
	background:url(images/jva/b_helpers_bottom.png);
	overflow:hidden;
}
div#helpers h3 {
	margin:0;
	padding:0 0 0 10px;
	background:0 6px url(images/jva/b_helpers_arrow.png) no-repeat;
	font-size:1.2em;
	float:left;
}
div#helpers ul.users {
	clear:both;
	margin:0;
	padding:5px 0 0 0;
	list-style:none;
}
div#helpers div.up ul.users li {
	clear:both;
}
div#helpers div.up ul.users li div.avatar {
	float:left;
	padding:6px 0 0 6px;
	background:none;
	height:39px;
	width:42px;
}
div#helpers div.up ul.users li.first div.avatar {
	float:left;
	padding:7px 0 0 7px;
	height:59px;
	width:60px;
}
div#helpers div.up ul.users li div.user {
	float:left;
	width:75px;
	margin-top:10px;
}
div#helpers div.up ul.users li div.user span.name {
	color: #af438a;
	font-weight:bold;
	font-size:10px;
}
div#helpers div.up ul.users li.first div.user span.name {
	font-size:11px;
}
div#helpers div.up ul.users li div.user span.more {
	display:block;
	font-size:10px;
}
div#helpers div.up ul.users li.first div.user span.more {
	font-size:1em;
}
div#helpers div.down ul.users {
}
div#helpers div.down ul.users li {
	display:inline;
	margin:0 2px 0 2px;
}
div#helpers div.down ul.users li img {
	border:solid 2px #fff;
}
div#helpers div.down a.helpers {
	clear:both;
	display:block;
	margin-top:10px;
	text-align:right;
	font-size:0.9em;
	color:#565047;
}