/* -------------------------------------------- */
/* NOTATION, COMMENTAIRES                       */
/* -------------------------------------------- */
.post {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px #ccc dotted;
}
.post h2, .postDetail h2 { margin: 15px 0 0; }
.post h2 a, .postDetail h2 a {
	font-weight: bold;
	color: #007aaa;
	text-decoration: none;
}
.postDescription {
	margin-bottom: 20px;
	font-size: 14px;
	color: #bbb;
}
.postPictureResume {
	float: left;
	width: 90px;
	height: 90px;
	line-height: 86px;
	margin: 5px 10px 5px 5px;
	border: 1px solid #ccc;
}
.postPictureResume img {
	vertical-align: middle;
	max-width: 100%;
}
.postPictureDetail {
	margin: 10px 0;
	border: 1px solid #ccc;
}
.postPictureDetail img { max-width: 100%; }
.postResume {}
.postMetas { padding-top: 10px; }
.postTags span:last-child { display: none; }
.postAction {
	padding: 10px 0;
	margin: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.ratingsDatas label {
	width: auto;
	line-height: 22px;
}
#article .ratingsDatas {
	width: 60%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	background: #eee;
}
#article .ratingsDatas label { float: none; }
.ratingsDatas fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
#article .ratingValue { display: none; }
.ratingStars, .ratingAverage { margin-right: 20px; }
 .ratingMsg {
 	padding: 5px;
 	background: #e7f4fa;
 }
.lastCommentDate {
	margin: 0 6px;
	font-style: italic;
}
.postDate, .postAuthor { font-style: italic; }
#produits_commentaires { clear: both; }
.commentsDatas {
	margin-right: 20px;
	font-size: .9em;
}
#confirmMsg { color:#ff0000; }
.BlogBack {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.postAuthor { font-style: italic; }
#form_add_comment h3 { margin: 15px 0 0; }
#form_add_comment fieldset {
	padding: 0;
	margin: 0;
}
#form_add_comment label { width: 125px; }
#form_add_comment textarea { width: 710px; }
#form_add_comment .submit { margin: 0 8px 0 0; }
#list_comments .comment {
	padding: 10px;
	margin: 10px;
	font-size: 1.1em;
	background: #eee;
	border: 1px #e7e7e7 solid;
}
#list_comments .comment p { margin: 0; }
#list_comments h3 { font-size: 1.4em; }
#list_comments h4 {
	font-size: 1em;
	font-weight: normal;
}
#list_comments h6 {
	margin: 0;
	color:#666;
}
#list_comments .commentSite {
	padding-left: 5px;
	border-left: 1px #666 dotted;
}
#list_comments .author { font-weight: bold; }
#moderationmsg { color: red; }

/* -------------------------------------------- */
/* ETOILES DES NOTATIONS                        */
/* -------------------------------------------- */
.ui-stars-cancel, .ui-stars-star {
	display: inline-block;
	width: 17px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	background: transparent;
	overflow: hidden;
}
.ui-stars-cancel, .ui-stars-cancel a { background: url(/common_images/skin001/star-delete.gif) no-repeat 0 -16px; }
.ui-stars-star, .ui-stars-star a { background: url(/common_images/skin001/star.gif) no-repeat 0 0; }
.ui-stars-cancel a, .ui-stars-star a {
	display: block;
	width: 16px;
	height: 100%;
	background-position :0 0;
}
.ui-stars-star-on a { background-position: 0 -16px!important; }
.ui-stars-star-hover a { background-position: 0 -32px; }
.ui-stars-cancel-hover a { background-position: 0 -16px; }
.ui-stars-cancel-disabled a, .ui-stars-star-disabled,
.ui-stars-star-disabled a { cursor: default !important; }
.ui-stars-star {
	background: transparent!important;
	overflow: hidden!important;
}

/* -------------------------------------------- */
/* MISE EN AVANT DE BILLETS                     */
/* -------------------------------------------- */
.widgetHighlightPost {
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 150%;
	border-bottom: 1px #CCC dotted;
}
.widgetHighlightPost label { float: left; }
.widgetTagCloudAuthor span { font-style: italic; }

/* -------------------------------------------- */
/* MISE EN AVANT DE PROFILS                     */
/* -------------------------------------------- */
.widgetCommunityProfile .person { line-height: 20px; }
.widgetCommunityProfile .personImg {
	height: 40px;
	line-height: 38px;
}

/* -------------------------------------------- */
/* NUAGE DE TAGS                                */
/* -------------------------------------------- */
.tagcloud { overflow: hidden; }

/* -------------------------------------------- */
/* MISE EN AVANT DE DOCUMENTS                   */
/* -------------------------------------------- */
.widgetCommunityDocs .filterType { margin: 0 -6px; }
.widgetCommunityDocs .filterTypeValue {
	display: block;
	padding: 0 5px;
	line-height: 30px;
	color: #666;
	text-decoration: none;
	border: 1px solid #ccc;
	border-top: none;
	cursor: pointer;
}
.widgetCommunityDocs .filterTypeValue:hover, .widgetCommunityDocsTypes li a:hover,
.widgetCommunityDocsSearchResults a:hover {
	color: #007AAA;
	background: #e7f4fa;
}
.widgetCommunityDocs .filterType .arrowMenu.icons {
	position: absolute;
	top: 11px;
	right: 10px;
	width: 10px;
	height: 10px;
	background-position: -60px -165px;
}
.widgetCommunityDocsTypes {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 2;
	display: none;
	width: 100%;
	margin: 0 !important;
	background: #fff;
	border: 1px solid #ccc;
}
.widgetCommunityDocsTypes li {
	padding-left: 0;
	background: none;
}
.widgetCommunityDocsTypes li a {
	display: block;
	padding: 0 5px;
	line-height: 30px;
	color: #666;
	text-decoration: none;
}
.widgetCommunityDocsSearch { margin: 0 -6px; }
.widgetCommunityDocsSearch input[type="text"] {
	padding: 0 5px;
	margin-top: -1px;
	line-height: 30px;
	background: none;
	border-color: #ccc;
	outline: none;
}
.widgetCommunityDocsSearch input[type="text"]:focus {
	background: #e7f4fa;
	border-color: #007AAA;
}
.widgetCommunityDocsSearchEmpty, .widgetCommunityDocsContainerEmpty {
	padding-bottom: 10px;
	font-size: 1.4em;
	text-align: center;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}
