.communaute {
	width: 80%;
	float: left;
	margin-top: 60px;
	margin-left: 10px;
}
.communaute .intro {
	float: left;
	width: 590px;
	margin-right: 100%;
	margin-bottom: 50px;
	font-size: 12px;
}
.vignette_user {
	position: relative;
	border: solid 1px #171717;
	background-color: rgba(0, 0, 0, 0.2);
	margin-right: 10px;
	margin-bottom: 10px;
	height: 64px;
}
.vignette_user .nickname {
	position: absolute;
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 10px;
	width: 100%;
	bottom: 0;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 6px;
	word-wrap: break-word;
}
.vignette_user:hover .nickname {
	display: block;
}
.vignette_user .profil_url {
	padding: 6px;
	border: solid 1px #393939;
	float: left;
	height: 50px;
	width: 50px;
	text-align: center;
}
.vignette_user img {
	
}
.vignette_user img.noavatar {
	margin-top: -9px;
	margin-left: -9px;
}

/* communauté home */
.communaute.communaute_home {
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #333;
	width: 610px;
}
.communaute.communaute_home h2{
	font-size: 16px;
	margin-bottom: 10px;
	color: #00D2FF;
	border-bottom: dashed 1px #333;
	width: 610px;
}
.communaute.communaute_home .all_user {
	float: left;
	font-size: 12px;
	margin-top: 22px;
	margin-left: 7px;
	border: solid 1px #171717;
	background-color: rgba(0, 0, 0, 0.2);
}
.communaute.communaute_home .all_user a {
	border: solid 1px #303030;
	padding: 2px 6px;
	float: left;
	color: #DFDFDF;
}
.communaute .add_profil {
	position: relative;
	background: url("../images/generique/sprite-reseau.png") no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 57px;
	margin-right: 5px;
	width: 57px;
	opacity: 0.5;
	background-position: -57px top;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.communaute .add_profil:hover{
	opacity: 1;
}
.communaute .add_profil a {
	width: 100%;
	height: 55px;
	float: left;
}
.communaute .add_profil span{
	display:none;
}