
/* Classement */

.classement {
	margin-top: 15px;
}

.classement .item {
	height: 20px;
}

.classement .item.highlight {
	background-color: #f8faeb;
}

.classement .item .login {
	float: left;
	padding-left: 6px;
}

.classement .item .infos {
	float: right;
}

.classement .item .score {
	float: left;
	width: 80px;
	text-align: center;
}

.classement .item .place {
	float: left;
	width: 80px;
	text-align: center;
}

.classement .item .evolution {
	float: left;
	width: 80px;
	text-align: center;
}

/* Messagerie */

.msg {
	display:none;
	padding:10px 10px 2px 10px;
	width:675px;
	border-bottom: 1px solid #DDDDDD;
}

.result {
	width:500px;
	margin:10px auto 10px auto;
	text-align:center;
}

/* Listes messagerie */

.liste{
	text-align: left;
	font-size: 13px;
	margin:10px 0px 10px 10px;
}

.liste .ligne{
	float:left;
	border-bottom: 1px solid #DDDDDD;
	height: 23px;
	margin-top:2px; 
	width:695px; 
}

.liste .lignetop{
	float:left;
	border-bottom: 1px solid #DDDDDD;
	padding:0 5px 0 5px; 
	background-color:#F6F6F6;
}

.liste .ligne p{ 
	float:left; 
	font-size: 13px;
}

.liste .lignetop p{
	float:left;
	font-size: 13px;
}

.liste .lignetop .itemtop {
	font-weight:bold;
	color:#424242;
	padding:2px 0;
	font-size: 11px;
}

.liste .ligne .noitem{
	text-align:center;	
	width:695px;
}

.date_ask{
	width:156px;
}

.type_ask{
	width:386px;
}

.statut_ask{
	width:105px;
	text-align:right;
}

.plus_msg {
	width:26px;
}

.etat_msg {
	width:46px;
}

.date_msg {
	width:86px;
}

.pseudo_msg {
	width:146px;
}

.sujet_msg {
 	width:316px;
}

.sujet_msg_outbox {
	width:361px;
}

.outil_msg {
	width:66px;
	text-align:right;
}

.search_photo {
	width:75px;
}

.search_login {
	width:200px;
}

.search_ville {
	width:180px;
}

.search_pays {
	width:130px;
}

.search_civilite {
	width:100px;
	text-align:right;
}



/* Suivi */

#suivi ul {
	margin: 15px 0 15px 30px;
	list-style-type: none;
}

/* Profil */

.informations {
	margin:0 0 0 20px;
	float:left;
}

.informations ul{
	list-style-type: none;
	margin:5px 0 0 0;
	width:420px;
}

.informations ul li {
	padding:2px 0 2px 0;
	border-bottom:1px solid #e0e0e0;
}