.widgetCommunityDocsSearchEmpty .icons, .widgetCommunityDocsContainerEmpty .icons {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background-position: -110px -750px;
}
.widgetContainerItems li {
	list-style-type: none;
	padding-left: 0;
	padding: 5px 0;
	background: none;
}
.widgetContainerItems a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.widgetContainerItems .icons {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 5px;
}
.widgetCommunityDocsItemInfos { margin-left: 25px; }
.statusAttachmentFile .icons  { background-position: -100px -540px; }
.statusAttachmentImage .icons { background-position: -60px -540px; }
.statusAttachmentLink .icons  { background-position: -80px -540px; }
.widgetCommunityDocsSearchResults {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 2;
	display: none;
	width: 400px;
	background: #fff;
	border: 1px solid #ccc;
}
#rightbar .widgetCommunityDocsSearchResults {
	left: auto;
	right: 0;
}
.widgetCommunityDocsSearchResults ul { margin: 0; }
.widgetCommunityDocsSearchResults li {
	float: left;
	width: 50%;
	list-style-type: none;
	padding-left: 0;
	background: none;
}
.widgetCommunityDocsSearchResults ul:after,
.widgetCommunityDocsSearchResults li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.widgetCommunityDocsSearchResults a {
	display: block;
	padding: 5px;
	line-height: 40px;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.widgetCommunityDocsSearchResults .userPicture {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	overflow: hidden;
}
.widgetCommunityDocsSearchResults .userPicture img {}
.widgetCommunityDocsRaz {
	position: absolute;
	top: 5px;
	right: 6px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: -140px -540px;
}
.widgetCommunityDocsRaz:hover { background-position: -140px -520px; }

/* -------------------------------------------- */
/* CATALOGUE                                    */
/* -------------------------------------------- */
#list_comments { clear: both; }
ul.product_action { margin: 0; }
ul.product_action li {
	display: inline;
	padding: 0;
	margin-right: 15px;
	background: none;
}

/* -------------------------------------------- */
/* PAGE PROFIL                                  */
/* -------------------------------------------- */
.profile_detail *, #community_relationship * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#profile_progressbar {
	position: relative;
	padding: 0 5px;
	margin: 0 0 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
#profile_progressbar .legend {
	position: relative;
	z-index: 2;
}
#profile_progressbar .progress {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,122,170,0.3);
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.person, .personImg, .personInfos,
.personName, .groupItem, .groupImg,
.groupInfos {
	display: inline-block;
	vertical-align: top;
}
.person, .groupItem {
	position: relative;
	cursor: pointer;
}
.personImg, .groupImg, #groupImg {
	width: 90px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.fiche .personImg, .fiche .groupImg, #ownerGroup .personImg {
	width: 140px;
	height: 140px;
	margin: 0 10px 10px 0;
}
.group { border-bottom: 1px solid #ccc; }
.group #groupImg { float: left; }
.personName {
	display: inline;
	margin: 0;
	text-align: center;
}
.fiche .personInfos span.label { font-weight: bold; }
.personImg {
	width: 90px;
	height: 90px;
	line-height: 86px
}
.personImg img, .groupImg img, #groupImg img {
	vertical-align: middle;
	max-width: 100%;
}
.person a.layerInfos {
	position: absolute;
	top: -25px;
	left: 12px;
	z-index: 2;
	display: none;
	padding: 2px 5px;
	font-size: 11px;
	color: #fff;
	background: #000;
	white-space: nowrap;
}
.person:hover a.layerInfos { display: block; }
#contextBox .person a.layerInfos {
	position: static;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #5c8fab;
	background: none;
}
#contextBox .person .arrowBlack { display: none; }
#contextBox .personName {
	float: left;
	display: inline-block;
	width: 175px;
	margin-top: 5px;
	text-align: left;
}
.person .actionsContact {
	position: absolute;
	top: 10px;
	right: 0;
	display: none;
	padding: 3px;
	color: #fff;
	background: #5c8fab;
}
.person .actionsContact a {
	float: left;
	display: block;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	color: #fff;
	background: url(/common_images/community/community_pictos.png) 0 0 no-repeat;
}
.person .actionsContact a:hover { background-color: #3b6c87; }
.person:hover .actionsContact { display: block; }
.person .actionsContact a.accept        { background-position: -40px -1px; }
.person .actionsContact a.refuse        { background-position: -19px 0px; }
.person .actionsContact a.deletecontact { background-position: -80px 0; }
.person .actionsContact a.specialLink   { background-position: -62px 0; }
.relationship .person a.layerInfos { left: 35px; }
.waitedRelationshipList .person, #community_relationship .person, #contextBox .person {
	float: left;
	width: 245px;
	margin-bottom: 5px;
}
#contextBox .person { overflow: hidden; }
.acceptedRelationshipList .person, #membersList .person,
#otherMembers .person { padding: 5px; }
.waitedRelationshipList .person a.layerInfos, #community_relationship .person a.layerInfos ,
#formAddMember .person a.layerInfos, #membersGroup .person a.layerInfos {
	position: static;
	float: left;
	display: block;
	width: 185px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #007AAA;
	background: none;
}
.waitedRelationshipList .person a.layerInfos > span > span,
#community_relationship .person a.layerInfos > span > span,
#formAddMember .person a.layerInfos > span > span,
#membersGroup .person a.layerInfos > span > span { display: none; }
.communityBloc {
	display: block;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
}
#accountProfilePreview .groupItem .groupImg {
	width: 90px;
	height: 90px;
	line-height: 88px;
}
#accountProfilePreview .groupInfos h5 { line-height: 78px; }

/* Layer d'ajout de contact */
#result {
	position: absolute;
	z-index: 1;
	top: 25px;
	left: 30px;
	width: 527px;
	height: 300px;
	border: 1px solid;
	background: #fff;
}
#closeResult, #closeFormTalk {
	height: 20px;
	padding: 0 5px;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	text-indent: -9999px;
	cursor: pointer;
}
#closeResult:hover, #closeFormTalk:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
#closeFormTalk span, #closeResult span {
	float: right;
	display: block;
	width: 15px;
	height: 20px;
	background: url(/common_images/community/picto_close.png) -5px 0 no-repeat;
}
.arrow {
	position: absolute;
	top: -7px;
	left: 10px;
	width: 15px;
	height: 8px;
	background: url(/common_images/community/community_pictos.png) 0 -20px no-repeat;
}
#addMember { position: relative; }
#addMember .arrow { left: 506px; }
#addContact #tabSuggest, #addMember #tabSuggest { overflow: auto; }
#addMember .text-wrap {
	position: relative;
	width: 100%!important;
	height: auto!important;
	padding: 0 5px;
}
#addMember #searchFriend {
	position: relative;
	width: 100%!important;
	min-height: 25px;
}
#addMember .text-core {
	height: auto!important;
	min-height: 25px;
}
#addMember .text-core .text-wrap .text-arrow { right: 5px; }
#addMember .text-tags, #addMember .text-prompt { top: 2px; }
#addMember .text-focus { display: none!important; }
#addMember .text-core .text-wrap .text-dropdown.text-position-below { margin-top: -7px; }

/* Layer de nouvelle discussion */
#formTalk {
	position: absolute;
	top: 20px;
	left: 40px;
	width: 527px;
	height: 230px;
	z-index: 20;
	background: #fff;
	border: 1px solid #000;
}
.messageAction { position: relative; }
#formTalk .contactsMessage {
	display: block;
	height: 30px;
	padding: 5px;
	background: #fff;
}
#formTalk .contactsMessage .left {float: left; }
#formTalk .text-core {
	margin-left: 20px;
	width: 490px;
	height: 20px!important;
}
#formTalk .text-wrap { width: 490px!important; }
#formTalk #contacts {
	display: block;
	border: none;
	height: 20px;
	line-height: 20px;
	width: 350px!important;
}
#formTalk .row {
	margin: 0;
	padding: 0;
}
#formTalk #message_body {
	min-width: 527px!important;
	margin: 0 0 0 -1px;
	min-height: 150px;
}
#formTalk .submit { margin: 0 5px 0 0; }

/* Layer d'invitation de membres */
#addMember #result {
	top: 20px;
	left: auto;
	right: 30px;
	text-align: left;
}
#addContact .person, .widgetSearchCommunity .person, #addMember .person {
	width: 48%;
	height: 50px;
	margin-left: 5px;
}
#addMember .personName {
	font-weight: bold;
	text-align: left;
}
#addMember .person input[type="checkbox"] { visibility: hidden; }
#addMember #actionsMembers {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 525px;
	padding: 5px;
	text-align: center;
	background: #fff;
	border-top: 1px solid #ccc;
}
.person a { text-decoration: none!important; }
.widgetSearchCommunity .person:nth-child(2n-2) { float: right; }
#addContact .person.active, .publicationElement:hover, .person:hover, .groupBox:hover,
#messagesResume > div:hover, #contactsResume > div:hover, #notificationResume > div:hover { background: #f6f6f6; }
#addMember .person.active, #addContact .person.active, #community_relationship .person.active {
	color: #fff;
	background: #89b6ce;
}
#addMember .person.active a, #addContact .person.active a,
#community_relationship .person.active a { color: #fff; }
.groupItem:hover .groupImg, .person:hover .personImg,
.groupItem.active .groupImg, .person.active .personImg,
.photos_contener a:hover, #groupImg:hover,
.publicationElement:hover .personImg,
.groupBox:hover .groupImg, .personImg:hover, .personImg img:hover { border-color: #007AAA; }
#addContact .result .person:nth-child(n-2), #community_relationship .person:nth-child(n-2) { margin-left: 5px; }
#addContact .personImg, #community_relationship .personImg, #contextBox .personImg,
#membersLine .personImg, .form_wall .personImg, .waitingMessage .personImg,
.wWall .personImg, #managePublications .personImg,
.member .personImg, .widgetSearchCommunity .personImg,
.widgetCommunityProfile #tabsSearch .personImg, #showMessage .personImg,
.oneMessage .personImg, #addMember .personImg, #messagesResume .personImg,
#contactsResume .groupImg, #contactsResume .personImg,
#notificationResume .groupImg, #notificationResume .personImg, .waitedRelationshipList .personImg {
	vertical-align: middle;
	float: left;
	width: 40px;
	height: 40px;
	margin: 5px;
	line-height: 36px;
	background: #fff;
}
#addContact .personImg img, #community_relationship .personImg img,
#membersLine .personImg, .form_wall .personImg img,
.wWall .personImg img, #managePublications .personImg img,
.member .personImg img, .widgetSearchCommunity .person img,
.widgetCommunityProfile .person img, #showMessage .person img,
.oneMessage .personImg img, #addMember .person img,
#messagesResume .person img, #notificationResume .person img,
#contactsResume .person img, #contactsResume .group_notification img,
#membersLine .personImg img {
	vertical-align: middle;
	margin: auto;
}
#addContact .personName, #community_relationship .personName,
.widgetSearchCommunity .personName, #showMessage .personName {
	float: left;
	display: inline-block;
	vertical-align: top;
	width: 190px;
	margin-top: 5px;
	font-weight: bold;
	text-align: left;
}
#community_relationship .person .cleft:first-child {
	position: absolute;
	visibility: hidden;
}
#contextBox ul, #addMember ul {
	display: block;
	width: 525px;
	height: 30px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
#contextBox li, #addMember li {
	float: left;
	display: block;
	width: 255px;
	height: 31px;
	margin-top: -1px;
	padding: 5px 10px;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
#contextBox ul li:first-child, #addMember ul li:first-child { border-right: 1px solid #ccc; }
#contextBox li.active_section, #addMember li.active_section {
	border-top: 1px solid #ccc;
	border-bottom-color: #fff;
}
#contextBox li a { text-decoration: none; }
#contextBox #tabSuggest, #contextBox #tabSearch {
	width: 525px;
	height: 250px;
	padding: 5px 0 0;
	overflow: auto;
	overflow-x: hidden;
}
#addMember #tabSuggest {
	width: 525px;
	height: 250px;
	padding: 5px 0 0;
	overflow: hidden;
}
#addMember #tabSuggest .specialOverflow {
	width: 525px;
	height: 214px;
	padding: 5px 0 0;
	overflow: auto;
	overflow-x: hidden;
}
#addMember #tabSuggest h3 {
	margin: 10px;
	font-size: 16px;
	color: #5c8fab;
}
#addMember #tabSuggest p {
	margin: 0 10px;
}
#contextBox #tabSearch { padding: 0; }
#contextBox #tabSearch form {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
#contextBox #tabSearch form input { padding: 5px; }
#contextBox #tabSearch form input[type="text"] { width: 425px; }

#contextBox #tabsSearch ul { border-bottom: 1px solid #ccc; }

/* ----------------
PAGE GESTION DES CONTACTS
------------------*/
#community_relationship .actions, .community_group .actions {
	position: relative;
	margin: 10px -5px 0;
	background: #eee;
}
#community_relationship .actions a {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 5px 2px 0;
	margin-right: 20px;
}
#community_relationship .actions a span, .list_groups span:first-child,
.community_group .actions a span, .community_messaging .actions #deleteLink span {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/common_images/community/community_pictos.png) no-repeat;
	text-indent: -9999px;
}
#community_relationship .actions #delete span, .community_group .actions #deleteLink span,
.community_messaging .actions #deleteLink span { background-position: 5px -79px; }
#community_relationship .actions #block span    { background-position: 2px -59px; }
#community_relationship .actions #unblock span  { background-position: 2px -39px; }
.list_groups span:first-child                   { background-position: 0 -100px; }
.disabledMassiveAction {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#community_relationship .tab { margin-top: 10px; }
.blocked_info {
	position: absolute;
	top: 5px;
	right: 5px;
	font-weight: bold;
	color: #f00;
}
.list_groups {
	float: left;
	width: 165px;
	margin: 5px 0 0;
}
.photos_contener a {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 90px;
	margin-bottom: 3px;
	text-align: center;
	border: 1px solid #ccc;
	overflow: hidden;
}

/* ----------------
PAGE DE GESTION DES GROUPES
------------------*/
.groupItem {
	position: relative;
	float: left;
	width: 350px;
	height: 100px;
	padding: 5px;
	margin-bottom: 10px;
}
.groupItem:nth-child(2n) { margin-left: 10px; }
.groupItem:hover { background: #f6f6f6; }
.groupItem input[type="checkbox"] {
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden;
}
.groupItem .groupImg {
	float: left;
	width: 90px;
	height: 90px;
	line-height: 88px;
}
#group_detail .groupImg a {
	display: block;
	height: 100%;
	line-height: 144px;
}
.groupItem .groupImg a, .group_contener .groupImg a {
	display: block;
	line-height: 86px;
}
.groupItem .groupImg a img {
	vertical-align: middle;
	width: 100%;
}
.groupItem .groupInfos {
	float: left;
	width: 250px;
	height: 80px;
	padding: 5px;
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
}
.groupItem .groupInfos .name { margin: 0; }
.groupItem .groupInfos .name a {
	color: #5c8fab;
	text-decoration: none;
}
.groupItem .groupInfos .number, #community_relationship .number {
	position: absolute;
	bottom: -2px;
	left: 80px;
	z-index: 2;
	width: 20px;
	height: 20px;
	font: bold 10px/18px 'Open Sans', arial, sans-serif;
	text-align: center;
	color: #5c8fab;
	background-color: #fff;
	border: 1px solid #5c8fab;
	border-radius: 15px;
	background-position: -100px -60px;

}
.groupItem .groupInfos .date {
	display: inline-block;
	width: 30%;
	font-style: normal;
}
.groupItem .actionsGroup {
	position: absolute;
	top: 36px;
	right: 0;
	display: none;
	padding: 3px;
	color: #fff;
	background: #5c8fab;
}
.groupItem:hover .actionsGroup { display: block; }
.groupItem .actionsGroup a {
	float: left;
	display: block;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	color: #fff;
	background: url(/common_images/community/community_pictos.png) no-repeat;
}
.groupItem .actionsGroup a:hover { background-color: #3b6c87; }
.owner.groupItem .actionsGroup a.delete { background-position: -80px 1px; }
.groupItem .actionsGroup a.delete { background-position: -121px 2px; }
.groupItem .actionsGroup a.edit   { background-position: -101px 1px; }
.groupItem .actionsGroup a.accept { background-position: -41px 1px; }
.groupItem .actionsGroup a.refuse { background-position: -19px 1px; }
.groupItem .actionsGroup a.view   { background-position: -61px 1px; }

/* ----------------
PAGE CREATION DE GROUPE
------------------*/
#group_detail *, .community_group * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#community_group_create .picturePreview {
	display: inline-block;
	width: 90px;
}
#community_group_create .picturePreview img { width: 100%; }
.ssopt input[type="checkbox"] { margin-left: 20px; }
.ssopt label { float: none; }

/* ----------------
PAGE DE GROUPE
------------------*/
.wiNotification, .confirmInvite {
	display: block;
	margin: 0 5px;
	padding: 5px 5px 3px;
	color: #00aa24;
	background: #cde5d2;
	border: 1px solid #00aa24;
}
.wiNotification { margin: 10px 0; }
#group_detail .groupInfos {
	float: right;
	text-align: right;
}
#membersLine div:first-child {
	display: inline-block;
	vertical-align: middle;
}
#membersLine .person {
	width: auto;
	vertical-align: middle;
	margin: 0;
}
#menutab { clear: both; }
#menutab, #menuMembers {
	display: block;
	height: 30px;
	margin: 0 -5px 0;
}
#menuMembers {
	margin: 10px -5px 0;
	border-bottom: 1px solid #ccc;
}
#menutab li, #menuMembers li {
	position: relative;
	z-index: 2;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	text-align: center;
	background: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}
#menuMembers li {
	width: 33%;
	border: none;
}
#menutab li:first-child, #menuMembers li.active:first-child { border-right: 1px solid #ccc; }
#menuMembers li.active:nth-child(2) {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#menuMembers li.active:nth-child(3) { border-left: 1px solid #ccc; }
#menutab li.active, #menuMembers li.active a {
	border-top: 1px solid #ccc;
	border-bottom: none;
	height: 31px;
	background: #fff;
}
#menuMembers li a {
	display: block;
	width: 100%;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
#menuMembers li a:hover { text-decoration: underline; }

/* ----------------
GESTION DU MUR D'ACTIVITES
------------------*/
.infoMessage {
	padding: 10px 10px 5px;
	background: #e7f4fa;
}
.waitingMessage {
	padding: 0 25px 5px 25px;
	background: #e7f4fa;
}
.waitingMessage .blocMessage {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
.waitingMessage .blocMessage:last-child { border: none; }
.form_wall {
	padding: 10px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
.form_wall .person {
	width: 40px;
	margin-right: 5px;
}
.form_wall .personImg { margin: 0; }
.form_wall textarea, .wWall textarea {
	display: inline-block;
	vertical-align: top;
	width: 645px;
	height: 40px;
}
.widget .form_wall form { width: 100%; }
.widget .form_wall textarea { width: 635px; }
.wWall textarea {
	width: 76%;
	margin: 5px 0 0;
}
.wWall .message_body textarea { width: 100%; }
.form_wall .displayedIfCommentEditing { margin-top: 10px; }
.form_wall .pictures {
	display: inline-block;
	vertical-align: top;
	width: 300px;
}
.form_wall .pictures > div:first-child { display: none; }
.form_wall .pictures .divwall_picture {
	height: 40px;
	margin-bottom: 5px;
	background: #f6f6f6;
	border: 1px solid #ccc;
}

.form_wall .pictures .wall_picture.wall_picture { float: left; }
.form_wall .pictures .trashImage {
	position: relative;
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	margin: 10px;
	background: url(/common_images/community/community_pictos.png) 4px -78px no-repeat;
}
.form_wall .pictures .trashImage > span {
	position: absolute;
	top: -30px;
	left: 50%;
	z-index: 5;
	display: none;
	margin: 0 -12px;
	padding: 8px 8px 7px;
	font: 400 11px/11px Arial, sans-serif;
	color: #fff;
	background: #000;
	white-space: nowrap;
}
.form_wall .pictures .trashImage:hover > span { display: block; }
.wWall .displayIfCommentEditing { border-bottom: 1px solid #ccc; }
.wWall .displayIfCommentEditing .submit { margin-top: 10px; }
.wWall .addLinkedElements {
	margin-right: 100px;
	padding: 10px 0 10px 10px;
}
.wWall .linkedElements { padding-top: 10px; }
.wWall .linkedElements:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.form_wall .addLinkedElements > div, .wWall .addLinkedElements > a {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.form_wall .addLinkedElements > div:last-child,
.wWall .addLinkedElements > a:last-child { margin-right: 0; }
.form_wall .addLinkedElements .icons, .form_wall .linkedElements .icons,
.wWall .addLinkedElements .icons, .wWall .linkedElements .icons,
.picturesCounter .icons {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.form_wall .addLinkedElements .divAddPictureImg, .form_wall .linkedElements .divAddPictureImg, .picturesCounter .icons,
.wWall .addLinkedElements .pictureIn .icons, .wWall .linkedElements .listAddPictures .icons               { background-position: -60px -540px; }
.form_wall .addLinkedElements .divAddLinkImg, .form_wall .linkedElements .divAddLinkImg,
.wWall .addLinkedElements .linkIn .icons, .wWall .linkedElements .listAddLinks .icons                     { background-position: -80px -540px; }
.form_wall .addLinkedElements .divAddDocImg, .form_wall .linkedElements .divAddDocImg,
.wWall .addLinkedElements .docIn .icons, .wWall .linkedElements .listAddDocs > .div_wall_doc .icons     { background-position: -100px -540px; }
.form_wall .addLinkedElements .divAddCodeImg, .form_wall .linkedElements .divAddCodeImg,
.wWall .addLinkedElements .codeIn .icons, .wWall .linkedElements .listAddCodes .icons                     { background-position: -120px -540px; }
.form_wall .linkedElements .icons .arrowBlack { display: none; }
.form_wall .linkedElements {
	clear: both;
	display: none;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
}
.form_wall .linkedElements > div > div,
.form_wall .div_wall_code, .wWall .div_wall_code { line-height: 32px; }
.form_wall .linkedElements input[type="text"], .form_wall .linkedElements textarea,
.wWall .linkedElements input[type="text"], .wWall .linkedElements textarea {
	width: 500px;
	height: 30px;
	padding: 0 5px;
	margin: 5px 0;
}
.form_wall .linkedElements textarea {
	padding: 5px;
	line-height: 20px;
}
.form_wall .linkedElements input[type="file"],
.wWall .linkedElements .div_wall_picture input[type="file"],
.wWall .linkedElements .div_wall_doc input[type="file"] {
	height: auto;
	margin: 5px 0;
	padding: 0;
	background: none;
	border: none;
}
.form_wall .deleteElement, .wWall .deleteElement {
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background: url(/common_images/community/community_pictos.png) 5px -78px;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}
.form_wall .deleteElement > span, .wWall .deleteElement > span {
	position: absolute;
	top: -25px;
	left: 0;
	display: none;
	padding: 5px;
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	background: #000;
}
.form_wall .deleteElement:hover > span, .wWall .deleteElement:hover > span { display: block; }
.wWall .linkedElements .listAddPictures .div_wall_media .deleteElement,
.wWall .linkedElements .listAddDocs .div_wall_media .deleteElement {
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 2;
}
.wWall .linkedElements .listAddPictures .div_wall_media .deleteElement {
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	background-color: #fff;
	background-position: 7px -75px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.form_wall .deleteElement:hover, .wWall .deleteElement:hover {
	opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.wWall .linkedElements .listAddPictures .div_wall_media .deleteElement:hover { background-position: -13px -75px; }
.form_wall .submit, .form_wall .visibilityPeople, .wWall .submit, .widgetSearchCommunity .submit {
	float: right;
	display: inline-block;
	vertical-align: top;
	width: 55px;
	margin: 0;
}
.wWall .submit { margin: 5px 0 0; }
.form_wall .visibilityPeople {
	width: 150px;
	height: 20px;
	border: 1px solid;
	overflow: hidden;
}
.form_wall .visibilityPeople input[type="radio"] {
	display: inline-block;
	margin: 0 0 0 -15px;
}
.form_wall .visibilityPeople label {
	display: inline-block;
	width: 148px;
	padding-left: 5px;
}
.form_wall .visibilityPeople label:hover {
	background: #007aaa;
	color: #fff;
}
.form_wall + .selectOrder {
	height: 40px;
	padding: 10px;
	margin-bottom: 10px;
	text-align: right;
	border-bottom: 1px solid #ccc;
}
.form_wall + .selectOrder label {
	float: none;
	padding-right: 10px;
}
.wWall .blocMessage {
	position: relative;
	margin: 5px 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.wWall .blocMessage:first-child { margin-top: 0; }
.wWall .blocMessage .statusEditionError {
	padding: 0 5px;
	margin-bottom: 5px;
	line-height: 24px;
	background: #ffd5d5;
}
.wWall .blocMessage .aMessage > .personInformation { display: none; }
.wWall .personImg {
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
}
.wWall .personInformation { display: inline; }
.author { font-weight: bold; }
.wWall .message_datas { margin: 0 0 10px; }
.wWall .message_time, .waitingMessage .message_time {
	display: inline;
	padding-left: 15px;
	font-size: 11px;
	color: #bbb;
	line-height: 10px;
	background: url(/common_images/community/community_pictos.png) 0 -660px no-repeat;
	clear: both;
}
.wWall .commentStatus {
	padding: 0 0 0 13px;
	margin-left: 10px;
	background: url(/common_images/community/community_pictos.png) 0 -673px no-repeat;
}
.blocMessage .rating {
	display: inline-block;
	margin-left: 20px;
}
.linkLike { margin-right: 10px; }
.totalRating {
	display: inline-block;
	vertical-align: middle;
}
.totalRatingImg, .linkLike .likeRatingImg, .linkDislike .dislikeRatingImg {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/common_images/community/community_pictos.png) 0 -730px no-repeat;
}
.linkDislike .dislikeRatingImg { background-position: -20px -730px; }
.totalRatingImg { background-position: -40px -730px; }
.ratingMessage {
	padding: 5px 8px 2px;
	margin: 5px 0 5px;
	background: #e7f4fa;
}
.ratingUsers {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 2;
	width: 300px;
	background: #fff;
	border: 1px solid #999
}
.ratingUsers strong {
	display: block;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}
.ratingUsers ul {
	max-height: 250px;
	padding: 10px;
	padding-right: 0;
	margin: 0;
	overflow: auto;
	overflow-x: hidden;
}
.ratingUsers ul li {
	width: 265px;
	padding: 0;
	background: none;
}
.ratingUsers ul li .personName { font-weight: bold; }
.ratingUsers .arrowBlack { display: none; }
.ratingUsers .arrowTop {
	right: auto;
	left: 3px;
}
.respons {
	display: none;
	margin-left: 50px;
	background: #eee;
}
.respons .row_comment {
	position: relative;
	border-bottom: 1px solid #fff;
	clear: both;
}
.respons .row_comment .person, .publicationElement .person, .blocMessage .person {
	float: left;
	margin: 0;
}
.respons .personImg {
	width: 30px;
	height: 30px;
	margin: 5px 10px 5px 5px;
	line-height: 26px;
}
.respons .row_comment .editComment {
	width: 555px;
	height: 30px;
	padding: 5px;
	margin: 0;
}
.respons .row_comment .submit { margin: 0; }
.respons .formComment { width: 100%; }
.blocMessage .respons .message_wall {
	width: 620px;
	padding: 5px 0 0;
}
.blocMessage .message_wall {
	position: relative;
	float: left;
	width: 655px;
	word-wrap: break-word;
}
.blocMessage .message_wall .message_body { padding: 5px 0; }
.blocMessage .message_wall a { text-decoration: none; }
.blocMessage .message_wall a:hover { text-decoration: underline; }
.respons .row.commentZone textarea {
	float: left;
	width: 555px;
	height: 30px;
	padding: 0 5px;
	line-height: 30px;
}
.respons .submit { margin: 5px; }
.respons .submit input {
	height: 32px;
	line-height: 20px;
}
.wWall .row {
	margin: 0;
	padding: 0;
}
.wall_picture {
	padding: 10px 5px;
	text-align: center;
	border: none;
	background: #f6f6f6;
}
.wall_picture.gallery .lightbox {
	display: block;
	height: 100%;
	overflow: hidden;
}
.wall_picture.gallery .lightbox img {
	display: inline-block;
	margin: 0;
	max-width: none;
	height: 100%;
	-webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.wall_picture.gallery .lightbox img:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
.wWall .wall_picture {
	height: 240px;
	margin: 5px 0;
}
.wWall .wall_picture > div {
	overflow: hidden;
	max-height: 100%;
}
.wWall .wall_picture.nbPictures-1 {
	display: block;
	text-align: center;
}
.wWall .wall_picture.nbPictures-2 > div {
	float: left;
	width: 50%;
	padding: 0 5px;
	height: 100%;
}
.wWall .wall_picture.nbPictures-3 > div {
	float: left;
	width: 70%;
	padding: 0 5px;
}
.wWall .wall_picture.nbPictures-3 > div:first-child { height: 100%; }
.wWall .wall_picture.nbPictures-3 > div:nth-child(2) { padding-bottom: 10px; }
.wWall .wall_picture.nbPictures-3 > div:nth-child(2),
.wWall .wall_picture.nbPictures-3 > div:nth-child(3) {
	float: right;
	width: 30%;
	height: 50%;
}
.wWall .wall_picture.nbPictures-3 .lightbox img,
.wWall .wall_picture.nbPictures-4 .lightbox img,
.wWall .wall_picture.nbPictures-5 .lightbox img {
	height: auto;
	width: 125%;
}
.wWall .wall_picture.nbPictures-4 > div {
	float: left;
	width: 80%;
	padding: 0 5px;
}
.wWall .wall_picture.nbPictures-4 > div:nth-child(2),
.wWall .wall_picture.nbPictures-4 > div:nth-child(3) { padding-bottom: 10px; }
.wWall .wall_picture.nbPictures-4 > div:nth-child(2),
.wWall .wall_picture.nbPictures-4 > div:nth-child(3),
.wWall .wall_picture.nbPictures-4 > div:nth-child(4) {
	float: right;
	width: 20%;
	height: 33.333%;
}
.wWall .wall_picture.nbPictures-5 > div {
	float: left;
	width: 30%;
	padding: 0 5px;
}
.wWall .wall_picture.nbPictures-5 > div:first-child {
	float: left;
	width: 40%;
	height: 100%;
}
.wWall .wall_picture.nbPictures-5 > div:nth-child(2),
.wWall .wall_picture.nbPictures-5 > div:nth-child(3) { padding-bottom: 10px; }
.wWall .wall_picture.nbPictures-5 > div:nth-child(2),
.wWall .wall_picture.nbPictures-5 > div:nth-child(3),
.wWall .wall_picture.nbPictures-5 > div:nth-child(4),
.wWall .wall_picture.nbPictures-5 > div:nth-child(5) { height: 50%; }
.wWall .wall_picture.nbPictures-5 > div:nth-child(n+6) { display: none; }
.wWall .wall_picture.nbPictures-2:after,
.wWall .wall_picture.nbPictures-3:after,
.wWall .wall_picture.nbPictures-4:after,
.wWall .wall_picture.nbPictures-5:after,
.wWall .linkedElements .statusPics:after,
.wWall .linkedElements .listAddPictures:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.picturesCounter {
	padding: 5px 10px;
	margin-top: -5px;
	font-size: 1.2em;
	color: #999;
	background: #f6f6f6;
	border-top: 1px solid #ccc;
}
.wWall .statusCodes { margin-top: 5px; }
.wWall .statusCodes > iframe { max-width: 100%; }
.wWall .statusLinks, .wWall .statusDocs, .wWall .linkedElements .statusPics {
	margin-top: 5px;
	border: 1px solid #ccc;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.wWall .linkedElements .statusPics {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.wWall .linkedElements .listAddPictures { padding-bottom: 5px; }
.wWall .linkedElements .listAddPictures .div_wall_media {
	float: left;
	display: block;
	width: 215px;
	height: 150px;
	line-height: 140px;
	padding: 0 5px 5px 0;
}
.wWall .linkedElements .listAddPictures .div_wall_media:nth-child(3n) { padding-right: 0; }
.wWall .linkedElements .div_wall_picture { clear: both; }
.wWall .statusLinks:hover, .wWall .statusDocs:hover,
.wWall .statusLinks:hover .icons, .wWall .statusDocs:hover .icons { border-color: #007AAA; }
.wWall .statusLinks .icons, .wWall .statusDocs .icons {
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	background-position: -55px -750px;
	border-right: 1px solid #ccc;
	overflow: hidden;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.wWall .statusDocs .icons { background-position: 0 -750px; }
.wWall .statusLinks > div, .wWall .statusDocs > div { margin-left: 60px; }
.wWall .statusLinks > div:hover, .wWall .statusDocs > div:hover { background: #f1f9fd; }
.wWall form .statusLinks a:first-child, .wWall form .statusDocs a:first-child { margin-right: 30px; }
.wWall .linkedElements .statusPics a.lightbox {

}
.wWall .statusLinks a, .wWall .statusDocs a {
	display: block;
	padding: 0 10px;
	line-height: 60px;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.wWall .statusLinks a.LinkFile, .wWall .statusDocs a.LinkFile { overflow: hidden; }
.wWall .statusLinks a:hover, .wWall .statusDocs a:hover { background-color: #f1f9fd; }
.wWall .ajaxLoading {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -25px;
	width: 80px;
	height: 60px;
	line-height: 38px;
	text-align: center;
	background: #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}
.linkToArticle {
	display: block;
	margin: 5px 0;
	background: #f6f6f6;
	border: 1px solid #ccc;
}
.linkToArticle .picture {
	float: left;
	width: 90px;
	height: 90px;
	line-height: 88px;
	background: #fff;
	border-right: 1px solid #ccc;
}
.linkToArticle .picture img {
	text-align: center;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.linkToArticle .resume {
	float: left;
	width: 540px;
	max-height: 70px;
	padding: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.blocMessage:hover .deleteAction, .blocMessage:hover .updateAction { display: block; }
.deleteAction, .updateAction {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 20px;
	height: 20px;
	background: url(/common_images/community/community_pictos.png) no-repeat;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}
.updateAction {
	right: 25px;
	background: url(/common_images/community/community_pictos.png) -101px -21px no-repeat;
}
.deleteAction:hover, .updateAction:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.deleteAction > span, #membersGroup .deleteMemberGroup > span, .updateAction > span,
#membersGroup .acceptMemberGroup > span, #membersGroup .refuseMemberGroup > span {
	position: absolute;
	top: -22px;
	right: 0;
	z-index: 2;
	display: none;
	padding: 2px 5px;
	font-size: 11px;
	color: #fff;
	background: #000;
}
#membersGroup .deleteMemberGroup > span, #membersGroup .acceptMemberGroup > span,
#membersGroup .refuseMemberGroup > span {
	top: -27px;
	left: 0;
	right: auto;
}
.deleteAction:hover span, #membersGroup .deleteMemberGroup:hover > span, .updateAction:hover > span,
#membersGroup .acceptMemberGroup:hover > span, #membersGroup .refuseMemberGroup:hover > span { display: block; }

/* Liste des membres du groupe */
#membersList {
	display: none;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

/* Liste résumé des membres du groupe */
#membersListSummary .membersInfos {
	margin-bottom: 5px;
	font-size: 1px;
	letter-spacing: -1px;
	border-bottom: 1px solid #ccc;
}
#membersListSummary h3 {
	font-size: 20px;
	letter-spacing: normal;
}
#membersListSummary .membersInfos > div {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 12px;
	letter-spacing: normal;
	text-align: center;
}
#membersListSummary .membersInfos #ownerGroup { position: relative; }
.pictOwner {
	position: absolute;
	top: -5px;
	left: 5px;
	z-index: 2;
	display: block;
	width: 20px;
	height: 30px;
	background: url(/common_images/community/community_pictos.png) 0 -690px;
	cursor: pointer;
}
.community_group.list .pictOwner {
	top: 0;
	left: 10px;
}
#membersListSummary .membersInfos #ownerGroup .personImg {text-align: left; }
#membersListSummary .membersInfos > div:last-child { width: 25%; }
#membersListSummary .membersInfos .person { width: 100%; }
#membersListSummary .number { font-size: 4em; }

/* Résumé de groupe */
.groupHeader {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.groupHeader #groupImg {
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	height: 90px;
	line-height: 86px;
}
.groupHeader #groupImg a {
	display: block;
	width: 100%;
}
.groupHeader #groupImg a img { width: 100%; }
.groupHeader .groupInfos {
	vertical-align: middle;
	width: 610px;
	margin: 0 0 0 10px;
}
.groupHeader h2 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.groupHeader .groupBreadCrumb {
	font-size: 1em;
	font-weight: normal;
	color: #999;
}

/* ----------------
OUTILS D'ADMINISTRATION
------------------*/

/* Modification du groupe */
#community_group_create {
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
}
#community_group_create input[type="text"] { width: 350px; }
#picturePreview img { border: 1px solid #ccc; }
#community_group_create #config label { float: none; }
#adminMenu ul li span, #menuMembers li span {
	padding: 2px 5px;
	margin-left: 10px;
	color: #fff;
	background: #007aaa;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#community_group_create fieldset, #community_group_managenotification fieldset { margin: 0; }

/* Approbation des publications */
.noModeration {
	padding: 5px;
	background: #d0eaf6;
}
.publicationElement {
	position: relative;
	margin-top: 5px;
}
.resumeTime {
	position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 10px;
	color: #bbb;
}
.publicationText {
	display: inline-block;
	vertical-align: middle;
	width: 62%;
	margin-top: 5px;
}
.publicationElement .actions {
	position: absolute;
	top: 5px;
	right: 0;
	display: none;
	padding: 5px;
	background: #5c8fab;
}
.publicationElement:hover .actions { display: block; }
.publicationElement .actions a, #membersGroup .person:hover .actions a {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: url(/common_images/community/community_pictos.png);
}
.publicationElement .actions a.validMessage  { background-position: -41px -2px!important; }
.publicationElement .actions a.cancelMessage { background-position: -20px -1px!important; }
#membersGroup .actions a.deleteMemberGroup   { background-position: -80px -1px!important; }
#membersGroup .actions a.acceptMemberGroup   { background-position: -41px -2px!important; }
#membersGroup .actions a.refuseMemberGroup   { background-position: -20px -1px!important; }
.publicationElement .actions a:hover, #membersGroup .actions a.deleteMemberGroup:hover,
#membersGroup .actions a.refuseMemberGroup:hover, #membersGroup .actions a.acceptMemberGroup:hover { background-color: #416f88; }
.publicationElement .actions a > span {
	position: absolute;
	top: -25px;
	left: 0;
	display: none;
	padding: 2px 5px;
	font-size: 11px;
	color: #fff;
	background: #000;
}
.publicationElement .actions a:hover > span { display: block; }

/* Gestion des membres du groupe */
#membersGroup .person {
	width: 240px;
	margin: 5px 0 0;
}
#membersGroup .person:hover { background: #f6f6f6; }
#membersGroup .personName {
	float: left;
	width: 210px;
	margin-top: 5px;
	font-weight: bold;
	color: #007aaa;
	text-align: left;
}
#membersGroup .dateMemberGroup { font-size: 11px; }
#membersGroup .actions {
	position: absolute;
	right: 0;
	top: 11px;
	display: none;
	padding: 5px;
	background: #5c8fab;
}
#membersGroup .owner .actions { right: -9999px; }
#membersGroup .person:hover .actions { display: block; }
#membersGroup .acceptMemberGroup, #membersGroup .refuseMemberGroup {
	display: inline-block;
	margin-right: 10px;
}

/* Notification */
#community_group_managenotification label {
	float: none;
	width: auto;
}

/* ----------------
RECHERCHE COMMUNAUTAIRE
------------------*/
.widgetSearchCommunity * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.widgetSearchCommunity form { width: 100%; }
.widgetSearchCommunity fieldset {
	display: block;
	vertical-align: middle;
	width: 100%;
}
.widgetSearchCommunity input.wordsbox { width: 100%; }
.widgetSearchCommunity .submit { vertical-align: middle; }

/* ----------------
MESSAGERIE
------------------*/
.community_messaging * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.community_messaging #addTalk {
	position: relative;
	margin-bottom: 10px;
}
.community_messaging .messagesTabs {
	display: block;
	width: 549px;
	margin: 0;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom: none;
}
.community_messaging .messagesTabs li {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	background: none;
	border-right: 1px solid #ccc;
}
.community_messaging .messagesTabs li a {
	display: block;
	height: 25px;
	padding: 5px 10px;
}
.community_messaging .messagesBoard {
	font-size: 1px;
	letter-spacing: -1px;
}
.community_messaging #threadsForm, .community_messaging #showMessage {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 400px;
	font-size: 12px;
	letter-spacing: normal;
	border: 1px solid #ccc;
}
.community_messaging #showMessage #listMessages {
	height: 338px;
	overflow: auto;
}
.community_messaging #showMessage .noTalk, .community_messaging #showMessage .noMessages {
	margin-top: 100px;
	text-align: center;
}
.community_messaging #showMessage .noTalk span, .community_messaging #showMessage .noMessages span {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: url(/common_images/community/community_pictos.png) 0 -190px no-repeat;
}
.community_messaging #showMessage .noMessages span {
	width: 120px;
	background: url(/common_images/community/community_pictos.png) 0 -300px no-repeat;
}
.community_messaging #threadsForm .form_header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background: #eee;
	border-bottom: 1px solid #ccc;
}
.community_messaging #threadsForm .searchMessage { padding: 5px; }
.community_messaging #threadsForm .searchMessage input { padding: 5px; }
.community_messaging #threadsForm .searchMessage input[type="text"] { width: 230px; }
.community_messaging #threadsForm .actions {
	padding: 5px;
	background: #ddd;
	border-top: 1px solid #ccc;
}
.community_messaging #threadsForm .tab {
	height: 331px;
	margin-top: 67px;
	overflow: auto;
	overflow-x: hidden;
}
.community_messaging #threadsForm .disabledMassiveAction {
	top: 35px;
	height: 32px;
	background: rgba(221,221,221,.5)
}
.community_messaging #threadsForm .rowMessage {
	position: relative;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
.community_messaging #threadsForm .rowMessage > div {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.community_messaging #threadsForm .rowMessage .resume { width: 65%; }
.community_messaging #threadsForm .rowMessage .resumeName {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.community_messaging #threadsForm .rowMessage a { vertical-align:  middle; }
.community_messaging #threadsForm .rowMessage a.notImportantMessage,
.community_messaging #threadsForm .rowMessage a.importantMessage,
.community_messaging #threadsForm .rowMessage a.seeThread,
.community_messaging #threadsForm .rowMessage a.deleteThread {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(/common_images/community/community_pictos.png) 0 -128px no-repeat;
}
.community_messaging #threadsForm .rowMessage a.deleteThread {
	background-position: 0 -4px;
	opacity: .2;
	-moz-opacity: 0.2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}
.community_messaging #threadsForm .rowMessage a.deleteThread:hover {
	opacity: .8;
	-moz-opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.community_messaging #threadsForm .rowMessage a.seeThread {
	background-position: -36px -162px;
	opacity: .25;
	-moz-opacity: .25;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter: alpha(opacity=25);
}
.community_messaging #threadsForm .rowMessage a.seeThread:hover {
	opacity: .8;
	-moz-opacity: .8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.community_messaging #threadsForm .rowMessage a.importantMessage,
.community_messaging #threadsForm .rowMessage a.notImportantMessage:hover { background-position: 0 -144px; }
.community_messaging #threadsForm .rowMessage .resumeName { display: block; }
.community_messaging #threadsForm .rowMessage .resumeContent {
	display: inline-block;
	width: 75%;
	overflow: hidden;
}
.community_messaging #threadsForm .rowMessage .resumeAction { display: inline-block; }
.community_messaging #threadsForm .rowMessage .resumeAction > * { display: inline-block; }
.community_messaging #threadsForm .rowMessage a span {
	position: absolute;
	top: -22px;
	right: -5px;
	z-index: 2;
	display: none;
	padding: 0 5px;
	font-size: .9em;
	color: #fff;
	background: #000;
	background-position: 10px 10px;
	white-space: nowrap;
}
.community_messaging #threadsForm .rowMessage a.importantMessage span,
.community_messaging #threadsForm .rowMessage a.notImportantMessage span { right: auto; left: 0; }
.community_messaging #threadsForm .rowMessage a:hover span { display: block; }
.community_messaging #threadsForm .rowMessage .arrow {
	left: 4px;
	height: 10px;
	background: url(/common_images/community/community_pictos.png) 0 -118px no-repeat;
}
.community_messaging #showMessage #bottomPage {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 60px;
	background: #fff;
	border-top: 1px solid #ccc;
}
.community_messaging #showMessage #bottomPage textarea {
	width: 285px;
	height: 59px;
	padding: 5px;
	border: none;
	background: none;
	resize: none;
}
.community_messaging #showMessage #bottomPage .submit {
	position: absolute;
	right: 5px;
	top: 50%;
}
.community_messaging #showMessage .oneMessage { position: relative; }
.community_messaging #showMessage .oneMessage .text {
	float: left;
	width: 310px;
	padding: 0 0 15px;
}
.community_messaging #showMessage .personName { width: 222px; }
.community_messaging #showMessage .oneMessage .arrowBlack { display: none; }
.community_messaging .selectedTalk {
	color: #fff;
	background: rgba(0,122,170,.7);
}
.community_messaging .selectedTalk a { color: #000; }
.community_messaging .selectedTalk .resumeTime { color: #fff; }

/* ----------------
SUGGESTION DE CONTACTS
------------------*/
.widgetCommunityProfile .person {
	width: 100%;
	margin: 0 0 0 -5px;
	padding: 5px;
}
.widgetCommunityProfile .personImg {
	float: left;
	display: block;
	width: 40px;
	margin: 0 5px 0 0;
}
.widgetCommunityProfile .personDatas { float: left; }
.widgetCommunityProfile #tabsSearch .personName { text-align: left; }

/* ----------------
MINI-NOTIFICATIONS
------------------*/
#messageWidget, #notificationWidget, #contactsWidget {
	position: absolute;
	top: 30px;
	left: 50%;
	margin: 0 0 0 420px;
}
#notificationWidget { margin: 0 0 0 370px; }
#contactsWidget { margin: 0 0 0 460px; }
#messagesNew, #notificationsNew, #contactsNew {
	float: right;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/common_images/community/community_pictos.png);
	opacity: .5;
	-moz-opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
#messagesNew      { background-position: -50px -44px; }
#notificationsNew { background-position: -50px -110px; }
#contactsNew      { background-position: -51px -74px; }
#messagesNew.active, #notificationsNew.active, #contactsNew.active {
	opacity: .8;
	-moz-opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=80);
}
.c_message_long_text, .c_notification_long_text, .c_contacts_long_text { display: none; }
.message_number, .notification_number, .contacts_number {
	position: absolute;
	top: 0;
	left: 20px;
	padding: 0 3px;
	font-size: 9px;
	line-height: 12px;
	color: #fff;
	background: #f00;
}
#messagesResume, #notificationResume, #contactsResume {
	position: absolute;
	top: 30px;
	left: -225px;
	display: none;
	width: 250px;
	background: #fff;
	border: 1px solid #000;
	z-index: 1000;
}
#messagesResume .arrow, #notificationResume .arrow, #contactsResume .arrow { left: 230px; }
.noTalk, .noReaction { padding: 5px; }
.noContact { text-align: center; }
.noContact > div {
	width: 90px;
	height: 105px;
	margin: 0 auto;
	background: url(/common_images/community/community_pictos.png) -17px -410px no-repeat;
}
#messagesResume > div, #contactsResume > div,
#notificationResume > div { position: relative; }
#messagesResume .arrow:hover, #contactsResume .arrow:hover,
#notificationResume .arrow:hover { background: url(/common_images/community/community_pictos.png) 0 -20px no-repeat; }
#messagesResume .arrowBlack, #contactsResume .arrowBlack, #notificationResume .arrowBlack { display: none; }
#messagesResume > div:last-child, #contactsResume > div:last-child,
#notificationResume > div:last-child {
	position: absolute;
	border: none;
}
#messagesResume > div:first-child, #contactsResume > div:first-child,
#notificationResume > div:first-child { border: none; }
.linkMessage {
	display: inline-block;
	width: 194px;
	margin-top: 5px;
	text-decoration: none;
	overflow: hidden;
}
#messagesResume .personName, #notificationResume .personName,
#contactsResume .personName {
	text-align: left;
	font-weight: bold;
}
#messagesResume .contact_message { white-space: nowrap; }
#contactsResume .group_notification { height: 52px; }
#contactsResume span { display: inline-block; }

/* ----------------
MINI-CHAT
------------------*/
#liveShortcut {
	position: fixed;
	bottom: 0;
	right: 50px;
	width: 300px;
	z-index: 10000;
	background: #fff;
	border: 1px solid;
}
#liveShortcut #linkLive {
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	background: #000;
}
#liveShortcut #prevThread, #liveShortcut #nextThread {
	position: absolute;
	left: 0;
	z-index: 1000;
	display: inline-block;
	vertical-align: top;
	padding: 2px 5px;
	margin: 10px 0 0 5px;
	border: 1px solid;
	border-bottom: none;
	cursor: pointer;
}
#liveShortcut #prevThread:hover, #liveShortcut #nextThread:hover {
	color: #fff;
	background: #007aaa;
}
#liveShortcut #nextThread { left: 271px; }
#listTabsThreads {
	height: 34px;
	overflow: hidden;
}
#listTabsThreads_content {
	display: inline-block;
	width: 246px;
	overflow: hidden;
	padding: 10px 0 0 27px;
}
#listTabsThreads_content ul {
	display: block;
	width: 630px;
	margin: 0;
}
#listTabsThreads_content ul li {
	position: relative;
	display: inline-block;
	width: 68px;
	padding: 0 5px;
	margin: 0 0 0 3px;
	line-height: 23px;
	text-align: center;
	background: none;
	border: 1px solid;
	border-bottom: none;
}
#listTabsThreads_content ul li:first-child { margin: 0; }
#listTabsThreads_content ul li.chatActiveTab {
	margin-bottom: -2px;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 2;
}
#listTabsThreads_content ul li span {
	position: absolute;
	top: -15px;
	left: 30px;
	display: none;
	padding: 2px 5px 0;
	color: #fff;
	background: #000;
	white-space: nowrap;
}
#listTabsThreads_content ul li:hover span { display: block; }
#liveShortcut #profilesMessagingThreadDetail h1 { display: none; }
#liveShortcut #currentThread {
	height: 340px;
	border-top: 1px solid #000;
	overflow: auto;
	overflow-x: hidden;
}
#liveShortcut #currentThread #listMessages {
	padding-bottom: 60px;
}
#liveShortcut #currentThread .oneMessage {
	position: relative;
	min-height: 52px;
	border-bottom: 1px solid #ccc;
}
#liveShortcut #currentThread .oneMessage .date {
	position: absolute;
	top: 2px;
	right: 5px;
	font: normal 9px 'Arial', sans-serif;
	color: #aaa;
}
#liveShortcut #currentThread .oneMessage .personName {
	display: inline-block;
	margin-top: 5px;
	font-weight: bold;
}
#liveShortcut #currentThread #bottomPage {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 60px;
	background: #fff;
	border-top: 1px solid;
}
#liveShortcut #currentThread #bottomPage textarea {
	width: 290px;
	height: 50px;
	padding: 5px;
	border: 0;
	resize: none;
}
#liveShortcut #reduceFormInstantTalk {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: block;
	height: 29px;
	padding: 0 10px 0 0;
	color: #fff;
	line-height: 26px;
	width: 290px;
	cursor: pointer;
	font-size: 24px;
	text-align: right;
}
#liveShortcut #reduceFormInstantTalk { right: 20px; }

/* ------------------------------------------------ */
/* ANNUAIRE                                         */
/* ------------------------------------------------ */
.profileLists .person {
	float: left;
	padding: 5px;
}
.profileLists .personInfos {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.profileLists .personInfos a {
	display: block;
	padding: 0 5px;
	margin: 5px;
	color: #fff;
	background: rgba(0,0,0,.3);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ------------------------------------------------ */
/* BLOG                                             */
/* ------------------------------------------------ */
#authorBillet {
	position: relative;
	width: 70%;
	margin: 20px auto;
	padding: 2%;
	border-top: 5px solid #007aaa;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
#authorBillet #authorPicture {
	float: left;
	width: 18%;
	margin-right: 5%;
	text-align: center;
}
#authorBillet #authorPicture a:first-child {
	display: block;
	width: 90px;
	height: 90px;
	margin-bottom: 20px;
	background: #dbdbdb url(/common_images/community/community_pictos.png) 0 -560px no-repeat;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	overflow: hidden;
}
#authorBillet #authorDetail {
	float: right;
	width: 77%;
}
#authorBillet .authorName {
	padding: 10px 0;
	font-weight: bold;
	font: bold 30px Arial, sans-serif;
	color: #007AAA;
}
#authorBillet .authorDesc { line-height: 20px; }
#authorBillet .googleplus, #authorBillet .twitter, #authorBillet .siteweb {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	background: url(/common_images/community/community_pictos.png) 0 -540px no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
#authorBillet .twitter {
	background-position: -20px -540px;
}
#authorBillet .siteweb {
	background-position: -40px -540px;
}
#authorBillet .googleplus:hover { background-position: 0 -520px; }
#authorBillet .twitter:hover    { background-position: -20px -520px; }
#authorBillet .siteweb:hover    { background-position: -40px -520px; }

/* Contributions */
.contributions form .row div > input[type="text"] { width: 340px; }
.contributions form .row:nth-child(6) label { float: none; }
.arrowTop {
	position: absolute;
	top: -10px;
	right: 5px;
	z-index: 2;
	display: block;
	width: 15px;
	height: 10px;
	background: url(/common_images/community/community_pictos.png) 0 -17px no-repeat;
}

/* -------------------------------------------- */
/* ANIMATION DE LA COMMUNAUTE                   */
/* -------------------------------------------- */
.animationPopupMessage {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1001;
	width: 400px;
	padding: 10px;
	margin: 0 0 0 -200px;
	background: #fff;
	border: 3px solid #5c7fab;
	box-shadow: 0 0 20px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.4);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
}
.animationPopupMessage .animationPopupCloseBtn {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	width: 10px;
	height: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 10px;
	text-align: center;
	cursor: pointer;
}
.animationPopupMessage .animationPopupCloseBtn:hover { color: #5c8fab; }

/* -------------------------------------------- */
/* UTILES                                       */
/* -------------------------------------------- */
.icons { background-image: url(/common_images/community/community_pictos.png); }
